[python-dulwich] * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.5-1 - Update to new upstream versi

Fabian Affolter fab at fedoraproject.org
Wed Feb 26 12:24:52 UTC 2014


commit a06b46aaea21d1f05da48bbafd1596cc085702ab
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 26 13:25:37 2014 +0100

    * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.5-1
    - Update to new upstream version 0.9.5

 .gitignore          |    1 +
 python-dulwich.spec |   57 ++++++++++++++++++++++++++------------------------
 sources             |    2 +-
 3 files changed, 32 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ccc4f4..eab5c8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /dulwich-0.8.7.tar.gz
 /dulwich-0.9.0.tar.gz
 /dulwich-0.9.1.tar.gz
+/dulwich-0.9.5.tar.gz
diff --git a/python-dulwich.spec b/python-dulwich.spec
index 6e1616f..d4c84de 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -4,13 +4,13 @@
 %filter_setup
 
 Name:           python-%{srcname}
-Version:        0.9.1
+Version:        0.9.5
 Release:        1%{?dist}
 Summary:        A python implementation of the Git file formats and protocols
 
 License:        GPLv2+ or ASL 2.0
 URL:            http://samba.org/~jelmer/dulwich/
-Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
@@ -46,24 +46,27 @@ nosetests test*.py
 %exclude %{python2_sitearch}/%{srcname}/tests*
 
 %changelog
+* Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.5-1
+- Update to new upstream version 0.9.5
+
 * Mon Oct 28 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.1-1
-- Updated to new upstream version 0.9.1
+- Update to new upstream version 0.9.1
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Sat Jun 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.0-1
-- Updated to new upstream version 0.9.0
+- Update to new upstream version 0.9.0
 - Now dual-licensed GPLv2+ or ASL 2.0
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
 * Tue Jan 15 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.7-1
-- Updated to new upstream version 0.8.7
+- Update to new upstream version 0.8.7
 
 * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.6-1
-- Updated to new upstream version 0.8.6
+- Update to new upstream version 0.8.6
 
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@@ -72,28 +75,28 @@ nosetests test*.py
 - We don’t need python-unittest2 anymore.
 
 * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.5-1
-- Updated to new upstream version 0.8.5
+- Update to new upstream version 0.8.5
 
 * Fri Apr 06 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.4-1
-- Updated to new upstream version 0.8.4
+- Update to new upstream version 0.8.4
 
 * Fri Feb 24 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.3-1
-- Updated to new upstream version 0.8.3
+- Update to new upstream version 0.8.3
 
 * Sat Jan 28 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.2-2
-- Added missing BR
+- Add missing BR
 
 * Fri Jan 27 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.2-1
-- Updated to new upstream version 0.8.2
+- Update to new upstream version 0.8.2
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
 * Thu Oct 13 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.0-1
-- Updated to new upstream version 0.8.0
+- Update to new upstream version 0.8.0
 
 * Sun Apr 17 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.1-1
-- Updated to new upstream version 0.7.1
+- Update to new upstream version 0.7.1
 
 * Fri Mar 11 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.0-3
 - Test section reworked
@@ -102,35 +105,35 @@ nosetests test*.py
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Jan 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.7.0-1
-- Updated to new upstream version 0.7.0
+- Update to new upstream version 0.7.0
 
 * Mon Nov 08 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.2-1
 - Filtering added
-- Updated to new upstream version 0.6.2
+- Update to new upstream version 0.6.2
 
 * Wed Sep 01 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.1-1
-- Fixed grep parameter
+- Fix grep parameter
 - Run all test now
-- Updated to new upstream version 0.6.1
+- Update to new upstream version 0.6.1
 
 * Sat Jul 03 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-3
-- Removed exec permission from test.py
-- Added python-nose
+- Remove exec permission from test.py
+- Add python-nose
 
 * Fri Jun 25 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-2
-- Changed summary
+- Change summary
 - Change to srcname
-- Fixed rpmlint issue
-- Added check section and exclude the tests directory
+- Fix rpmlint issue
+- Add check section and exclude the tests directory
 
 * Thu Jun 17 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-1
-- Fixed some rpmlint issues
-- Added docs directory
-- Updated to new upstream version 0.6.0
+- Fix some rpmlint issues
+- Add docs directory
+- Update to new upstream version 0.6.0
 
 * Wed Apr 28 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.5.0-2
-- Doc added
-- Added BR setuptools
+- Add Doc
+- Add BR setuptools
 
 * Fri Apr 16 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> 0.5.0-1
 - Initial package
diff --git a/sources b/sources
index 197ed81..d4c902d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1829cb4ad68d8a7e8d6b7f88bf6c913c  dulwich-0.9.1.tar.gz
+7ace33f90cd61c7fcd32816eb73d1f5a  dulwich-0.9.5.tar.gz


More information about the scm-commits mailing list