rpms/epiphany-extensions/FC-5 .cvsignore, 1.10, 1.11 epiphany-extensions.spec, 1.9, 1.10 sources, 1.10, 1.11

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Oct 13 00:29:35 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/epiphany-extensions/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23413

Modified Files:
	.cvsignore epiphany-extensions.spec sources 
Log Message:
Updating to 2.14.1.1 to fix a long-standing issue with the scroller extensions and recent GTK releases. (This resolves bug #193430.)
I've attempted to contact Chris via email twice and pinged him on Bugzilla multiple times so far with no success. :|




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/FC-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	16 Apr 2006 16:26:54 -0000	1.10
+++ .cvsignore	13 Oct 2006 00:29:35 -0000	1.11
@@ -1 +1 @@
-epiphany-extensions-2.14.0.1.tar.bz2
+epiphany-extensions-2.14.1.1.tar.bz2


Index: epiphany-extensions.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/FC-5/epiphany-extensions.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- epiphany-extensions.spec	16 Apr 2006 16:26:54 -0000	1.9
+++ epiphany-extensions.spec	13 Oct 2006 00:29:35 -0000	1.10
@@ -2,7 +2,7 @@
 
 Summary: Extensions for Epiphany, the GNOME web browser.
 Name: epiphany-extensions
-Version: 2.14.0.1
+Version: 2.14.1.1
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -21,7 +21,7 @@
 %setup -q
 
 %build
-%configure --disable-compiler-warnings
+%configure --disable-compiler-warnings --disable-scrollkeeper
 %{__make} %{?_smp_mflags}
 
 %install
@@ -32,13 +32,26 @@
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
+%post
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+
+%postun
+scrollkeeper-update -q || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc ChangeLog README NEWS
 %{_datadir}/epiphany-extensions
+%{_datadir}/gnome/help/%{name}
+%{_datadir}/omf/%{name}
 %{_libdir}/epiphany
 
 %changelog
+* Thu Oct 12 2006 Peter Gordon <peter at thecodergeek.com> 2.14.1.1-1
+- Update to 2.14.1.1 (fixes bug #193430: Update to 2.14.1 to fix some
+  issues with the scroller extensions and newer gtk2 releases)
+
 * Sun Apr 16 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.14.0.1-1
 - Upstream update
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/FC-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	16 Apr 2006 16:26:54 -0000	1.10
+++ sources	13 Oct 2006 00:29:35 -0000	1.11
@@ -1 +1 @@
-1b8ec450167010b25bba48295b5808cf  epiphany-extensions-2.14.0.1.tar.bz2
+3e807a83f068e41ce34c3c653a3353b6  epiphany-extensions-2.14.1.1.tar.bz2




More information about the fedora-extras-commits mailing list