[flush] 0.9.12

Peter Robinson pbrobinson at fedoraproject.org
Sat Oct 20 17:01:29 UTC 2012


commit eaf2f321e6a4a24d348a64a091940e6c307be19b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Oct 20 18:00:38 2012 +0100

    0.9.12

 .gitignore               |    7 +------
 flush-0.9.10-64bit.patch |   33 ---------------------------------
 flush.spec               |   14 +++++---------
 sources                  |    2 +-
 4 files changed, 7 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3256ff8..dfe45b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
-clog
-.build-*.log
-flush-*.tar.*
-flush-*.src.rpm
-/i?86/
-/x86_64/
+/flush-0.*.tar.bz2
diff --git a/flush.spec b/flush.spec
index 244d0fc..b652235 100644
--- a/flush.spec
+++ b/flush.spec
@@ -1,6 +1,6 @@
 Name:			flush
-Version:		0.9.10
-Release:		8%{?dist}
+Version:		0.9.12
+Release:		1%{?dist}
 Summary:		GTK-based BitTorrent client
 
 License:		GPLv3+
@@ -10,8 +10,6 @@ Source0:		http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{
 Source1:		%{name}.desktop
 Patch0:			%{name}-dbus1.patch
 Patch1:			%{name}-dbus2.patch
-# https://sourceforge.net/tracker/?func=detail&aid=3231235&group_id=249175&atid=1127117
-Patch2:			%{name}-0.9.10-64bit.patch
 
 BuildRequires:		bison-devel
 BuildRequires:		flex
@@ -48,17 +46,13 @@ Features:
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -ivf
 %configure
 
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 iconv -f koi8-r -t utf-8 man/ru/flush.1 > man/ru/flush.1.new
 mv -f man/ru/flush.1.new man/ru/flush.1
 make install DESTDIR=%{buildroot}
@@ -85,7 +79,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 	
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING
 %{_bindir}/*
 %{_datadir}/icons/*/*/apps/*
@@ -98,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Oct 20 2012 Peter Robinson <pbrobinson at fedoraproject.org> 0.9.12-1
+- Update to 0.9.12 to fix FTBFS
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f6f1780..966e0c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c605f3eb45d67a82b45c3ccfe9a51ad  flush-0.9.10.tar.bz2
+6a9a9a218b3f060be899688dc29549ec  flush-0.9.12.tar.bz2


More information about the scm-commits mailing list