[gxneur] - Update to 0.17.0

Pavel Alexeev hubbitus at fedoraproject.org
Mon Dec 2 15:39:29 UTC 2013


commit 34063791a03db49fedbed0b7078160e57a036f39
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Mon Dec 2 19:39:19 2013 +0400

    - Update to 0.17.0

 .gitignore  |    1 +
 gxneur.spec |   13 ++++++++-----
 sources     |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c13fa3..6167a75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gxneur-0.13.0.tar.bz2
 /gxneur-0.15.0.tar.bz2
 /gxneur-0.16.0.tar.bz2
+/gxneur_0.17.0.orig.tar.gz
diff --git a/gxneur.spec b/gxneur.spec
index 55e59a4..a35285e 100644
--- a/gxneur.spec
+++ b/gxneur.spec
@@ -2,8 +2,8 @@
 
 Summary:		GTK front-end for X Neural Switcher (xneur)
 Name:		gxneur
-Version:		0.16.0
-Release:		3%{?HGrev:.hg%{HGrev}}%{?dist}
+Version:		0.17.0
+Release:		1%{?HGrev:.hg%{HGrev}}%{?dist}
 
 Group:		User Interface/Desktops
 License:		GPLv2+
@@ -12,14 +12,14 @@ URL:			http://www.xneur.ru
 # Sources now in mercurial. Tarball from author to fix last deprecated error.
 Source:		gxneur-%{version}+hg%{HGrev}.orig.tar.gz
 %else
-Source:		http://dists.xneur.ru/release-%{version}/tgz/%{name}-%{version}.tar.bz2
+Source:		https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/%{name}_%{version}.orig.tar.gz
 %endif
 Source1:		gxneur.desktop
 
 BuildRequires:	desktop-file-utils, pcre-devel, libglade2-devel, enchant-devel
 BuildRequires:	gettext-devel, gtk2-devel, GConf2-devel
 BuildRequires:	xneur-devel = %{version}
-%if 0%{?SVN}
+%if 0%{?HGrev}
 BuildRequires:	libtool
 %endif
 
@@ -40,7 +40,7 @@ GTK интерфейс для Интеллектуального переклю
 sed -i 's/DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"/DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"/' configure
 
 %build
-%if 0%{?SVN}
+%if 0%{?HGrev}
 ./autogen.sh
 %endif
 
@@ -82,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Dec 2 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 0.17.0-1
+- Update to 0.17.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 122a9fa..b637027 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3de1f25176b4fe6b07d6d59e558862a2  gxneur-0.16.0.tar.bz2
+824903cb3c37646ddb5ac701413058f3  gxneur_0.17.0.orig.tar.gz


More information about the scm-commits mailing list