Hello community,

here is the log from the commit of package libbsd for openSUSE:Factory checked 
in at 2016-05-19 12:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbsd (Old)
 and      /work/SRC/openSUSE:Factory/.libbsd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbsd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbsd/libbsd.changes    2016-01-03 
13:27:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libbsd.new/libbsd.changes       2016-05-19 
12:15:21.000000000 +0200
@@ -1,0 +2,19 @@
+Tue May 17 16:03:07 UTC 2016 - [email protected]
+
+- Update to version 0.8.3:
+  * Fix unportable sizeof() usage
+  * Fix file descriptor leak in HASHFileChunk helper
+  * Switch URLs from http or git to https
+  * build: Support clock_gettime() provided in librt
+  * man: Fix ungrammatical construct
+  * test: Add a unit test for md5
+  * Add missing <fcntl.h> includes
+- Changes for 0.8.2:
+  * test: Fix success return code for arc4random unit test
+  * test: Add missing <sys/stat.h> include
+  * Fix heap buffer overflow in fgetwln()
+  * test: Fix race condition in headers-*.sh
+- Enable internal tests
+- Use correct package categories
+
+-------------------------------------------------------------------

Old:
----
  libbsd-0.8.1.tar.xz
  libbsd-0.8.1.tar.xz.asc

New:
----
  libbsd-0.8.3.tar.xz
  libbsd-0.8.3.tar.xz.asc

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

Other differences:
------------------
++++++ libbsd.spec ++++++
--- /var/tmp/diff_new_pack.4JX6iw/_old  2016-05-19 12:15:22.000000000 +0200
+++ /var/tmp/diff_new_pack.4JX6iw/_new  2016-05-19 12:15:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbsd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,20 +18,20 @@
 
 %define lname  libbsd0
 Name:           libbsd
-Version:        0.8.1
+Version:        0.8.3
 Release:        0
 Summary:        Provides useful functions commonly found on BSD systems
 License:        BSD-3-Clause
-Group:          System Environment/Libraries
+Group:          Development/Languages/C and C++
 Url:            http://libbsd.freedesktop.org/
 #Git-Clone:    git://anongit.freedesktop.org/git/libbsd
 #Git-Web:      http://cgit.freedesktop.org/libbsd/
 Source0:        
http://libbsd.freedesktop.org/releases/%{name}-%{version}.tar.xz
 Source1:        
http://libbsd.freedesktop.org/releases/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-BuildRequires:  pkg-config
-BuildRequires:  openssl-devel
 BuildRequires:  fdupes
+BuildRequires:  openssl-devel
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,7 +52,7 @@
 
 %package devel
 Summary:        Development headers and files for libbsd
-Group:          Development/Libraries
+Group:          Development/Languages/C and C++
 Requires:       %{lname} = %{version}
 Requires:       glibc-devel
 
@@ -64,7 +64,7 @@
 
 %package ctor-static
 Summary:       Development headers and files for libbsd
-Group:         Development/Libraries
+Group:          Development/Languages/C and C++
 Requires:      %{lname} = %{version}-%{release}
 Requires:      pkgconfig
 
@@ -83,12 +83,14 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s  %{buildroot}
 
-%post -n %{lname} -p /sbin/ldconfig
+%check
+make %{?_smp_mflags} check
 
+%post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
@@ -105,6 +107,7 @@
 %{_libdir}/pkgconfig/libbsd-overlay.pc
 
 %files ctor-static
+%defattr(-,root,root)
 %{_libdir}/libbsd-ctor.a
 %{_libdir}/pkgconfig/libbsd-ctor.pc
 

++++++ libbsd-0.8.1.tar.xz -> libbsd-0.8.3.tar.xz ++++++
++++ 20712 lines of diff (skipped)



Reply via email to