rpms/uzbl/F-12 import.log, 1.2, 1.3 uzbl.patch, 1.2, 1.3 uzbl.spec, 1.3, 1.4

Daiki Ueno ueno at fedoraproject.org
Thu Apr 8 08:35:30 UTC 2010


Author: ueno

Update of /cvs/pkgs/rpms/uzbl/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27022/F-12

Modified Files:
	import.log uzbl.patch uzbl.spec 
Log Message:
don't strip uzbl-core with the install command (closes #580250).



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/uzbl/F-12/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	5 Apr 2010 01:39:32 -0000	1.2
+++ import.log	8 Apr 2010 08:35:30 -0000	1.3
@@ -1,2 +1,3 @@
 uzbl-0-0_8_20100221gitabbffe5c3:F-12:uzbl-0-0.8.20100221gitabbffe5c3.src.rpm:1269571156
 uzbl-0-0_10_20100405gitae15d257a_fc13:F-12:uzbl-0-0.10.20100405gitae15d257a.fc13.src.rpm:1270431534
+uzbl-0-0_11_20100405gitae15d257a_fc13:F-12:uzbl-0-0.11.20100405gitae15d257a.fc13.src.rpm:1270715673

uzbl.patch:
 Makefile |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Index: uzbl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/uzbl/F-12/uzbl.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- uzbl.patch	5 Apr 2010 01:39:32 -0000	1.2
+++ uzbl.patch	8 Apr 2010 08:35:30 -0000	1.3
@@ -1,6 +1,6 @@
 diff -ru uzbl-ae15d257a.orig/Makefile uzbl-ae15d257a/Makefile
 --- uzbl-ae15d257a.orig/Makefile	2010-04-04 04:42:03.000000000 +0900
-+++ uzbl-ae15d257a/Makefile	2010-04-05 09:48:30.887543437 +0900
++++ uzbl-ae15d257a/Makefile	2010-04-08 12:37:53.163411664 +0900
 @@ -1,9 +1,9 @@
  # first entries are for gnu make, 2nd for BSD make.  see http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-July/000177.html
  
@@ -13,7 +13,7 @@ diff -ru uzbl-ae15d257a.orig/Makefile uz
  LDFLAGS!=echo `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -pthread $(LDFLAGS)
  
  SRC = $(wildcard src/*.c)
-@@ -89,15 +89,11 @@
+@@ -89,13 +89,9 @@
  
  install-uzbl-core: all
  	install -d $(INSTALLDIR)/share/uzbl/
@@ -26,11 +26,8 @@ diff -ru uzbl-ae15d257a.orig/Makefile uz
  	chmod 755 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*
 +	chmod 644 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*.js
  	sed -i 's#^set prefix.*=.*#set prefix     = $(RUN_PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/config
--	install -D -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
-+	install -s -D -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
+ 	install -D -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
  
- install-uzbl-browser:
- 	install -D -m755 src/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
 @@ -105,6 +101,7 @@
  	install -D -m755 examples/data/scripts/uzbl-event-manager $(INSTALLDIR)/bin/uzbl-event-manager
  	sed -i 's#^PREFIX=.*#PREFIX=$(RUN_PREFIX)#' $(INSTALLDIR)/bin/uzbl-browser


Index: uzbl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uzbl/F-12/uzbl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- uzbl.spec	5 Apr 2010 01:39:32 -0000	1.3
+++ uzbl.spec	8 Apr 2010 08:35:30 -0000	1.4
@@ -1,7 +1,7 @@
 %global		uzblcommit	ae15d257a
 Name:		uzbl
 Version:	0
-Release:	0.10.20100405git%{uzblcommit}%{?dist}
+Release:	0.11.20100405git%{uzblcommit}%{?dist}
 License:	GPLv3
 URL:		http://www.uzbl.org
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_bindir}/uzbl-tabbed
 
 %changelog
+* Thu Apr  8 2010 Daiki Ueno <dueno at redhat.com> - 0-0.11.20100405gitae15d257a
+- don't strip uzbl-core with the install command (closes #580250).
+
 * Mon Apr  5 2010 Daiki Ueno <ueno at unixuser.org> - 0-0.10.20100405gitae15d257a
 - split out uzbl-tabbed as a seperate package to avoid dependency on
   pygtk2 (partially merged a patch from Ben Boeckel <mathstuf at gmail.com>).



More information about the scm-commits mailing list