rpms/gwget/devel gwget-0.99-epiphany220.patch, NONE, 1.1 gwget.spec, 1.21, 1.22 gwget-0.99-epiphany219.patch, 1.1, NONE

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Sep 25 23:06:09 UTC 2007


Author: cwickert

Update of /cvs/pkgs/rpms/gwget/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27207

Modified Files:
	gwget.spec 
Added Files:
	gwget-0.99-epiphany220.patch 
Removed Files:
	gwget-0.99-epiphany219.patch 
Log Message:
* Wed Sep 26 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-3
- Build against epiphany 2.20


gwget-0.99-epiphany220.patch:

--- NEW FILE gwget-0.99-epiphany220.patch ---
--- gwget-0.99/configure.in.orig	2007-06-09 20:51:03.000000000 +0200
+++ gwget-0.99/configure.in	2007-06-09 20:56:14.000000000 +0200
@@ -97,14 +97,18 @@
 
 EPHY_VER=
 AC_ARG_WITH([epiphany-version],
-        AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14@:>@],
-                       [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 (default 1.6)]),
+        AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14|2.15|2.16|2.17|2.18|2.19@:>@],
+                       [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 or 2.15 or 2.16 or 2.17 or 2.18 or 2.19 or 2.20 (default 1.6)]),
         [EPHY_VER="$withval"])
 
-dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18
+dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17, 2.18 or 2.19 or 2.20
 EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.18; then
-	EPHY_VER=2.18
+if pkg-config --exists epiphany-2.20; then
+	EPHY_VER=2.20
+elif pkg-config --exists epiphany-2.19; then
+        EPHY_VER=2.19
+elif pkg-config --exists epiphany-2.18; then
+        EPHY_VER=2.18
 elif pkg-config --exists epiphany-2.17; then
         EPHY_VER=2.17
 elif pkg-config --exists epiphany-2.16; then
@@ -170,13 +174,21 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.18
           EPIPHANY_REQUIRED=2.18
 	  EPIPHANY_SHORTVER=218
+elif test "x$EPHY_VER" = "x2.19"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.19
+          EPIPHANY_REQUIRED=2.19
+	  EPIPHANY_SHORTVER=219
+elif test "x$EPHY_VER" = "x2.20"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.20
+          EPIPHANY_REQUIRED=2.20
+	  EPIPHANY_SHORTVER=220
 else
      	AC_MSG_RESULT([no epiphany installed])
 fi
 
 if test -n "$EPIPHANY_SHORTVER" ; then
 AC_DEFINE_UNQUOTED(EPHY_VERSION, "$EPIPHANY_SHORTVER",
-       [Define to the Epiphany version (12, 14, 16, 18, 110 ,214, or 215)])
+       [Define to the Epiphany version (12, 14, 16, 18, 110, 214, 215, 216, 217, 218, 219 or 220)])
 AC_MSG_RESULT([$EPHY_VER $EPHY_AUTODETECT])
 
 LIBGLIB_REQUIRED=2.4.0


Index: gwget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gwget.spec	26 Aug 2007 22:20:20 -0000	1.21
+++ gwget.spec	25 Sep 2007 23:05:33 -0000	1.22
@@ -1,8 +1,8 @@
-%define epimajor 2.19
+%define epimajor 2.20
 
 Name:		gwget
 Version:	0.99
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPLv2+
@@ -100,42 +100,45 @@
 
 
 %changelog
-* Sat Aug 25 2007 Christoph Wickert <fedora at christoph-wickert de> - 0.99-2
+* Wed Sep 26 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-3
+- Build against epiphany 2.20
+
+* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-2
 - Run intltoolize to get locales installed properly with intltool 0.36.1
 - Update license tag
 
-* Sat Jun 09 2007 Christoph Wickert <fedora at christoph-wickert de> 0.99-1
+* Sat Jun 09 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-1
 - Update to 0.99
 - Add support for epiphany 2.19
 - Update desktop file
 
-* Thu May 17 2007 Christoph Wickert <fedora at christoph-wickert de> 0.98.2-2
+* Thu May 17 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.98.2-2
 - Rebuild for Fedora 7
 - Add support for epiphany 2.18
 
-* Sat Nov 11 2006 Christoph Wickert <fedora at christoph-wickert de> 0.98.2-1
+* Sat Nov 11 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.98.2-1
 - Update to 0.98.2.
 - Don't crash notification area (#213480).
 - Add support for epiphany 2.17.
 
-* Fri Sep 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.98.1-1
+* Fri Sep 15 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.98.1-1
 - Update to 0.98.1.
 - BuildRequire dbus-devel, libnotify-devel and gnome-vfs2-devel.
 
-* Fri Sep 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-7
+* Fri Sep 15 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-7
 - Mass rebuild for Fedora Core 6.
 - Update epiphany-patch for epiphany <= 2.16.
 - disable-static instead of removing .a files.
 - BuildRequire intltool instead of perl(XML::Parser).
 
-* Sat Jul 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-6
+* Sat Jul 15 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-6
 - Fix BR to build in minimal build environment (#198919).
 - Add patch to build against epiphany 2.15.
 
-* Mon Jun 26 2006 Christoph Wickert <fedora wickert at arcor de> 0.97-5
+* Mon Jun 26 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-5
 - bump release to fix broken upgrade path FE5 -> FE6.
 
-* Mon Jun 26 2006 Christoph Wickert <fedora wickert at arcor de> 0.97-4
+* Mon Jun 26 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-4
 - fix %%defattr.
 - fix summary and description of epiphany-extension subpackage.
 - fix BR of epiphany-extension subpackage.


--- gwget-0.99-epiphany219.patch DELETED ---




More information about the fedora-extras-commits mailing list