rpms/regexxer/FC-4 regexxer-statusline.cc.patch, NONE, 1.1 regexxer.spec, 1.3, 1.4

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Jun 27 23:34:17 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/regexxer/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14024

Modified Files:
	regexxer.spec 
Added Files:
	regexxer-statusline.cc.patch 
Log Message:
Add regexxer-statusline.cc.patch (#196909)

regexxer-statusline.cc.patch:

--- NEW FILE regexxer-statusline.cc.patch ---
--- src/statusline.cc.orig	2006-06-27 22:47:48.000000000 +0200
+++ src/statusline.cc	2006-06-27 22:49:05.000000000 +0200
@@ -289,7 +289,7 @@
 
   progressbar_->set_pulse_step(0.025);
 
-  stop_button_->get_accessible()->set_description(_("Cancels the running search"));
+/*  stop_button_->get_accessible()->set_description(_("Cancels the running search")); */
 
   show_all_children();
 }


Index: regexxer.spec
===================================================================
RCS file: /cvs/extras/rpms/regexxer/FC-4/regexxer.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- regexxer.spec	27 Jun 2006 18:21:46 -0000	1.3
+++ regexxer.spec	27 Jun 2006 23:34:17 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           regexxer
 Version:        0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A nifty GUI search/replace tool
 
 Group:          Applications/Text
 License:        GPL
 URL:            http://regexxer.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		regexxer-statusline.cc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsigc++20-devel, libglademm24-devel
@@ -23,9 +24,14 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .orig
 
 
 %build
+# Workaround for libglade bug (#184038)
+%if "%{?fedora}" > "4"
+CXXFLAGS="${RPM_OPT_FLAGS} -Wl,--export-dynamic"
+%endif
 %configure
 make %{?_smp_mflags}
 
@@ -84,12 +90,16 @@
 
 
 %changelog
-* Wed Sep 23 2005 Christoph Wickert <wickerpms at arcor.de> - 0.8-3
+* Wed Jun 28 2006 Christoph Wickert <fedora wickert at arcor de> - 0.8-4
+- Add regexxer-statusline.cc.patch (#196909).
+- Compile with "-Wl,--export-dynamic" on Core =< 5 (#184001).
+
+* Wed Jun 28 2006 Christoph Wickert <fedora wickert at arcor de> - 0.8-3
 - Recompiled for gtkmm 2.6.9 (#196909).
 
-* Wed Sep 23 2005 Christoph Wickert <wickerpms at arcor.de> - 0.8-2
+* Wed Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.8-2
 - Removed hardcoded dependency on gconfmm26.
 - Remoded duplicate BuildRequires gtkmm24-devel.
 
-* Thu Sep 22 2005 Christoph Wickert <wickerpms at arcor.de> - 0.8-1
+* Thu Sep 22 2005 Christoph Wickert <fedora wickert at arcor de> - 0.8-1
 - Initial RPM release.




More information about the fedora-extras-commits mailing list