From fe0fa30133ee341675e2aa9201258b331997d823 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Thu, 31 Aug 2006 04:15:03 +0000 Subject: [PATCH] auto-import esc-1.0.0-9 on branch devel from esc-1.0.0-9.src.rpm --- esc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/esc.spec b/esc.spec index e65cf72..308c3ac 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -15,6 +15,7 @@ Patch4: firefox-1.1-nss-system-nspr.patch Patch5: esc-1.0.0-xul-sys-nss-nspr.patch Patch6: esc-1.0.0-ui-enhance.patch Patch7: esc-1.0.0-notify-icon-fixes.patch +Patch8: esc-1.0.0-strings-fix.patch BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel @@ -68,6 +69,7 @@ cryptographic smartcards. %patch5 -p1 -b .fix5 %patch6 -p1 -b .fix6 %patch7 -p1 -b .fix7 +%patch8 -p1 -b .fix8 #Unpack xulrunner where esc expects it to be. @@ -175,6 +177,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Wed Aug 30 2006 Jack Magne - 1.0.0-9 +- Revision of the strings used in ESC. + * Sat Aug 27 2006 Jack Magne - 1.0.0-8 - Fixes to get libnotify working properly on FC6 systems.