rpms/opensc/devel .cvsignore, 1.25, 1.26 opensc.spec, 1.52, 1.53 sources, 1.25, 1.26

Kalev Lember kalev at fedoraproject.org
Mon Dec 21 10:25:20 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/opensc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23451

Modified Files:
	.cvsignore opensc.spec sources 
Log Message:
- new upstream version
- replaced %%define with %%global
- BR clean up from items not applicable to current Fedora releases



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	19 Nov 2009 17:06:59 -0000	1.25
+++ .cvsignore	21 Dec 2009 10:25:18 -0000	1.26
@@ -1 +1 @@
-opensc-0.11.11.tar.gz
+opensc-0.11.12.tar.gz


Index: opensc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/devel/opensc.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- opensc.spec	8 Dec 2009 21:29:24 -0000	1.52
+++ opensc.spec	21 Dec 2009 10:25:18 -0000	1.53
@@ -1,8 +1,8 @@
-%define plugindir %{_libdir}/mozilla/plugins
+%global plugindir %{_libdir}/mozilla/plugins
 
 Name:           opensc
-Version:        0.11.11
-Release:        2%{?dist}
+Version:        0.11.12
+Release:        1%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
@@ -12,15 +12,12 @@ Source0:        http://www.opensc-projec
 Patch1:         %{name}-0.11.7-develconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  pcsc-lite-devel >= 1.1.1
+BuildRequires:  pcsc-lite-devel
 BuildRequires:  readline-devel
-# ncurses-devel for < F7 (not pulled in by readline-devel)
-BuildRequires:  ncurses-devel
 BuildRequires:  openct-devel
-BuildRequires:  openssl-devel >= 0.9.7a
+BuildRequires:  openssl-devel
 BuildRequires:  libtool-ltdl-devel
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
 Requires:       pcsc-lite-libs%{?_isa}
 
 %description
@@ -72,7 +69,7 @@ sed -i -e 's|/usr/local/towitoko/lib/|/u
   --enable-doc \
   --with-pcsc-provider=libpcsclite.so.1 \
   --with-plugindir=%{plugindir} \
-  --with-pin-entry=%{_bindir}/pinentry
+  --with-pinentry=%{_bindir}/pinentry
 make %{?_smp_mflags}
 
 
@@ -157,6 +154,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 21 2009 Kalev Lember <kalev at smartlink.ee> - 0.11.12-1
+- new upstream version
+- replaced %%define with %%global
+- BR clean up from items not applicable to current Fedora releases
+
 * Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.11.11-2
 - Explicitly BR libassuan-static in accordance with the Packaging
   Guidelines (libassuan-devel is still static-only).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	19 Nov 2009 17:06:59 -0000	1.25
+++ sources	21 Dec 2009 10:25:18 -0000	1.26
@@ -1 +1 @@
-9c3290f7cb82273136b1584e198157dc  opensc-0.11.11.tar.gz
+bc82f097bbc457962f3722474b50af5c  opensc-0.11.12.tar.gz




More information about the fedora-extras-commits mailing list