From 74e954dfcce835a7a7ab44912260bfe227645f80 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 10 2013 12:25:14 +0000 Subject: Latest upstream with various optimizations. --- diff --git a/.gitignore b/.gitignore index 5a84423..6bccc77 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /tahrir-0.3.4.tar.gz /tahrir-0.3.5.tar.gz /tahrir-0.4.0.tar.gz +/tahrir-0.4.1.tar.gz diff --git a/python-tahrir.spec b/python-tahrir.spec index 56c25ee..9cfabef 100644 --- a/python-tahrir.spec +++ b/python-tahrir.spec @@ -1,8 +1,8 @@ %global modname tahrir Name: python-tahrir -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: A pyramid app for issuing your own Open Badges Group: Development/Languages @@ -84,7 +84,7 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini %files -%doc README.rst LICENSE +%doc README.rst LICENSE CHANGELOG.rst %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}* @@ -96,6 +96,9 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname} %changelog +* Tue Sep 10 2013 Ralph Bean - 0.4.1-1 +- Latest upstream with various optimizations. + * Wed Aug 28 2013 Ralph Bean - 0.4.0-2 - Add dependency on python-webhelpers. diff --git a/sources b/sources index e02afad..870ac0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b325ed0aa2ce777730bd49f8645c19a tahrir-0.4.0.tar.gz +a6f4a06a0a15f83b7ce59e9b3780ded7 tahrir-0.4.1.tar.gz