[gxneur] New 0.16.0 version.

Pavel Alexeev hubbitus at fedoraproject.org
Sat Nov 17 11:38:33 UTC 2012


commit 29f016b89c4aaad295fe500a4015bdb86d82205a
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Sat Nov 17 15:39:03 2012 +0400

    New 0.16.0 version.
    
    - Sources migrated from subversion to mercurial.

 .gitignore  |    1 +
 gxneur.spec |   20 +++++++++++++-------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9c38df..9c13fa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gxneur-0.12.0-svn859.tar.bz2
 /gxneur-0.13.0.tar.bz2
 /gxneur-0.15.0.tar.bz2
+/gxneur-0.16.0.tar.bz2
diff --git a/gxneur.spec b/gxneur.spec
index 4571423..9f41ae3 100644
--- a/gxneur.spec
+++ b/gxneur.spec
@@ -1,17 +1,19 @@
-#% global SVN	859
+#% global HGrev	1032
 
 Summary:		GTK front-end for X Neural Switcher (xneur)
 Name:		gxneur
-Version:		0.15.0
-Release:		6%{?SVN:.svn%{SVN}}%{?dist}
+Version:		0.16.0
+Release:		1%{?HGrev:.hg%{HGrev}}%{?dist}
 
 Group:		User Interface/Desktops
 License:		GPLv2+
 URL:			http://www.xneur.ru
-# In case of SVN build tarball generated with tese set of commands:
-# svn export svn://xneur.ru:3690/xneur/%%{name} %%{name}-%%{version}
-# tar -jcf %%{name}-%%{version}-svn%%{SVN} %%{name}-%%{version}
-Source:		http://dists.xneur.ru/release-%{version}/tgz/%{name}-%{version}%{?SVN:-svn%{SVN}}.tar.bz2
+%if 0%{?HGrev}
+# 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
+%endif
 Source1:		gxneur.desktop
 
 BuildRequires:	desktop-file-utils, pcre-devel, libglade2-devel, enchant-devel
@@ -80,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sun Nov 11 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 0.16.0-1
+- New 0.16.0 version.
+- Sources migrated from subversion to mercurial.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f4605aa..122a9fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed749a4230339f28f42ae6dd28b762ab  gxneur-0.15.0.tar.bz2
+3de1f25176b4fe6b07d6d59e558862a2  gxneur-0.16.0.tar.bz2


More information about the scm-commits mailing list