[pcsc-lite] Update to 1.6.2

Kalev Lember kalev at fedoraproject.org
Wed Aug 4 12:19:55 UTC 2010


commit 6c6652d125898c2cb79263e35b62f26cc8e81f06
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Wed Aug 4 14:58:05 2010 +0300

    Update to 1.6.2

 .gitignore                               |    1 +
 pcsc-lite-1.6.1-config_dir.patch         |   98 ------------------------------
 pcsc-lite-1.6.1-crash_with_no_conf.patch |   12 ----
 pcsc-lite.spec                           |   20 ++----
 sources                                  |    2 +-
 5 files changed, 9 insertions(+), 124 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d054383..60bb65f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pcsc-lite-1.6.1.tar.bz2
+pcsc-lite-1.6.2.tar.bz2
diff --git a/pcsc-lite.spec b/pcsc-lite.spec
index 0b5fea9..3acaa2a 100644
--- a/pcsc-lite.spec
+++ b/pcsc-lite.spec
@@ -1,8 +1,8 @@
-%global upstream_build 3298
+%global upstream_build 3329
 
 Name:           pcsc-lite
-Version:        1.6.1
-Release:        5%{?dist}
+Version:        1.6.2
+Release:        1%{?dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -12,11 +12,6 @@ Source0:        http://alioth.debian.org/download.php/%{upstream_build}/%{name}-
 Source1:        pcscd.init
 Patch0:         %{name}-1.4-docinst.patch
 Patch1:         %{name}-1.5.5-rpath64.patch
-# http://lists.drizzle.com/pipermail/muscle/2010-July/008411.html
-Patch2:         %{name}-1.6.1-config_dir.patch
-# http://lists.drizzle.com/pipermail/muscle/2010-July/008413.html
-Patch3:         %{name}-1.6.1-crash_with_no_conf.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  hal-devel 
@@ -67,8 +62,6 @@ Requires:       %{name}-libs = %{version}-%{release}
 %setup -q
 %patch0 -p0 -b .docinst
 %patch1 -p1 -b .rpath64
-%patch2 -p0 -b .config_dir
-%patch3 -p1 -b .crash_with_no_conf
 
 # Convert to utf-8
 for file in ChangeLog; do
@@ -92,9 +85,6 @@ doxygen doc/doxygen.conf ; rm -f doc/api/*.{map,md5}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-install -dm 755 $RPM_BUILD_ROOT%{_libdir}/pcsc/drivers
-install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d
-
 install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/pcscd
 
 # remove setuid bit
@@ -153,6 +143,10 @@ fi
 
 
 %changelog
+* Wed Aug 04 2010 Kalev Lember <kalev at smartlink.ee> - 1.6.2-1
+- Update to 1.6.2
+- Dropped upstreamed patches
+
 * Thu Jul 08 2010 Kalev Lember <kalev at smartlink.ee> - 1.6.1-5
 - Include COPYING in libs subpackage as per new licensing guidelines
 
diff --git a/sources b/sources
index 69aee66..ebc6bdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed023be61feebfafce12e86075912695  pcsc-lite-1.6.1.tar.bz2
+9e979368c2619d0a39e573530630aa95  pcsc-lite-1.6.2.tar.bz2


More information about the scm-commits mailing list