Update to version 1.0.2.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/uid_wrapper?expand=0&rev=2
This commit is contained in:
Andreas Schneider 2014-07-31 07:46:22 +00:00 committed by Git OBS Bridge
parent 583ff2a367
commit 79e6f4307b
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ea768b419e1ab178c64eb62f614e7e11d9f02234b88c6a9ffda66545fd29c97
size 28901

3
uid_wrapper-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84ba9c79bffd3fe4267270d97a81516d05ff718df57cbeb8dc99b081e481b6a3
size 31877

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 31 07:43:35 UTC 2014 - asn@cryptomilk.org
- Update to version 1.0.2.
* Added better logging system.
* Added a mapnpage
* Added build and install instructions
* Fixed threading issue in the desctructor.
-------------------------------------------------------------------
Thu Feb 13 10:25:37 UTC 2014 - asn@cryptomilk.org

View File

@ -17,7 +17,7 @@
Name: uid_wrapper
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A wrapper for privilege seperation
@ -75,9 +75,11 @@ popd
%doc AUTHORS README ChangeLog COPYING
%{_libdir}/libuid_wrapper.so*
%dir %{_libdir}/cmake
%{_libdir}/cmake/uid_wrapper-config-version.cmake
%{_libdir}/cmake/uid_wrapper-config.cmake
%dir %{_libdir}/cmake/uid_wrapper
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config-version.cmake
%{_libdir}/cmake/uid_wrapper/uid_wrapper-config.cmake
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/uid_wrapper.pc
%{_mandir}/man1/uid_wrapper.1*
%changelog