rpms/regexxer/devel regexxer-0.9-fix-save-all-menu-item.patch, NONE, 1.1 regexxer.spec, 1.11, 1.12

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Feb 9 09:22:55 UTC 2008


Author: cwickert

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

Modified Files:
	regexxer.spec 
Added Files:
	regexxer-0.9-fix-save-all-menu-item.patch 
Log Message:
* Sat Feb 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.9-3
- Mass rebuild with gcc-4.3.0
- Fix "Save all" menu entry


regexxer-0.9-fix-save-all-menu-item.patch:

--- NEW FILE regexxer-0.9-fix-save-all-menu-item.patch ---
diff -Nur regexxer-0.9.orig/ui/mainwindow.glade regexxer-0.9/ui/mainwindow.glade
--- regexxer-0.9.orig/ui/mainwindow.glade	2008-02-09 10:17:31.000000000 +0100
+++ regexxer-0.9/ui/mainwindow.glade	2008-02-09 10:18:32.000000000 +0100
@@ -47,7 +47,7 @@
 		    <widget class="GtkImageMenuItem" id="menuitem_save_all">
 		      <property name="visible">True</property>
 		      <property name="label">regexxer-save-all</property>
-		      <property name="use_underline">True</property>
+		      <property name="use_stock">True</property>
 		    </widget>
 		  </child>
 


Index: regexxer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/regexxer/devel/regexxer.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- regexxer.spec	21 Aug 2007 21:03:02 -0000	1.11
+++ regexxer.spec	9 Feb 2008 09:22:20 -0000	1.12
@@ -1,12 +1,13 @@
 Name:           regexxer
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A nifty GUI search/replace tool
 
 Group:          Applications/Text
 License:        GPLv2+
 URL:            http://regexxer.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         %{name}-0.9-fix-save-all-menu-item.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsigc++20-devel, libglademm24-devel
@@ -23,7 +24,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .save-all
 
 %build
 # Workaround for libglade bug (#184038)
@@ -90,6 +91,10 @@
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %changelog
+* Sat Feb 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.9-3
+- Mass rebuild with gcc-4.3.0
+- Fix "Save all" menu entry
+
 * Tue Aug 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.9-2
 - Rebuild for BuildID feature
 




More information about the fedora-extras-commits mailing list