[libisds] 0.9 bump

Petr Pisar ppisar at fedoraproject.org
Tue Aug 12 11:08:33 UTC 2014


commit 564d2b2d0269745393f2e167ddf75763a8b53b6d
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 12 13:00:16 2014 +0200

    0.9 bump

 .gitignore                                         |    1 +
 ...T_SOURCE-where-_BSD_SOURCE-macro-presents.patch |  206 --------------------
 libisds.spec                                       |   10 +-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 212 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd52345..67d2a4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ libisds-0.3.1.tar.bz2
 /libisds-0.6.2.tar.xz
 /libisds-0.7.tar.xz
 /libisds-0.8.tar.xz
+/libisds-0.9.tar.xz
diff --git a/libisds.spec b/libisds.spec
index d32298e..acdbd15 100644
--- a/libisds.spec
+++ b/libisds.spec
@@ -1,13 +1,11 @@
 Name:           libisds
-Version:        0.8
-Release:        3%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        Library for accessing the Czech Data Boxes
 Group:          System Environment/Libraries
 License:        LGPLv3
 URL:            http://xpisar.wz.cz/%{name}/
 Source0:        %{url}dist/%{name}-%{version}.tar.xz
-# Required for glibc >= 2.19.90
-Patch0:         %{name}-0.8-Use-_DEFAULT_SOURCE-where-_BSD_SOURCE-macro-presents.patch
 BuildRequires:  libxml2-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
@@ -36,7 +34,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .bsd_source
 
 %build
 %configure --disable-static \
@@ -70,6 +67,9 @@ rm -rf client/.deps
 %doc client specification
 
 %changelog
+* Tue Aug 12 2014 Petr Pisar <ppisar at redhat.com> - 0.9-1
+- 0.9 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1b88618..046b3a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4d5ef8b9808647726d7a477c11854e8  libisds-0.8.tar.xz
+541c30b92df7c3f4c309ef140921c88b  libisds-0.9.tar.xz


More information about the scm-commits mailing list