[tellico: 1/2] New bug fix release

jamatos jamatos at fedoraproject.org
Thu Jul 26 07:32:40 UTC 2012


commit 5ac91102ac59e378d96dc83559c435d1dfadd523
Author: José Matos <jamatos at fedoraproject.org>
Date:   Thu Jul 26 08:19:50 2012 +0100

    New bug fix release
    
    - Remove conditional code for releases older than Fedora 7

 .gitignore   |    1 +
 sources      |    2 +-
 tellico.spec |   11 +++++------
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27880a9..77ab90e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ tellico-2.2.tar.bz2
 /tellico-2.3.3.tar.bz2
 /tellico-2.3.4.tar.bz2
 /tellico-2.3.5.tar.bz2
+/tellico-2.3.6.tar.bz2
diff --git a/sources b/sources
index 29acb96..acef82b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6a1835d2622b79c4bfd95271bce858e  tellico-2.3.5.tar.bz2
+a547c3cff6559012bf2292cec5a543ed  tellico-2.3.6.tar.bz2
diff --git a/tellico.spec b/tellico.spec
index 1a21cb9..f46a9ef 100644
--- a/tellico.spec
+++ b/tellico.spec
@@ -1,5 +1,5 @@
 Name:           tellico
-Version:        2.3.5
+Version:        2.3.6
 Release:        1%{?dist}
 Summary:        A collection manager
 
@@ -29,12 +29,7 @@ BuildRequires:  kdepimlibs-devel
 BuildRequires:  kdemultimedia-devel
 BuildRequires:  pkgconfig(libksane)
 BuildRequires:  libv4l-devel
-
-%if 0%{?fedora} < 7
-BuildRequires: tcp_wrappers
-%else
 BuildRequires: tcp_wrappers-devel
-%endif
 
 Requires:       python
 
@@ -110,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 26 2012 José Matos <jamatos at fedoraproject.org> - 2.3.6-1
+- New bug fix release
+- Remove conditional code for releases older than Fedora 7
+
 * Tue Mar  6 2012 José Matos <jamatos at fedoraproject.org> - 2.3.5-1
 - New bugfix release
 


More information about the scm-commits mailing list