diff --git a/.gitignore b/.gitignore index f963897..4955803 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nfoview-1.9.1.tar.bz2 +/nfoview-1.9.2.tar.bz2 diff --git a/nfoview.spec b/nfoview.spec index 563f543..b40a6c7 100644 --- a/nfoview.spec +++ b/nfoview.spec @@ -1,9 +1,12 @@ +%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%endif + %global majorversion 1.9 Name: nfoview -Version: 1.9.1 -Release: 2%{?dist} +Version: 1.9.2 +Release: 1%{?dist} Summary: Viewer for NFO files Group: Applications/File @@ -91,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Oct 08 2010 Fabian Affolter - 1.9.2-1 +- Updated to new upstream version 1.9.2 + * Wed Jul 21 2010 David Malcolm - 1.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 8e246b3..78ffb49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c4e06b2ef11cbdc5b5d405534e75d3d nfoview-1.9.1.tar.bz2 +396bb8399f390521e237f9534891de5d nfoview-1.9.2.tar.bz2