diff --git a/.gitignore b/.gitignore index 0748463..7f1172a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /tahrir-0.3.1.tar.gz /tahrir-0.3.2.tar.gz /tahrir-0.3.3.tar.gz +/tahrir-0.3.4.tar.gz diff --git a/python-tahrir.spec b/python-tahrir.spec index 8a87875..eff8323 100644 --- a/python-tahrir.spec +++ b/python-tahrir.spec @@ -1,7 +1,7 @@ %global modname tahrir Name: python-tahrir -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: A pyramid app for issuing your own Open Badges @@ -34,11 +34,11 @@ Requires: httpd Requires: mod_wsgi %if %{?rhel}%{!?rhel:0} >= 6 -BuildRequires: python-sqlalchemy0.7 -Requires: python-sqlalchemy0.7 +BuildRequires: python-sqlalchemy0.8 +Requires: python-sqlalchemy0.8 %else -BuildRequires: python-sqlalchemy >= 0.7 -Requires: python-sqlalchemy >= 0.7 +BuildRequires: python-sqlalchemy >= 0.8 +Requires: python-sqlalchemy >= 0.8 %endif %description @@ -93,6 +93,15 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname} %changelog +* Thu Aug 15 2013 Ralph Bean - 0.3.4-1 +- Modern sqlalchemy requirement. +- Social media links. +- First try at FOAF metadata on user pages. +- Added configurable FAQ and footer. +- New default avatar +- Load JS and images over https when appropriate. +- Fix some fatal errors on the leaderboard json api. + * Tue Aug 13 2013 Ralph Bean - 0.3.3-1 - Optimizations to the leaderboard. - Bugfix to 404s for user. diff --git a/sources b/sources index b34c31a..119769d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0133d22ec8e02eaa2e3f8fb676eec1d1 tahrir-0.3.3.tar.gz +7dc52b89ad5896bdea2a181163b16f60 tahrir-0.3.4.tar.gz