Hello community,

here is the log from the commit of package uid_wrapper for openSUSE:Factory 
checked in at 2019-07-17 14:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uid_wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.uid_wrapper.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uid_wrapper"

Wed Jul 17 14:23:50 2019 rev:8 rq:715625 version:1.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/uid_wrapper/uid_wrapper.changes  2017-07-28 
09:40:09.467517080 +0200
+++ /work/SRC/openSUSE:Factory/.uid_wrapper.new.1887/uid_wrapper.changes        
2019-07-17 14:23:51.775992071 +0200
@@ -1,0 +2,15 @@
+Tue Jul 16 09:18:30 UTC 2019 - Andreas Schneider <a...@cryptomilk.org>
+
+- Update to version 1.2.7
+  * Fix unsetting initial XIDs
+- Fix running the tests
+
+-------------------------------------------------------------------
+Mon Jul 15 09:30:54 UTC 2019 - Andreas Schneider <a...@cryptomilk.org>
+
+- Update to version 1.2.6
+  * Fix manpage installation
+  * Fix cmake-config installation
+  * Fixed running with sanitizers
+
+-------------------------------------------------------------------

Old:
----
  uid_wrapper-1.2.4.tar.gz

New:
----
  uid_wrapper-1.2.7.tar.gz
  uid_wrapper-1.2.7.tar.gz.asc
  uid_wrapper.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uid_wrapper.spec ++++++
--- /var/tmp/diff_new_pack.3bBTYD/_old  2019-07-17 14:23:52.643989263 +0200
+++ /var/tmp/diff_new_pack.3bBTYD/_new  2019-07-17 14:23:52.647989250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uid_wrapper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,20 +24,23 @@
 ############################# NOTE ##################################
 
 Name:           uid_wrapper
-Version:        1.2.4
+Version:        1.2.7
 Release:        0
 
 Summary:        A wrapper for privilege seperation
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Url:            http://cwrap.org/
 
 Source0:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
+Source2:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
+Source3:        uid_wrapper.keyring
 
 BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
 BuildRequires:  pkg-config
+BuildRequires:  system-user-nobody
 
 Requires:       cmake
 Requires:       pkg-config
@@ -62,7 +65,8 @@
 %build
 # CMAKE_SKIP_RPATH:BOOL=OFF is need to run the tests!
 %cmake \
-  -DUNIT_TESTING=ON
+  -DUNIT_TESTING=ON \
+  -DCMAKE_SKIP_RPATH:BOOL=OFF
 
 make %{?_smp_mflags} VERBOSE=1
 
@@ -71,7 +75,9 @@
 
 %check
 pushd build
-make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
+ls -l tests
+ldd tests/test_uwrap_enabled
+ctest --output-on-failure
 popd
 
 %post -p /sbin/ldconfig
@@ -80,7 +86,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS README ChangeLog COPYING
+%doc AUTHORS README.md ChangeLog
+%license LICENSE
 %{_libdir}/libuid_wrapper.so*
 %dir %{_libdir}/cmake
 %dir %{_libdir}/cmake/uid_wrapper

++++++ uid_wrapper-1.2.4.tar.gz -> uid_wrapper-1.2.7.tar.gz ++++++
++++ 24904 lines of diff (skipped)


Reply via email to