[midori] Update to 0.4.1

Kevin Fenzi kevin at fedoraproject.org
Mon Oct 10 00:22:51 UTC 2011


commit 68a553d91f5c38a934e0fc55333b5bb12fc51ed8
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Oct 9 18:22:45 2011 -0600

    Update to 0.4.1

 .gitignore  |    1 +
 midori.spec |   11 ++++++++++-
 sources     |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cd6c19..a8dbbf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ midori-0.2.6.tar.bz2
 /midori-0.3.5.tar.bz2
 /midori-0.3.6.tar.bz2
 /midori-0.4.0.tar.bz2
+/midori-0.4.1.tar.bz2
diff --git a/midori.spec b/midori.spec
index 6e9c627..26646a8 100644
--- a/midori.spec
+++ b/midori.spec
@@ -1,5 +1,5 @@
 Name:		midori
-Version:	0.4.0
+Version:	0.4.1
 Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
@@ -91,6 +91,11 @@ desktop-file-install					\
 	--delete-original				\
 	--dir %{buildroot}%{_datadir}/applications	\
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
+desktop-file-install					\
+	--delete-original				\
+	--dir %{buildroot}%{_datadir}/applications	\
+	%{buildroot}%{_datadir}/applications/%{name}-private.desktop
+
 # needed because of a bug in the waf files, remove when fixed
 mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/%{name}
 install -Dpm 644 _build_/docs/api/midori/html/* \
@@ -121,6 +126,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{_docdir}/%{name}-%{version}/
 %{_bindir}/midori
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}-private.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
 %{_datadir}/icons/*/*/categories/extension.*
 %{_datadir}/icons/*/*/status/news-feed.*
@@ -138,6 +144,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Oct 09 2011 Kevin Fenzi <kevin at scrye.com> - 0.4.1-1
+- Update to 0.4.1
+
 * Mon Aug 01 2011 Kevin Fenzi <kevin at scrye.com> - 0.4.0-1
 - Update to 0.4.0
 
diff --git a/sources b/sources
index e4c8f8c..b55bf67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14aa14ccabf3d003903f1584dab15d7a  midori-0.4.0.tar.bz2
+33dde203cd71ae2b1d2adcc7f5739f65  midori-0.4.1.tar.bz2


More information about the scm-commits mailing list