[smartcardpp] Update to 0.3.0

Kalev Lember kalev at fedoraproject.org
Wed Oct 12 18:38:57 UTC 2011


commit 8bbea25992d2a46a530a89b44e8b6b3fc13cc1c1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Oct 12 21:38:11 2011 +0300

    Update to 0.3.0

 .gitignore                    |    1 +
 smartcardpp-0.2.0-gcc46.patch |   24 ------------------------
 smartcardpp.spec              |   10 ++++++----
 sources                       |    2 +-
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e92305d..f57ae7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /smartcardpp-0.2.0.tar.bz2
+/smartcardpp-0.3.0.tar.bz2
diff --git a/smartcardpp.spec b/smartcardpp.spec
index b1184a4..d09ce44 100644
--- a/smartcardpp.spec
+++ b/smartcardpp.spec
@@ -1,13 +1,12 @@
 Name:           smartcardpp
-Version:        0.2.0
-Release:        3%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        Library for accessing smart cards
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://code.google.com/p/esteid/
 Source0:        http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0:         smartcardpp-0.2.0-gcc46.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -32,7 +31,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc46
 
 
 %build
@@ -71,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 12 2011 Kalev Lember <kalevlember at gmail.com> - 0.3.0-1
+- Update to 0.3.0
+- Dropped upstreamed patch
+
 * Mon Jun 27 2011 Kalev Lember <kalev at smartlink.ee> - 0.2.0-3
 - Fix build with GCC 4.6 (#507832)
 
diff --git a/sources b/sources
index fd391fd..f8b3750 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4256e9d401864ce60f5d18de606c228f  smartcardpp-0.2.0.tar.bz2
+c6172387475982393d02314f389f3513  smartcardpp-0.3.0.tar.bz2


More information about the scm-commits mailing list