-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
dnl Minimum Autoconf version required. | ||
AC_PREREQ([2.67]) | ||
|
||
AC_INIT([LibFixPOSIX], [0.4.1], [[email protected]], | ||
AC_INIT([LibFixPOSIX], [0.4.2], [[email protected]], | ||
[libfixposix], [https://github.com/sionescu/libfixposix]) | ||
AC_COPYRIGHT([Copyright © 2010-2016 Stelian Ionescu <[email protected]>]) | ||
AC_COPYRIGHT([Copyright © 2010-2018 Stelian Ionescu <[email protected]>]) | ||
|
||
AC_MSG_NOTICE([srcdir: $srcdir]) | ||
AC_MSG_NOTICE([builddir: $builddir]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
libfixposix (0.4.2) unstable; urgency=low | ||
|
||
* Release 0.4.2 | ||
|
||
-- Stelian Ionescu <[email protected]> Sat, 17 Feb 2018 15:00:00 +0100 | ||
|
||
libfixposix (0.4.1) unstable; urgency=low | ||
|
||
* Release 0.4.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: libfixposix | ||
Summary: POSIX syscall wrappers | ||
Version: 0.4.1 | ||
Version: 0.4.2 | ||
Release: 0 | ||
License: BSL-1.0 | ||
Group: Development/Libraries/C and C++ | ||
|
@@ -62,6 +62,8 @@ find %{buildroot} -type f -name "*.la" -delete -print | |
%{_libdir}/pkgconfig/libfixposix.pc | ||
|
||
%changelog | ||
* Sat Feb 17 2018 Stelian Ionescu <[email protected]> - 0.4.2 | ||
- Release 0.4.2 | ||
* Thu Jun 23 2016 Stelian Ionescu <[email protected]> - 0.4.1 | ||
- Release 0.4.1 | ||
* Tue May 3 2016 Stelian Ionescu <[email protected]> - 0.4.0 | ||
|