diff --git a/libzio-1.02.tar.bz2 b/libzio-1.02.tar.bz2 deleted file mode 100644 index ebae275..0000000 --- a/libzio-1.02.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3e2bac2461add50c58e68d6c94a7d448658ddee9776c07b97b6c8204dc068b -size 21490 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 5d891e1..be3cd2e 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- Add pthread-sigmask.patch to include as required + by pthread_sigmask + +------------------------------------------------------------------- +Mon Feb 27 15:48:10 UTC 2017 - werner@suse.de + +- Use -D_DEFAULT_SOURCE + ------------------------------------------------------------------- Thu Feb 19 21:52:33 UTC 2015 - p.drouand@gmail.com diff --git a/libzio.spec b/libzio.spec index cd734c6..b7f06f0 100644 --- a/libzio.spec +++ b/libzio.spec @@ -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 @@ Url: http://libzio.sourceforge.net/ 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