[mingw-opensc: 3/24] - Update to 0.11.8, fixes a security issue. - Remove iconv detection patch that was applied upstream

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:19:12 UTC 2012


commit 788ad7c344befb0cf324ea6ed35440282593f021
Author: Kalev Lember <kalev at fedoraproject.org>
Date:   Wed May 13 01:55:32 2009 +0000

    - Update to 0.11.8, fixes a security issue.
    - Remove iconv detection patch that was applied upstream.

 .cvsignore          |    2 +-
 mingw32-opensc.spec |   16 +++++++---------
 sources             |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 41452ee..19cb4f0 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-opensc-0.11.7.tar.gz
+opensc-0.11.8.tar.gz
diff --git a/mingw32-opensc.spec b/mingw32-opensc.spec
index 7f3c3f6..517b9f5 100644
--- a/mingw32-opensc.spec
+++ b/mingw32-opensc.spec
@@ -5,28 +5,26 @@
 %global __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-opensc
-Version:        0.11.7
-Release:        3%{?dist}
+Version:        0.11.8
+Release:        1%{?dist}
 Summary:        MingGW Windows OpenSC library
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://www.opensc-project.org/opensc/
 Source0:        http://www.opensc-project.org/files/opensc/opensc-%{version}.tar.gz
-Patch0:         opensc-0.11.7-iconv.patch
 Patch1:         opensc-0.11.7-develconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 49
+BuildRequires:  mingw32-filesystem
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-iconv
 BuildRequires:  mingw32-libltdl
 BuildRequires:  mingw32-openssl
 BuildRequires:  mingw32-readline
-BuildRequires:  autoconf, automake, libtool
 
 Requires:       pkgconfig
 
@@ -43,12 +41,8 @@ This is the MinGW cross-compiled Windows library.
 
 %prep
 %setup -q -n opensc-%{version}
-%patch0 -p1 -b .iconv
 %patch1 -p1 -b .config
 
-libtoolize --force --copy
-autoreconf
-
 sed -i -e 's|"/lib /usr/lib\b|"%{_mingw32_libdir}|' configure # lib64 rpaths
 cp -p src/pkcs15init/README ./README.pkcs15init
 cp -p src/scconf/README.scconf .
@@ -128,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 13 2009 Kalev Lember <kalev at smartlink.ee> - 0.11.8-1
+- Update to 0.11.8, fixes a security issue.
+- Remove iconv detection patch that was applied upstream.
+
 * Fri Apr 17 2009 Kalev Lember <kalev at smartlink.ee> - 0.11.7-3
 - Replace %%define with %%global.
 
diff --git a/sources b/sources
index 3395ac0..41d4f4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-419e9be372c2f9bbb3ce9704c929d5ec  opensc-0.11.7.tar.gz
+a269b478b18dddb648b9bd930206b5a8  opensc-0.11.8.tar.gz


More information about the scm-commits mailing list