diff --git a/libzio-1.03.tar.bz2 b/libzio-1.03.tar.bz2 deleted file mode 100644 index 007d651..0000000 --- a/libzio-1.03.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b22396567147c8065e9d8f4806836f8a5411a16ff7110054d81e191bf7d89040 -size 22027 diff --git a/libzio-1.04.tar.bz2 b/libzio-1.04.tar.bz2 new file mode 100644 index 0000000..b4cb5c2 --- /dev/null +++ b/libzio-1.04.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96231d9b03ce5d32500e675fe7c9797851cf9e54f554b4c1a6517ef7aafe89ab +size 22058 diff --git a/libzio.changes b/libzio.changes index 7583738..be3cd2e 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 28 10:07:43 UTC 2017 - werner@suse.de + +- 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 - schwab@linux-m68k.org diff --git a/libzio.spec b/libzio.spec index ecb1a7c..b7f06f0 100644 --- a/libzio.spec +++ b/libzio.spec @@ -18,7 +18,7 @@ Name: libzio %define lname libzio1 -Version: 1.03 +Version: 1.04 Release: 0 Summary: A Library for Accessing Compressed Text Files License: GPL-2.0+ @@ -26,7 +26,6 @@ Group: System/Libraries Url: http://libzio.sourceforge.net/ Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf -Patch: pthread-sigmask.patch BuildRequires: libbz2-devel BuildRequires: xz-devel BuildRequires: zlib-devel @@ -58,7 +57,6 @@ and static library. %prep %setup -q -%patch -p1 %build make %{?_smp_mflags} noweak diff --git a/pthread-sigmask.patch b/pthread-sigmask.patch deleted file mode 100644 index 95f1ab8..0000000 --- a/pthread-sigmask.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libzio-1.03/lzw.h -=================================================================== ---- libzio-1.03.orig/lzw.h -+++ libzio-1.03/lzw.h -@@ -48,7 +48,7 @@ - #include "zioP.h" - - #if defined _REENTRANT || defined _THREAD_SAFE --# include -+# include - weak_symbol(pthread_sigmask); - #endif -