[hgsvn] 0.2.3

terjeros terjeros at fedoraproject.org
Mon Jan 20 12:52:10 UTC 2014


commit 493e18dd5472ab508cf71e0590636868a69436e3
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Jan 20 13:52:23 2014 +0100

    0.2.3

 .gitignore |    1 +
 hgsvn.spec |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdaf36f..c46c638 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 hgsvn-0.1.8.tar.gz
 /hgsvn-0.1.9.tar.gz
 /hgsvn-0.2.1.dev.zip
+/hgsvn-0.2.3.zip
diff --git a/hgsvn.spec b/hgsvn.spec
index f8d9c6c..4c595ae 100644
--- a/hgsvn.spec
+++ b/hgsvn.spec
@@ -1,11 +1,11 @@
 Summary:       A set of scripts to work locally on subversion checkouts using mercurial
 Name:          hgsvn
-Version:       0.2.1
-Release:       0.1.dev%{?dist}
+Version:       0.2.3
+Release:       1%{?dist}
 License:       GPLv3+
 Group:         Development/Tools
 URL:           http://pypi.python.org/pypi/hgsvn/
-Source0:       https://pypi.python.org/packages/source/h/hgsvn/hgsvn-%{version}.dev.zip
+Source0:       https://pypi.python.org/packages/source/h/hgsvn/hgsvn-%{version}.zip
 Patch0:        hgsvn-0.1.9-disable-ez.patch
 Patch1:        hgsvn-0.1.9-subversion-1.7.patch
 BuildArch:     noarch
@@ -29,7 +29,7 @@ submit patches to project maintainers, etc. And of course you have
 fast local operations like hg log and hg annotate.
 
 %prep
-%setup -q -n %{name}-%{version}.dev
+%setup -q
 %patch0 -p1
 %patch1 -p1
 
@@ -51,6 +51,9 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
 %{python_sitelib}/%{name}-*-py*.egg-info
 
 %changelog
+* Mon Jan 20 2014 Terje Rosten <terje.rosten at ntnu.no> - 0.2.3-1
+- 0.2.3
+
 * Tue Nov 19 2013 Terje Rosten <terje.rosten at ntnu.no> - 0.2.1-0.1.dev-1
 - 0.2.1.dev
 
diff --git a/sources b/sources
index 9b67187..4fe54ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3a24ef5297d304419f2d8b6f9f4dcf1  hgsvn-0.2.1.dev.zip
+9ff5d591a9eea998acd30ab778d4e983  hgsvn-0.2.3.zip


More information about the scm-commits mailing list