[python-yourls/el6] updating F15 branch to 0.1.2

Tim Flink tflink at fedoraproject.org
Mon Nov 14 17:18:16 UTC 2011


commit c5cd9f7a2ec16312161f20dcb74e1c7b501eb0e8
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Mon Nov 14 10:17:26 2011 -0700

    updating F15 branch to 0.1.2

 .gitignore         |    3 +++
 python-yourls.spec |    8 ++++++--
 sources            |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be5ecb8..d0a2f73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 python-yourls-0.1.1.tar.gz
+python-yourls-0.1.2.tar.gz
+python-yourls-0.1.2.tar.gz.sha256sum
+
diff --git a/python-yourls.spec b/python-yourls.spec
index ba16fe6..72c4334 100644
--- a/python-yourls.spec
+++ b/python-yourls.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-yourls
-Version:        0.1.1
-Release:        2%{?dist}
+Version:        0.1.2
+Release:        1%{?dist}
 Summary:        Simple Python client for the YOURLS URL shortener
 
 License:        GPLv2+
@@ -36,6 +36,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 14 2011 Tim Flink <tflink at fedoraproject.org> - 0.1.2-1
+- Fixed bug where empty api urls were allowed
+- Added ability to use 'title' when shortening a URL
+
 * Tue Aug 30 2011 Tim Flink <tflink at fedoraproject.org> - 0.1.1-2
 - corrected license tag
 
diff --git a/sources b/sources
index cf1ee25..ff8f3ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-254b25fa04b845698ce37f8300cc8716  python-yourls-0.1.1.tar.gz
+6a8898bcacb00719c60e6066a56b3fb5  python-yourls-0.1.2.tar.gz


More information about the scm-commits mailing list