[python-msgpack/f14] * Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.10-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Sat Nov 26 12:32:13 UTC 2011


commit 51ff113c508ee5de50203cc9a1a69ef4c8ac7d03
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Nov 26 13:32:01 2011 +0100

    * Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.10-1
    - Updated to new upstream version 0.1.10
    - README is gone

 .gitignore          |    1 +
 python-msgpack.spec |   14 +++++++++-----
 sources             |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f88036..064dc76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /msgpack-python-0.1.9.tar.gz
+/msgpack-python-0.1.10.tar.gz
diff --git a/python-msgpack.spec b/python-msgpack.spec
index 0caa788..cc9efd1 100644
--- a/python-msgpack.spec
+++ b/python-msgpack.spec
@@ -5,8 +5,8 @@
 %global srcname msgpack
 
 Name:           python-%{srcname}
-Version:        0.1.9
-Release:        3%{?dist}
+Version:        0.1.10
+Release:        1%{?dist}
 Summary:        A Python MessagePack (de)serializer
 
 Group:          Development/Languages
@@ -58,18 +58,22 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING
 %{python_sitearch}/%{srcname}/
 %{python_sitearch}/%{srcname}*.egg-info
 
 
 %changelog
+* Sat Nov 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.10-1
+- Updated to new upstream version 0.1.10
+- README is gone
+
 * Tue Jul 12 2011 Dan HorĂ¡k <dan[at]danny.cz> - 0.1.9-3
 - fix build on big endian arches
 
-* Fri Jun 24 2011 Fabian Affolter <fabian at bernewireless.net> - 0.1.9-2
+* Fri Jun 24 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.9-2
 - Tests are failing, they are not active at the moment
 - Filtering added
 
-* Sat Mar 26 2011 Fabian Affolter <fabian at bernewireless.net> - 0.1.9-1
+* Sat Mar 26 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.9-1
 - Initial package
diff --git a/sources b/sources
index d65e024..8914042 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fea360812fd4bd485c07b03239f1ddd0  msgpack-python-0.1.9.tar.gz
+a31f16d20ea8ec79cc8cba1103f951d8  msgpack-python-0.1.10.tar.gz


More information about the scm-commits mailing list