diff --git a/.cvsignore b/.cvsignore index 3a8dcff..fecddda 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pcsc-tools-1.4.8.tar.gz +pcsc-tools-1.4.9.tar.gz diff --git a/pcsc-tools-1.4.9-desktop.patch b/pcsc-tools-1.4.9-desktop.patch new file mode 100644 index 0000000..bdf638e --- /dev/null +++ b/pcsc-tools-1.4.9-desktop.patch @@ -0,0 +1,9 @@ +--- pcsc-tools-1.4.9/gscriptor.desktop~ 2006-06-18 19:41:21.000000000 +0300 ++++ pcsc-tools-1.4.9/gscriptor.desktop 2007-06-30 14:36:45.000000000 +0300 +@@ -3,6 +3,5 @@ Name=Gscriptor + Comment=Send commands to smart cards + Exec=gscriptor + Terminal=false +-Encoding=UTF-8 + Type=Application + Categories=Utility;GTK; diff --git a/pcsc-tools.spec b/pcsc-tools.spec index 01daf5d..009c569 100644 --- a/pcsc-tools.spec +++ b/pcsc-tools.spec @@ -1,5 +1,5 @@ Name: pcsc-tools -Version: 1.4.8 +Version: 1.4.9 Release: 1%{?dist} Summary: Tools to be used with smart cards and PC/SC @@ -8,6 +8,7 @@ License: GPL URL: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz #Source1: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt +Patch0: %{name}-1.4.9-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -24,6 +25,7 @@ that from a GTK user interface. %prep %setup -q +%patch0 -p1 sed -i -e 's/-O2 -g/$(RPM_OPT_FLAGS)/' Makefile #cp %{SOURCE1} . f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f @@ -61,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 30 2007 Ville Skyttä - 1.4.9-1 +- 1.4.9. +- Drop Encoding key from desktop entry. + * Sun Nov 26 2006 Ville Skyttä - 1.4.8-1 - 1.4.8. - Drop X-Fedora desktop entry category. diff --git a/sources b/sources index c67de8d..2013dc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0086eab17b61aba496cd88af8b80332 pcsc-tools-1.4.8.tar.gz +8a963a92166c0ba40467dd23f44f5828 pcsc-tools-1.4.9.tar.gz