[libisds] 0.5 bump

Petr Pisar ppisar at fedoraproject.org
Thu Mar 3 12:52:00 UTC 2011


commit dfae4aade27ac39df15f101aab0afdaa11baae04
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 3 13:51:38 2011 +0100

    0.5 bump

 .gitignore                      |    1 +
 libisds-0.4-GCC-4.6-tunes.patch |   47 ---------------------------------------
 libisds.spec                    |   16 ++++++------
 sources                         |    2 +-
 4 files changed, 10 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 495783d..fda4248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libisds-0.3.1.tar.bz2
 /libisds-0.4.tar.xz
+/libisds-0.5.tar.xz
diff --git a/libisds.spec b/libisds.spec
index b812d7b..a6e4b23 100644
--- a/libisds.spec
+++ b/libisds.spec
@@ -1,14 +1,12 @@
 Name:           libisds
-Version:        0.4
-Release:        2%{?dist}
+Version:        0.5
+Release:        1%{?dist}
 Summary:        Library for accessing the Czech Data Boxes
 
 Group:          System Environment/Libraries
 License:        LGPLv3
 URL:            http://xpisar.wz.cz/%{name}/
 Source0:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
-# In upstream
-Patch0:         %{name}-0.4-GCC-4.6-tunes.patch
 
 BuildRequires:  libxml2-devel, libcurl-devel, libgcrypt-devel, gpgme-devel
 BuildRequires:  expat-devel >= 2.0.0, gnupg2-smime
@@ -30,16 +28,14 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc46
 
 %build
 %configure --disable-static \
-    --enable-test
+    --enable-test \
+    --with-libcurl
 make %{?_smp_mflags}
 
 %check
-# Bug in gnupg2-smime or dirmngr
-test -e ~/.gnupg || mkdir ~/.gnupg
 make check %{?_smp_mflags}
 
 %install
@@ -66,6 +62,10 @@ rm -rf client/.deps
 %doc client specification
 
 %changelog
+* Thu Mar 03 2011 Petr Pisar <ppisar at redhat.com> - 0.5-1
+- 0.5 bump (breaks ABI, API preserved)
+- Remove aplied patch and GPG hack
+
 * Fri Feb 11 2011 Petr Pisar <ppisar at redhat.com> - 0.4-2
 - Rebuild with GCC 4.6
 - Remove BuildRoot stuff
diff --git a/sources b/sources
index b806914..3163852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a672c7eb2529d56477e950ab2e28cd7  libisds-0.4.tar.xz
+25ae2e2cfe3a9686ebc98c9bb63681b0  libisds-0.5.tar.xz


More information about the scm-commits mailing list