diff --git a/.gitignore b/.gitignore index f7061be..e3ca1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ python-meh-0.13.tar.gz /python-meh-0.22.tar.gz /python-meh-0.23.tar.gz /python-meh-0.24.tar.gz +/python-meh-0.25.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 47e5aef..4e29b98 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -5,7 +5,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git -Version: 0.24 +Version: 0.25 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -53,6 +53,10 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Jun 18 2013 Vratislav Podzimek - 0.25-1 +- Add and use the safe_string module and the SafeStr class (vpodzime) +- Give translators hint about the cryptic strings (vpodzime) + * Thu May 02 2013 Vratislav Podzimek - 0.24-1 - Epoch of the package from RPM db can be None (#957789) (vpodzime) diff --git a/sources b/sources index f8dade0..30048db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1ee671f891a970dfd92a541a6b23cbc python-meh-0.24.tar.gz +73a12ea38e1d4e7555be04b4b853981e python-meh-0.25.tar.gz