rpms/gwget/devel gwget-1.0.1-epiphany-typo.patch, NONE, 1.1 gwget.spec, 1.30, 1.31 gwget-1.00-epiphany.patch, 1.1, NONE gwget-1.00-gnome-cflags.patch, 1.1, NONE

Christoph Wickert cwickert at fedoraproject.org
Thu Jun 11 00:00:13 UTC 2009


Author: cwickert

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

Modified Files:
	gwget.spec 
Added Files:
	gwget-1.0.1-epiphany-typo.patch 
Removed Files:
	gwget-1.00-epiphany.patch gwget-1.00-gnome-cflags.patch 
Log Message:
* Thu Jun 11 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-3
- Make configure detect epiphany 2.26 again (stupid typo)


gwget-1.0.1-epiphany-typo.patch:

--- NEW FILE gwget-1.0.1-epiphany-typo.patch ---
diff -dur gwget-1.0.1.orig/configure gwget-1.0.1/configure
--- gwget-1.0.1.orig/configure	2009-02-17 19:15:31.000000000 +0100
+++ gwget-1.0.1/configure	2009-06-11 01:42:09.000000000 +0200
@@ -14504,7 +14504,7 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.25
           EPIPHANY_REQUIRED=2.25
 	  EPIPHANY_SHORTVER=225
-elif test "x$EPHY_VER" = "x2.18"; then
+elif test "x$EPHY_VER" = "x2.26"; then
 	  EPIPHANY_PKGCONFIG=epiphany-2.26
           EPIPHANY_REQUIRED=2.26
 	  EPIPHANY_SHORTVER=226
diff -dur gwget-1.0.1.orig/configure.ac gwget-1.0.1/configure.ac
--- gwget-1.0.1.orig/configure.ac	2009-02-17 19:15:04.000000000 +0100
+++ gwget-1.0.1/configure.ac	2009-06-11 01:42:58.000000000 +0200
@@ -215,7 +215,7 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.25
           EPIPHANY_REQUIRED=2.25
 	  EPIPHANY_SHORTVER=225
-elif test "x$EPHY_VER" = "x2.18"; then
+elif test "x$EPHY_VER" = "x2.26"; then
 	  EPIPHANY_PKGCONFIG=epiphany-2.26
           EPIPHANY_REQUIRED=2.26
 	  EPIPHANY_SHORTVER=226


Index: gwget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- gwget.spec	25 Feb 2009 03:06:26 -0000	1.30
+++ gwget.spec	10 Jun 2009 23:59:43 -0000	1.31
@@ -1,14 +1,15 @@
-%define epimajor 2.25
+%define epimajor 2.26
 
 Name:		gwget
 Version:	1.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://gnome.org/projects/gwget
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/%{version}/gwget-%{version}.tar.bz2
+Patch0:		gwget-1.0.1-epiphany-typo.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel >= 2.0
@@ -39,11 +40,12 @@ Requires:	%{name} = %{version}
 Requires:	epiphany >= %{epimajor}
 
 %description epiphany-extension
-This Package contains gwget2 extensions for epiphany.
+This package contains gwget2 extensions for epiphany.
 
 
 %prep
 %setup -q
+%patch0 -p1 -b .epiphany
 # convert files to UTF-8 with preserving the timestamps
 for file in ChangeLog README; do
     mv $file timestamp
@@ -111,6 +113,9 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 
 
 
 %changelog
+* Thu Jun 11 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-3
+- Make configure detect epiphany 2.26 again (stupid typo)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- gwget-1.00-epiphany.patch DELETED ---


--- gwget-1.00-gnome-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list