[catfish] Update to 0.4.02 (GTK3 port)

Christoph Wickert cwickert at fedoraproject.org
Fri Oct 5 18:55:38 UTC 2012


commit 49869ef33a24c3999371263e282e6f04fa21b359
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Oct 5 20:55:31 2012 +0200

    Update to 0.4.02 (GTK3 port)
    
    - Require pygobject3 instead of pygtk2-libglade

 .gitignore   |    1 +
 catfish.spec |   17 +++++++++++------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f939e26..4cd49e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 catfish-0.3.2.tar.gz
+/catfish-0.4.0.2.tar.bz2
diff --git a/catfish.spec b/catfish.spec
index d3608e3..f095a92 100644
--- a/catfish.spec
+++ b/catfish.spec
@@ -1,7 +1,8 @@
-%define		mainver		0.3.2
+%global		majorver	0.4
+%define		mainver		0.4.0.2
 %undefine		betaver		
 
-%define		fedoraver	5
+%define		fedoraver	1
 
 
 Name:		catfish
@@ -11,17 +12,17 @@ Summary:	A handy file search tool
 
 Group:		Applications/File
 License:	GPLv2+
-URL:		http://software.twotoasts.de/index.php?/pages/catfish_summary.html
-Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz
+URL:		https://launchpad.net/catfish-search
+Source0:	https://launchpad.net/catfish-search/%{majorver}/%{mainver}/+download/%{name}-%{mainver}%{?betaver}.tar.bz2
 # Don't use missing gtk.STOCK_INFO (bug 753512)
-Patch0:		catfish-0.3.2-stock_info.patch
+Patch0:		catfish-0.4.0.2-stock_info.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 # python related
-Requires:	pygtk2-libglade
+Requires:	pygobject3
 Requires:	pyxdg
 Requires:	dbus-python
 # search engine
@@ -144,6 +145,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 
 %changelog
+* Fri Oct 05 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0.2-1
+- Update to 0.4.02 (GTK3 port)
+- Require pygobject3 instead of pygtk2-libglade
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-5.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 251a453..49eff7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b28db355094bfbe7de097678e91ce271  catfish-0.3.2.tar.gz
+d80eb544a12dbee2b2c84b63c4903eea  catfish-0.4.0.2.tar.bz2


More information about the scm-commits mailing list