rpms/gwget/devel gwget-0.99-epiphany.patch, 1.3, 1.4 gwget.spec, 1.26, 1.27

Christoph Wickert cwickert at fedoraproject.org
Sat Aug 30 14:32:23 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/gwget/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11368

Modified Files:
	gwget-0.99-epiphany.patch gwget.spec 
Log Message:
* Sat Aug 30 2008 Christoph Wickert <fedora christoph-wickert de> - 0.99-8
- Rebuild against epiphany 2.23 and already prepare for 2.24


gwget-0.99-epiphany.patch:

Index: gwget-0.99-epiphany.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget-0.99-epiphany.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gwget-0.99-epiphany.patch	26 Jun 2008 01:00:12 -0000	1.3
+++ gwget-0.99-epiphany.patch	30 Aug 2008 14:32:23 -0000	1.4
@@ -1,22 +1,26 @@
 --- gwget-0.99.orig/configure.in	2007-06-09 20:51:03.000000000 +0200
 +++ gwget-0.99/configure.in	2007-06-09 20:56:14.000000000 +0200
-@@ -97,14 +97,22 @@
+@@ -97,14 +97,26 @@
  
  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|2.20|2.21|2.22@:>@],
-+                       [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 or 2.21 or 2.22 (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|2.20|2.21|2.22|2.23|2.24@:>@],
++                       [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 or 2.21 or 2.22 or 2.23 or 2.24 (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, 2.19, 2.20, 221 or 2.22
++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, 2.19, 2.20, 2.21, 2.22, 2.23 or 2.24
  EPHY_AUTODETECT="(autodetect)"
 -if pkg-config --exists epiphany-2.18; then
 -	EPHY_VER=2.18
-+if pkg-config --exists epiphany-2.22; then
-+	EPHY_VER=2.22
++if pkg-config --exists epiphany-2.24; then
++	EPHY_VER=2.24
++elif pkg-config --exists epiphany-2.23; then
++        EPHY_VER=2.23
++elif pkg-config --exists epiphany-2.22; then
++        EPHY_VER=2.22
 +elif pkg-config --exists epiphany-2.21; then
 +        EPHY_VER=2.21
 +elif pkg-config --exists epiphany-2.20; then
@@ -28,7 +32,7 @@
  elif pkg-config --exists epiphany-2.17; then
          EPHY_VER=2.17
  elif pkg-config --exists epiphany-2.16; then
-@@ -170,13 +178,29 @@
+@@ -170,13 +182,37 @@
  	  EPIPHANY_PKGCONFIG=epiphany-2.18
            EPIPHANY_REQUIRED=2.18
  	  EPIPHANY_SHORTVER=218
@@ -48,6 +52,14 @@
 +	  EPIPHANY_PKGCONFIG=epiphany-2.22
 +          EPIPHANY_REQUIRED=2.22
 +	  EPIPHANY_SHORTVER=222
++elif test "x$EPHY_VER" = "x2.23"; then
++	  EPIPHANY_PKGCONFIG=epiphany-2.23
++          EPIPHANY_REQUIRED=2.23
++	  EPIPHANY_SHORTVER=223
++elif test "x$EPHY_VER" = "x2.24"; then
++	  EPIPHANY_PKGCONFIG=epiphany-2.24
++          EPIPHANY_REQUIRED=2.24
++	  EPIPHANY_SHORTVER=224
  else
       	AC_MSG_RESULT([no epiphany installed])
  fi
@@ -55,7 +67,7 @@
  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, 220, 221 or 222)])
++       [Define to the Epiphany version (12, 14, 16, 18, 110, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223 or 224)])
  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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gwget.spec	26 Jun 2008 01:00:12 -0000	1.26
+++ gwget.spec	30 Aug 2008 14:32:23 -0000	1.27
@@ -1,8 +1,8 @@
-%define epimajor 2.22
+%define epimajor 2.23
 
 Name:		gwget
 Version:	0.99
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPLv2+
@@ -107,6 +107,9 @@
 
 
 %changelog
+* Sat Aug 30 2008 Christoph Wickert <fedora christoph-wickert de> - 0.99-8
+- Rebuild against epiphany 2.23 and already prepare for 2.24
+
 * Thu Jun 05 2008 Christoph Wickert <fedora christoph-wickert de> - 0.99-7
 - Fix for latest epiphany (#440744)
 - Add Debian patch to fix missing remove signals




More information about the fedora-extras-commits mailing list