rpms/gwget/devel gwget-0.99-missing-remove-signal.patch, NONE, 1.1 gwget-0.99-epiphany.patch, 1.2, 1.3 gwget.desktop, 1.2, 1.3 gwget.spec, 1.25, 1.26

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Jun 26 01:01:04 UTC 2008


Author: cwickert

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

Modified Files:
	gwget-0.99-epiphany.patch gwget.desktop gwget.spec 
Added Files:
	gwget-0.99-missing-remove-signal.patch 
Log Message:
* 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


gwget-0.99-missing-remove-signal.patch:

--- NEW FILE gwget-0.99-missing-remove-signal.patch ---
--- data/gwget.glade.old	2007-09-17 18:14:09.000000000 +0200
+++ data/gwget.glade	2007-09-17 18:10:32.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.2.0 on Mon Apr 23 21:15:37 2007 by david at ubuntu-->
+<!--Generated with glade3 3.2.2 on Mon Sep 17 18:10:32 2007 by arnau at maggie-->
 <glade-interface>
   <widget class="GtkWindow" id="main_window">
     <property name="title" translatable="yes">Gwget - Download Manager</property>
@@ -103,6 +103,7 @@
                                 <property name="visible">True</property>
                                 <property name="label" translatable="yes">Remove completed</property>
                                 <property name="use_underline">True</property>
+                                <signal name="activate" handler="on_remove_completed_activate"/>
                               </widget>
                             </child>
                             <child>
@@ -110,6 +111,7 @@
                                 <property name="visible">True</property>
                                 <property name="label" translatable="yes">Remove inactive</property>
                                 <property name="use_underline">True</property>
+                                <signal name="activate" handler="on_remove_notrunning_activate"/>
                               </widget>
                             </child>
                             <child>
@@ -117,6 +119,7 @@
                                 <property name="visible">True</property>
                                 <property name="label" translatable="yes">Remove all</property>
                                 <property name="use_underline">True</property>
+                                <signal name="activate" handler="on_remove_all_activate"/>
                               </widget>
                             </child>
                           </widget>

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwget-0.99-epiphany.patch	7 Jan 2008 23:16:18 -0000	1.2
+++ gwget-0.99-epiphany.patch	26 Jun 2008 01:00:12 -0000	1.3
@@ -1,4 +1,4 @@
---- gwget-0.99/configure.in.orig	2007-06-09 20:51:03.000000000 +0200
+--- 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 @@
  
@@ -59,3 +59,28 @@
  AC_MSG_RESULT([$EPHY_VER $EPHY_AUTODETECT])
  
  LIBGLIB_REQUIRED=2.4.0
+--- gwget-0.99.orig/epiphany-extension/Makefile.am  	2008-05-01 15:40:20.000000000 +0000
++++ gwget-0.99/epiphany-extension/Makefile.am		2008-05-01 15:40:58.000000000 +0000
+@@ -11,7 +11,8 @@
+         -DEPHY_EXTENSIONS_LOCALEDIR=\"$(datadir)/locale\"  \
+ 	-I$(top_srcdir)/src		\
+ 	$(DBUS_CFLAGS) \
+-	-I$(top_builddir)/include 		
++	-I$(top_builddir)/include \
++	@GNOME_CFLAGS@
+ 
+ libgwgetextension_la_SOURCES =			\
+  	ephy-gwget.c				\
+--- gwget-0.99.orig/epiphany-extension/Makefile.in  	2008-05-01 15:40:13.000000000 +0000
++++ gwget-0.99/epiphany-extension/Makefile.in		2008-05-01 15:41:17.000000000 +0000
+@@ -225,7 +225,8 @@
+         -DEPHY_EXTENSIONS_LOCALEDIR=\"$(datadir)/locale\"  \
+ 	-I$(top_srcdir)/src		\
+ 	$(DBUS_CFLAGS) \
+-	-I$(top_builddir)/include 		
++	-I$(top_builddir)/include \
++	@GNOME_CFLAGS@
+ 
+ 
+ libgwgetextension_la_SOURCES = \
+


Index: gwget.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwget.desktop	9 Jun 2007 20:02:43 -0000	1.2
+++ gwget.desktop	26 Jun 2008 01:00:12 -0000	1.3
@@ -7,6 +7,5 @@
 Icon=gwget.png
 Terminal=false
 Type=Application
-Categories=Application;Network;FileTransfer;
+Categories=Network;FileTransfer;GNOME;GTK
 Encoding=UTF-8
-


Index: gwget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gwget.spec	18 Feb 2008 23:37:36 -0000	1.25
+++ gwget.spec	26 Jun 2008 01:00:12 -0000	1.26
@@ -1,8 +1,8 @@
-%define epimajor 2.21
+%define epimajor 2.22
 
 Name:		gwget
 Version:	0.99
-Release:	5%{?dist}
+Release:	7%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPLv2+
@@ -11,6 +11,7 @@
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.99/gwget-0.99.tar.bz2
 Source1:	gwget.desktop
 Patch0:		gwget-0.99-epiphany.patch
+Patch1:		gwget-0.99-missing-remove-signal.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel >= 2.0
@@ -46,6 +47,12 @@
 %prep
 %setup -q
 %patch0 -p1 -b .epiphany
+%patch1 -p0 -b .missing-signals
+iconv -f ISO-8859-1 -t UTF-8 < ChangeLog > ChangeLog.utf8 &&  \
+	mv ChangeLog.utf8 ChangeLog
+iconv -f ISO-8859-1 -t UTF-8 < README > README.utf8 &&  \
+	mv README.utf8 README
+
 
 %build
 intltoolize -f
@@ -100,51 +107,59 @@
 
 
 %changelog
+* 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
+
+* Sat Apr 05 2008 Christoph Wickert <fedora christoph-wickert de> - 0.99-6
+- Build against epiphany 2.22
+- Remove the obsolte category Application from desktop file
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.99-5
 - Autorebuild for GCC 4.3
 
-* Tue Jan 08 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-4
+* Tue Jan 08 2008 Christoph Wickert <fedora christoph-wickert de> - 0.99-4
 - Build against epiphany 2.21
 
-* Wed Sep 26 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-3
+* Wed Sep 26 2007 Christoph Wickert <fedora christoph-wickert de> - 0.99-3
 - Build against epiphany 2.20
 
-* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-2
+* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.99-2
 - Run intltoolize to get locales installed properly with intltool 0.36.1
 - Update license tag
 
-* Sat Jun 09 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.99-1
+* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 0.99-1
 - Update to 0.99
 - Add support for epiphany 2.19
 - Update desktop file
 
-* Thu May 17 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.98.2-2
+* Thu May 17 2007 Christoph Wickert <fedora christoph-wickert de> - 0.98.2-2
 - Rebuild for Fedora 7
 - Add support for epiphany 2.18
 
-* Sat Nov 11 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.98.2-1
+* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 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 <cwickert at fedoraproject.org> - 0.98.1-1
+* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 0.98.1-1
 - Update to 0.98.1.
 - BuildRequire dbus-devel, libnotify-devel and gnome-vfs2-devel.
 
-* Fri Sep 15 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-7
+* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 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 <cwickert at fedoraproject.org> - 0.97-6
+* Sat Jul 15 2006 Christoph Wickert <fedora christoph-wickert de> - 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 <cwickert at fedoraproject.org> - 0.97-5
+* Mon Jun 26 2006 Christoph Wickert <fedora christoph-wickert de> - 0.97-5
 - bump release to fix broken upgrade path FE5 -> FE6.
 
-* Mon Jun 26 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.97-4
+* Mon Jun 26 2006 Christoph Wickert <fedora christoph-wickert de> - 0.97-4
 - fix %%defattr.
 - fix summary and description of epiphany-extension subpackage.
 - fix BR of epiphany-extension subpackage.




More information about the fedora-extras-commits mailing list