[uzbl] Update to 0-0.25.20110402gite7578e27c.

Daiki Ueno ueno at fedoraproject.org
Mon Apr 4 09:02:19 UTC 2011


commit 7380eaf552bf2514292acdfc73c17fa4e74f9686
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Apr 4 18:02:14 2011 +0900

    Update to 0-0.25.20110402gite7578e27c.

 .gitignore          |    1 +
 sources             |    2 +-
 uzbl-makefile.patch |    6 +++---
 uzbl.spec           |    9 ++++++---
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81e7aa7..ef84970 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ uzbl-afc0f873e.tar.gz
 /uzbl-afc0f873e.tar.gz
 /uzbl-518004933.tar.gz
 /uzbl-8bbc39b83.tar.gz
+/uzbl-e7578e27c.tar.gz
diff --git a/sources b/sources
index 2fc6306..5d0fe2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c270549a01c4b6e7b95e7f10843e4fc  uzbl-8bbc39b83.tar.gz
+5b09de34e57e7afde1b3ec66872d6144  uzbl-e7578e27c.tar.gz
diff --git a/uzbl-makefile.patch b/uzbl-makefile.patch
index 827318e..1401e7f 100644
--- a/uzbl-makefile.patch
+++ b/uzbl-makefile.patch
@@ -1,8 +1,8 @@
 diff --git a/Makefile b/Makefile
-index f33a626..fc1f0a1 100644
+index 91b66b6..e197cc8 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -128,14 +128,11 @@ install-dirs:
+@@ -124,14 +124,11 @@ install-dirs:
  
  install-uzbl-core: all install-dirs
  	install -d $(INSTALLDIR)/share/uzbl/
@@ -17,5 +17,5 @@ index f33a626..fc1f0a1 100644
 +	chmod 644 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*.js
 +	rm $(INSTALLDIR)/share/uzbl/examples/uzbl-cookie-manager.[co]
  
- install-uzbl-browser: uzbl-cookie-manager install-dirs
+ install-uzbl-browser: install-dirs
  	install -m755 src/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
diff --git a/uzbl.spec b/uzbl.spec
index 061f323..ff81edd 100644
--- a/uzbl.spec
+++ b/uzbl.spec
@@ -1,18 +1,18 @@
-%global		uzblcommit	8bbc39b83
+%global		uzblcommit	e7578e27c
 %global		vim_version	73
 
 Name:		uzbl
 Summary:	Lightweight WebKit browser following the UNIX philosophy
 Group:		Applications/Internet
 Version:	0
-Release:	0.24.20110215git%{uzblcommit}%{?dist}
+Release:	0.25.20110402git%{uzblcommit}%{?dist}
 License:	GPLv3
 URL:		http://www.uzbl.org
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #  git clone git://github.com/Dieterbe/uzbl.git
 #  cd uzbl
-#  export uzblcommit=afc0f873e
+#  export uzblcommit=e7578e27c
 #  git archive --format tar --prefix uzbl-${uzblcommit}/ ${uzblcommit} |\
 #      gzip -c > ../uzbl-${uzblcommit}.tar.gz
 Source0:	%{name}-%{uzblcommit}.tar.gz
@@ -172,6 +172,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Apr  4 2011 Daiki Ueno <dueno at redhat.com> - 0-0.25.20110402gite7578e27c
+- New upstream snapshot
+
 * Wed Mar  2 2011 Daiki Ueno <dueno at redhat.com> - 0-0.24.20110215git8bbc39b83
 - New upstream snapshot
 


More information about the scm-commits mailing list