[python-yolk] upstream 0.4.3

Haïkel Guémar hguemar at fedoraproject.org
Tue Jul 16 22:23:46 UTC 2013


commit 4db5e694bd5a3dd41cc8e0ac1d8fc84572ce5ae7
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Wed Jul 17 00:23:19 2013 +0200

    upstream 0.4.3
    
    license change from GPLv2 to BSD 3 clauses

 .gitignore       |    1 +
 python-yolk.spec |   12 ++++++++----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd434f5..5ba8206 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /yolk-0.4.1.tar.gz
+/yolk-0.4.3.tar.gz
diff --git a/python-yolk.spec b/python-yolk.spec
index 3fda8d4..0e5fd5a 100644
--- a/python-yolk.spec
+++ b/python-yolk.spec
@@ -5,11 +5,11 @@
 %define mod_name yolk
 
 Name:           python-%{mod_name}
-Version:        0.4.1
-Release:        7%{?dist}
-Url:            http://tools.assembla.com/yolk
+Version:        0.4.3
+Release:        1%{?dist}
+Url:            https://pypi.python.org/pypi/yolk
 Summary:        Command-line tool querying PyPI and Python packages installed on your system
-License:        GPLv2
+License:        BSD
 Group:          Development/Languages
 Source:         http://pypi.python.org/packages/source/y/%{mod_name}/%{mod_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -54,6 +54,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{mod_name}.1.gz
 
 %changelog
+* Tue Jul 16 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 0.4.3-1
+- upstream 0.4.3
+- license change from GPLv2 to BSD 3 clauses
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 10c24fa..f564653 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-100b0f20aaf66aacd53987714cc91c3d  yolk-0.4.1.tar.gz
+10dfabca7a020058436aec9dbad70123  yolk-0.4.3.tar.gz


More information about the scm-commits mailing list