Hello community,

here is the log from the commit of package libzio for openSUSE:Factory checked 
in at 2017-03-09 01:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzio (Old)
 and      /work/SRC/openSUSE:Factory/.libzio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzio"

Thu Mar  9 01:33:18 2017 rev:40 rq:460847 version:1.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzio/libzio.changes    2015-02-27 
10:55:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzio.new/libzio.changes       2017-03-09 
01:33:19.502727491 +0100
@@ -1,0 +2,19 @@
+Tue Feb 28 10:07:43 UTC 2017 - [email protected]
+
+- Push version to 1.04
+  * Add patch from Andreas Schwab to fix problem with missing
+   declaration of pthread_sigmask(2)
+- Delete pthread-sigmask.patch as now upstream 
+
+-------------------------------------------------------------------
+Tue Feb 28 09:07:36 UTC 2017 - [email protected]
+
+- Add pthread-sigmask.patch to include <signal.h> as required
+  by pthread_sigmask
+
+-------------------------------------------------------------------
+Mon Feb 27 15:48:10 UTC 2017 - [email protected]
+
+- Use -D_DEFAULT_SOURCE
+
+-------------------------------------------------------------------

Old:
----
  libzio-1.02.tar.bz2

New:
----
  libzio-1.04.tar.bz2

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

Other differences:
------------------
++++++ libzio.spec ++++++
--- /var/tmp/diff_new_pack.4OVeoo/_old  2017-03-09 01:33:20.522583055 +0100
+++ /var/tmp/diff_new_pack.4OVeoo/_new  2017-03-09 01:33:20.526582489 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzio
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +18,7 @@
 
 Name:           libzio
 %define lname   libzio1
-Version:        1.02
+Version:        1.04
 Release:        0
 Summary:        A Library for Accessing Compressed Text Files
 License:        GPL-2.0+
@@ -27,8 +27,8 @@
 Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRequires:  libbz2-devel
-BuildRequires:  zlib-devel
 BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ libzio-1.02.tar.bz2 -> libzio-1.04.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzio-1.02/Makefile new/libzio-1.04/Makefile
--- old/libzio-1.02/Makefile    2013-02-27 12:49:55.000000000 +0100
+++ new/libzio-1.04/Makefile    2017-02-28 11:03:13.815020847 +0100
@@ -5,10 +5,10 @@
 #
 
 LARGE  = $(shell getconf LFS_CFLAGS)
-CFLAGS = $(RPM_OPT_FLAGS) -pipe -Wall -D_GNU_SOURCE -D_REENTRANT $(LARGE)
+CFLAGS = $(RPM_OPT_FLAGS) -pipe -Wall -D_GNU_SOURCE -D_REENTRANT 
-D_DEFAULT_SOURCE $(LARGE)
 CC     = gcc
 MAJOR  = 1
-MINOR  = 02
+MINOR  = 04
 VERSION        = $(MAJOR).$(MINOR)
 SONAME = libzio.so.$(MAJOR)
 LDMAP  = -Wl,--version-script=zio.map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzio-1.02/lzw.h new/libzio-1.04/lzw.h
--- old/libzio-1.02/lzw.h       2013-02-27 12:09:25.000000000 +0100
+++ new/libzio-1.04/lzw.h       2017-02-28 11:01:13.913324967 +0100
@@ -48,7 +48,7 @@
 #include "zioP.h"
 
 #if defined _REENTRANT || defined _THREAD_SAFE
-# include <pthread.h>
+# include <signal.h>
 weak_symbol(pthread_sigmask);
 #endif
 


Reply via email to