[qupzilla] Update to 1.4.1

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 1 21:20:12 UTC 2013


commit 940b94e54f58f5fcab97c134bd89b19c2af04fce
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Apr 1 23:20:08 2013 +0200

    Update to 1.4.1

 .gitignore    |    2 ++
 qupzilla.spec |   15 +++++++++------
 sources       |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2749f0c..39a9a40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 /QupZilla-1.3.5.tar.gz
+/qupzilla-1.4.1-tar.gz
+/v1.4.1.tar.gz
diff --git a/qupzilla.spec b/qupzilla.spec
index 365d384..f3eeddb 100644
--- a/qupzilla.spec
+++ b/qupzilla.spec
@@ -13,8 +13,8 @@
 
 
 Name:           qupzilla
-Version:        1.3.5
-Release:        3%{?dist}
+Version:        1.4.1
+Release:        1%{?dist}
 Summary:        Modern web browser
 
 Group:          Applications/Internet
@@ -23,7 +23,7 @@ Group:          Applications/Internet
 License:        GPLv3+ and BSD
 URL:            http://www.qupzilla.com/
 #VCS            git:git://github.com/QupZilla/qupzilla.git
-Source0:        https://github.com/downloads/QupZilla/qupzilla/QupZilla-%{version}.tar.gz
+Source0:        https://github.com/QupZilla/qupzilla/archive/v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel >= 4.7
@@ -42,7 +42,7 @@ designed to be lightweight and fast and offers advanced functions such as
 
 
 %prep
-%setup -qn QupZilla-%{version}
+%setup -q
 
 # remove BUILDTIME usage from build
 sed '/static const QString BUILDTIME/d' -i src/lib/app/qupzilla.h
@@ -118,7 +118,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYRIGHT FAQ GPLv3 README.md TODO
+%doc AUTHORS CHANGELOG COPYRIGHT FAQ GPLv3 README.md
 %{_bindir}/%{name}
 %{_libdir}/libQupZilla.so.*
 %{_libdir}/%{name}/
@@ -130,6 +130,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Apr 01 2013 Christoph Wickert <cwickert at fedoraproject.org> - 1.4.1-1
+- Update to 1.4.1
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -148,5 +151,5 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Filter out private requires and provides
 - Include README.md in %%doc
 
-* Mon Apr 30 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-1
+* Mon Apr 30 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-1
 - Initial package
diff --git a/sources b/sources
index 752c101..4b6536e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2ecf689d45af384c4557895dc43f4da  QupZilla-1.3.5.tar.gz
+d1957759a25ddecf83f27cf21fb772cb  v1.4.1.tar.gz


More information about the scm-commits mailing list