[x-tile] Update to 2.3.1

Mohamed ElMorabity melmorabity at fedoraproject.org
Sat Jul 14 09:44:59 UTC 2012


commit e8f78b79ec3a79edf28a578e317290dca02cdfd9
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sat Jul 14 11:44:27 2012 +0200

    Update to 2.3.1

 .gitignore  |    1 +
 sources     |    2 +-
 x-tile.spec |   16 +++++++++-------
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c58174..cca2184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ x-tile-1.5.2.tar.gz
 /x-tile-2.1.tar.gz
 /x-tile-2.2.tar.gz
 /x-tile-2.2.1.tar.gz
+/x-tile-2.3.1.tar.bz2
diff --git a/sources b/sources
index ba76dd8..f5ffbb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a585674e13086681750c91c39f0d99f  x-tile-2.2.1.tar.gz
+251aec74e6ebe9bef17598cfbff16871  x-tile-2.3.1.tar.bz2
diff --git a/x-tile.spec b/x-tile.spec
index 0eb62d5..4271754 100644
--- a/x-tile.spec
+++ b/x-tile.spec
@@ -1,22 +1,18 @@
 Name:           x-tile
-Version:        2.2.1
+Version:        2.3.1
 Release:        1%{?dist}
 Summary:        A GTK application to tile windows in different ways
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://www.giuspen.com/x-tile/
-Source0:        http://www.giuspen.com/software/%{name}-%{version}.tar.gz
+Source0:        http://www.giuspen.com/software/%{name}-%{version}.tar.bz2
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  python-setuptools
 Requires:       gnome-python2-gconf
 Requires:       pygtk2
-Provides:       %{name}-common = %{version}-%{release}
-Provides:       %{name}-ng = %{version}-%{release}
-Obsoletes:      %{name}-common < 2.2.1
-Obsoletes:      %{name}-ng < 2.2.1
 BuildArch:      noarch
 
 %description
@@ -34,7 +30,7 @@ programming.
 # which needs a running graphical session
 sed -i "\|import cons|d; s|cons.VERSION|\"%{version}\"|" setup.py
 LANGUAGES=$(sed -n "s/^AVAILABLE_LANGS = //p" modules/cons.py)
-sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
+# sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
 
 
 %build
@@ -46,6 +42,8 @@ sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
   --no-compile \
   --root $RPM_BUILD_ROOT
 
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/glade/x-tile.glade.h
+
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
@@ -61,6 +59,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Sat Jul 14 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.3.1-1
+- Update to 2.3.1
+- Remove useless Provides/Obsoletes
+
 * Mon Feb 20 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.2.1-1
 - Update to 2.2.1
 


More information about the scm-commits mailing list