From 425150e759ded3add82f7d507db1e187e35812c3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sep 24 2010 22:16:58 +0000 Subject: * Sat Sep 25 2010 Fabian Affolter - 0.5.0-1 - New BRs added - Updated to new upstream version 0.5.0 --- diff --git a/.gitignore b/.gitignore index 1e64b31..0f3c1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gummi-0.4.8.tar.gz +/gummi-0.5.0.tar.gz diff --git a/gummi.spec b/gummi.spec index a19de6c..0821ddf 100644 --- a/gummi.spec +++ b/gummi.spec @@ -1,14 +1,16 @@ +%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 Name: gummi -Version: 0.4.8 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: A simple LaTeX editor Group: Applications/Publishing License: MIT URL: http://gummi.midnightcoding.org -Source0: http://dev.midnightcoding.org/redmine/attachments/download/25/%{name}-%{version}.tar.gz +Source0: http://dev.midnightcoding.org/redmine/attachments/download/62/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -20,6 +22,8 @@ BuildRequires: desktop-file-utils Requires: gtk2 Requires: gnome-python2-extras Requires: pygtksourceview +Requires: pango +Requires: gtkspell Requires: tex(latex) Requires: pypoppler @@ -65,6 +69,10 @@ rm -rf %{buildroot} %changelog +* Sat Sep 25 2010 Fabian Affolter - 0.5.0-1 +- New BRs added +- Updated to new upstream version 0.5.0 + * Wed Jul 21 2010 David Malcolm - 0.4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 7bbf439..b03ea2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ba6c061351bd1cfd450e075805a896d gummi-0.4.8.tar.gz +863bd36cf67b40a07290f2086a22a665 gummi-0.5.0.tar.gz