SHA256
3
0
forked from pool/libzio

Accepting request 460847 from devel:libraries:c_c++

- 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 

- Add pthread-sigmask.patch to include <signal.h> as required
  by pthread_sigmask

- Use -D_DEFAULT_SOURCE

OBS-URL: https://build.opensuse.org/request/show/460847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2017-03-09 00:33:18 +00:00 committed by Git OBS Bridge
commit a12e811768
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c3e2bac2461add50c58e68d6c94a7d448658ddee9776c07b97b6c8204dc068b
size 21490

3
libzio-1.04.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96231d9b03ce5d32500e675fe7c9797851cf9e54f554b4c1a6517ef7aafe89ab
size 22058

View File

@ -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 <signal.h> 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

View File

@ -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