rpms/epiphany-extensions/devel .cvsignore, 1.14, 1.15 epiphany-extensions.spec, 1.20, 1.21 sources, 1.14, 1.15

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Mar 3 02:25:43 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/epiphany-extensions/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17108

Modified Files:
	.cvsignore epiphany-extensions.spec sources 
Log Message:
Update to new upstream release (2.17.92), which includes the Epilicious extension (thus closing bug #223746); and add an explicit versioned dependency on firefox to help avoid version-bump incompatibilities in the future.(Thanks to Brian Pepple for the fix.)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 Jan 2007 03:39:05 -0000	1.14
+++ .cvsignore	3 Mar 2007 02:25:10 -0000	1.15
@@ -1 +1 @@
-epiphany-extensions-2.17.4.tar.bz2
+epiphany-extensions-2.17.92.tar.bz2


Index: epiphany-extensions.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- epiphany-extensions.spec	28 Jan 2007 07:51:49 -0000	1.20
+++ epiphany-extensions.spec	3 Mar 2007 02:25:10 -0000	1.21
@@ -1,9 +1,9 @@
 %define	ephy_major		2.17
-%define	ephy_min_version	%{ephy_major}.4
+%define	ephy_min_version	%{ephy_major}.92
 
 Name:		epiphany-extensions
-Version:	%{ephy_major}.4
-Release:	3
+Version:	%{ephy_major}.92
+Release:	1
 Summary:	Extensions for Epiphany, the GNOME web browser
 
 License:	GPL
@@ -21,6 +21,7 @@
 BuildRequires:	pcre-devel
 
 Requires:	epiphany >= %{ephy_min_version}
+Requires:	firefox = %(rpm -q firefox-devel --qf '%%{version}' 2>/dev/null)
 
 Requires(pre):	GConf2
 
@@ -60,7 +61,8 @@
 if [ "$1" -gt 1 ]; then
 	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
 	gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas >/dev/null ||:
+		%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas	\
+		%{_sysconfdir}/gconf/schemas/epilicious.schemas > /dev/null ||:
 fi
 
 
@@ -68,14 +70,17 @@
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
 gconftool-2 --makefile-install-rule \
-	%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas > /dev/null ||:
+	%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas	\
+	%{_sysconfdir}/gconf/schemas/epilicious.schemas > /dev/null ||:
 
 
 %preun
 if [ "$1" -eq 0 ]; then
 	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
 	gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas > /dev/null ||:
+		%{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas	\
+		%{_sysconfdir}/gconf/schemas/epilicious.schemas > /dev/null ||:
+||:	
 fi
 
 
@@ -85,15 +90,23 @@
 %files -f %{name}-%{ephy_major}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.README ChangeLog README NEWS
-%{_datadir}/%{name}
+%{_datadir}/epiphany/icons/hicolor/*/status/feed-presence.*
+%{_datadir}/%{name}/
 %{_datadir}/gnome/help/%{name}
 %{_datadir}/omf/%{name}
 %exclude %{_libdir}/epiphany/%{ephy_major}/extensions/*.la
 %{_libdir}/epiphany/%{ephy_major}/extensions/
 %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
+%{_sysconfdir}/gconf/schemas/epilicious.schemas
 
 
 %changelog
+* Fri Mar 02 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.92-1
+- Update to new upstream release (2.17.92), which includes the Epilicious
+  extension (thus closing bug #223746).  
+- Add an explicit versioned dependency on firefox to help avoid version-bump
+  incompatibilities in the future.(Thanks to Brian Pepple for the fix.)  
+
 * Sat Jan 27 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.4-3
 - Enable all extensions. (Woo!)
 - Fix summary (it shouldn't end with a period).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	25 Jan 2007 03:39:05 -0000	1.14
+++ sources	3 Mar 2007 02:25:10 -0000	1.15
@@ -1 +1 @@
-13f610c22ca701eb1fd34c17d9f81895  epiphany-extensions-2.17.4.tar.bz2
+c2e0f2289849109170d0492dbeee270b  epiphany-extensions-2.17.92.tar.bz2




More information about the fedora-extras-commits mailing list