rpms/regexxer/devel regexxer.spec,1.4,1.5

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Mar 5 16:34:30 UTC 2006


Author: cwickert

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

Modified Files:
	regexxer.spec 
Log Message:
0.8-4: Fix #184001, #173869 and a typo


Index: regexxer.spec
===================================================================
RCS file: /cvs/extras/rpms/regexxer/devel/regexxer.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- regexxer.spec	15 Feb 2006 01:05:35 -0000	1.4
+++ regexxer.spec	5 Mar 2006 16:34:29 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           regexxer
 Version:        0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A nifty GUI search/replace tool
 
 Group:          Applications/Text
@@ -26,6 +26,10 @@
 
 
 %build
+# Workaround for libglade bug (#184038)
+%if "%{?fedora}" > "4"
+CXXFLAGS="${RPM_OPT_FLAGS} -Wl,--export-dynamic"
+%endif
 %configure
 make %{?_smp_mflags}
 
@@ -53,7 +57,6 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
-    killall -HUP gconfd-2 || :
 fi
 
 
@@ -61,7 +64,6 @@
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
   %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
-killall -HUP gconfd-2 || :
 
 
 %preun
@@ -69,7 +71,6 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
-    killall -HUP gconfd-2 || :
 fi
 
 
@@ -84,7 +85,12 @@
 
 
 %changelog
-* Wed Feb 15 2006 Christoph Wickert <fedora wickert at arcor de> - 0.8.3
+* Sun Mar 05 2006 Christoph Wickert <fedora wickert at arcor de> - 0.8-4
+- Compile with "-Wl,--export-dynamic" on Core 5 (#184001).
+- Don't kill gconfd in %pre, %post and %preun any longer (#173869).
+- Fix typo in %changelog.
+
+* Wed Feb 15 2006 Christoph Wickert <fedora wickert at arcor de> - 0.8-3
 - Rebuild for Fedora Extras 5.
 
 * Wed Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.8-2




More information about the fedora-extras-commits mailing list