diff --git a/.gitignore b/.gitignore index 1c5b9d3..02bf465 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ liferea-1.6.4.tar.gz /liferea-1.8.14.tar.bz2 /liferea-1.8.15.tar.bz2 /liferea-1.10.0.tar.bz2 +/liferea-1.10.1.tar.bz2 diff --git a/desktop-mimetype.patch b/desktop-mimetype.patch deleted file mode 100644 index a9ef5d8..0000000 --- a/desktop-mimetype.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/liferea.desktop.in b/liferea.desktop.in -index c06a125..34ec199 100644 ---- a/liferea.desktop.in -+++ b/liferea.desktop.in -@@ -10,4 +10,4 @@ Terminal=false - Type=Application - Categories=Network;Feed; - Version=0.9.4 --MimeType=application/rss+xml;application/atom+xml;application/rdf+xml -+MimeType=application/rss+xml;application/atom+xml;application/rdf+xml; diff --git a/liferea.spec b/liferea.spec index 4ed5abb..adf3fca 100644 --- a/liferea.spec +++ b/liferea.spec @@ -1,6 +1,6 @@ Name: liferea Epoch: 1 -Version: 1.10.0 +Version: 1.10.1 Release: 1%{?dist} Summary: An RSS/RDF feed reader @@ -8,9 +8,6 @@ License: GPLv2+ URL: http://lzone.de/liferea/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -# https://sourceforge.net/p/liferea/patches/226/ -Patch1: desktop-mimetype.patch - BuildRequires: webkitgtk3-devel BuildRequires: intltool BuildRequires: libxslt-devel @@ -30,7 +27,6 @@ browse through their items, and show their contents. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .desktop-mimetype iconv -f iso8859-1 -t utf-8 man/pl/liferea.1 > man/pl/liferea.1.conv && \ mv -f man/pl/liferea.1.conv man/pl/liferea.1 @@ -84,6 +80,10 @@ fi %changelog +* Sun Jul 28 2013 Yanko Kaneti - 1:1.10.1-1 +- New upstream bugfix release - 1.10.1 +- Drop upstreamed patch + * Thu Jul 11 2013 Yanko Kaneti - 1:1.10.0-1 - New major stable release - 1.10.0 - Spec rework for move to gsettings diff --git a/sources b/sources index 320a7c4..9dc264e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d4e74da6df83f60c4678094de539ceb liferea-1.10.0.tar.bz2 +6f06adf80448e1a05e5fc6ef94dfb38f liferea-1.10.1.tar.bz2