[pcsc-lite] Update to 1.7.3

Kalev Lember kalev at fedoraproject.org
Wed Jun 22 08:54:04 UTC 2011


commit 9d606c83ad501b2edd33dd67d21a083cf4a1f7c4
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Wed Jun 22 11:44:52 2011 +0300

    Update to 1.7.3
    
    - Dropped upstreamed patches
    - Dropped the lib64 rpath patch; pcsc-lite now uses system libtool

 .gitignore                         |    1 +
 pcsc-lite-1.5.5-rpath64.patch      |   20 --------------------
 pcsc-lite-1.6.6-no_auto_power_down |   24 ------------------------
 pcsc-lite-1.7.2-loglevel.patch     |   24 ------------------------
 pcsc-lite.spec                     |   19 ++++++++-----------
 sources                            |    2 +-
 6 files changed, 10 insertions(+), 80 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a56c520..2bdb489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /pcsc-lite-1.7.0.tar.bz2
 /pcsc-lite-1.7.1.tar.bz2
 /pcsc-lite-1.7.2.tar.bz2
+/pcsc-lite-1.7.3.tar.bz2
diff --git a/pcsc-lite.spec b/pcsc-lite.spec
index f181c3d..63595d6 100644
--- a/pcsc-lite.spec
+++ b/pcsc-lite.spec
@@ -1,8 +1,8 @@
-%global upstream_build 3533
+%global upstream_build 3591
 
 Name:           pcsc-lite
-Version:        1.7.2
-Release:        2%{?dist}
+Version:        1.7.3
+Release:        1%{?dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -11,14 +11,8 @@ URL:            http://pcsclite.alioth.debian.org/
 Source0:        http://alioth.debian.org/download.php/%{upstream_build}/%{name}-%{version}.tar.bz2
 Source1:        pcscd.init
 Patch0:         %{name}-1.4-docinst.patch
-Patch1:         %{name}-1.5.5-rpath64.patch
 # Disable pcscd on-demand startup (#653903)
 Patch2:         %{name}-1.6.7-noautostart.patch
-# Disable automatic card power down which seems to be unreliable at this point
-Patch3:         %{name}-1.6.6-no_auto_power_down
-# Avoid filling log files with "rv=0x... for client" and "Card Not Inserted"
-# messages (#657658, #707412)
-Patch4:         pcsc-lite-1.7.2-loglevel.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libudev-devel
@@ -69,9 +63,7 @@ Requires:       %{name}-libs = %{version}-%{release}
 %prep
 %setup -q
 %patch0 -p0 -b .docinst
-%patch1 -p1 -b .rpath64
 %patch2 -p1 -b .noautostart
-%patch4 -p1 -b .loglevel
 
 # Convert to utf-8
 for file in ChangeLog; do
@@ -154,6 +146,11 @@ fi
 
 
 %changelog
+* Wed Jun 22 2011 Kalev Lember <kalev at smartlink.ee> - 1.7.3-1
+- Update to 1.7.3
+- Dropped upstreamed patches
+- Dropped the lib64 rpath patch; pcsc-lite now uses system libtool
+
 * Wed May 25 2011 Kalev Lember <kalev at smartlink.ee> - 1.7.2-2
 - Don't fill log files with repeating messages (#657658, #707412)
 
diff --git a/sources b/sources
index d368fae..25a36ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47e7055cfc14399fdaa1b7a4aa06e5aa  pcsc-lite-1.7.2.tar.bz2
+0dfc1639e4020fb3c04ab37425abbb12  pcsc-lite-1.7.3.tar.bz2


More information about the scm-commits mailing list