Mercurial > packages > rhel6 > feed2imap
changeset 2:f17c85a9fb8b
Update to version 1.2.2
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Mon, 28 Apr 2014 17:34:11 +0200 |
parents | 0ce833e3c661 |
children | 51f7ba1cdf7c |
files | feed2imap-rubygem-compatibility.patch feed2imap.spec sources |
diffstat | 3 files changed, 18 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/feed2imap-rubygem-compatibility.patch Sat Jul 27 13:47:55 2013 +0200 +++ b/feed2imap-rubygem-compatibility.patch Mon Apr 28 17:34:11 2014 +0200 @@ -1,19 +1,19 @@ -Index: feed2imap/lib/feed2imap/feed2imap.rb +Index: feed2imap-feed2imap_1.2.2/lib/feed2imap/feed2imap.rb =================================================================== ---- feed2imap.orig/lib/feed2imap/feed2imap.rb -+++ feed2imap/lib/feed2imap/feed2imap.rb +--- feed2imap-feed2imap_1.2.2.orig/lib/feed2imap/feed2imap.rb ++++ feed2imap-feed2imap_1.2.2/lib/feed2imap/feed2imap.rb @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite - F2I_VERSION = '1.0' + F2I_VERSION = '1.2.1' F2I_WARNFETCHTIME = 10 +require 'rubygems' require 'feed2imap/config' require 'feed2imap/cache' require 'feed2imap/httpfetcher' -Index: feed2imap/lib/feed2imap/itemtomail.rb +Index: feed2imap-feed2imap_1.2.2/lib/feed2imap/itemtomail.rb =================================================================== ---- feed2imap.orig/lib/feed2imap/itemtomail.rb -+++ feed2imap/lib/feed2imap/itemtomail.rb +--- feed2imap-feed2imap_1.2.2.orig/lib/feed2imap/itemtomail.rb ++++ feed2imap-feed2imap_1.2.2/lib/feed2imap/itemtomail.rb @@ -19,6 +19,7 @@ along with this program; if not, write t Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA =end @@ -22,10 +22,10 @@ require 'rexml/document' require 'time' require 'rmail' -Index: feed2imap/lib/feed2imap/rexml_patch.rb +Index: feed2imap-feed2imap_1.2.2/lib/feed2imap/rexml_patch.rb =================================================================== ---- feed2imap.orig/lib/feed2imap/rexml_patch.rb -+++ feed2imap/lib/feed2imap/rexml_patch.rb +--- feed2imap-feed2imap_1.2.2.orig/lib/feed2imap/rexml_patch.rb ++++ feed2imap-feed2imap_1.2.2/lib/feed2imap/rexml_patch.rb @@ -17,6 +17,7 @@ along with this program; if not, write t Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA =end
--- a/feed2imap.spec Sat Jul 27 13:47:55 2013 +0200 +++ b/feed2imap.spec Mon Apr 28 17:34:11 2014 +0200 @@ -1,16 +1,14 @@ %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") -%global snapshot 20130109 Name: feed2imap -Version: 1.0 -Release: 1.%{snapshot}git%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: RSS/Atom Feed Aggregator Using an IMAP Server or Maildir for Storage Group: Applications/Internet License: GPLv2+ URL: http://home.gna.org/feed2imap/ -# git clone git://github.com/ln/feed2imap.git; tar -cjf feed2imap-$(date +%%Y%%m%%d).tar.bz2 --exclude-vcs feed2imap -Source0: %{name}-%{snapshot}.tar.bz2 +Source0: https://github.com/feed2imap/feed2imap/archive/%{name}_%{version}.tar.gz # make feed2imap compatible with rubygem versions of ruby-feedparser and rmail Patch0: feed2imap-rubygem-compatibility.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,7 +28,7 @@ agent. %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{name}_%{version} %patch0 -p1 %build @@ -61,5 +59,8 @@ %{_mandir}/man1/feed2imap-opmlimport.1* %changelog +* Mon Apr 28 2014 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.2.2-1 +- Update to version 1.2.2 + * Wed Jan 09 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.0-1.20130109 - Initial packaging