[mpop] * Tue Apr 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.28-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Tue Apr 23 06:36:56 UTC 2013


commit ca23e91a6492dd03a6df0ecd3c0dc1bbfe7851b4
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Tue Apr 23 08:36:43 2013 +0200

    * Tue Apr 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.28-1
    - Updated to new upstream version 1.0.28

 .gitignore |    1 +
 mpop.spec  |   16 +++++-----------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1df5586..7804ced 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ mpop-1.0.21.tar.bz2
 /mpop-1.0.25.tar.bz2
 /mpop-1.0.26.tar.bz2
 /mpop-1.0.27.tar.bz2
+/mpop-1.0.28.tar.bz2
diff --git a/mpop.spec b/mpop.spec
index 438d823..774e93e 100644
--- a/mpop.spec
+++ b/mpop.spec
@@ -1,6 +1,6 @@
 Name:           mpop
-Version:        1.0.27
-Release:        4%{?dist}
+Version:        1.0.28
+Release:        1%{?dist}
 Summary:        POP3 client for recieving mail from POP3 mailboxes
 
 Group:          Applications/Internet
@@ -19,44 +19,36 @@ BuildRequires:  gettext
 Requires(post):  info
 Requires(preun): info
 
-
 %description
 mpop is a small and fast POP3 client. Features include mail filtering,
 delivery to mbox files, maildir folders or a mail delivery agent, a very
 fast POP3 implementation, many authentication methods, good TLS/SSL
 support, IPv6 support, and more.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --with-gnome-keyring
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 rm -f %{buildroot}%{_infodir}/dir
 %find_lang %{name}
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
-
 %preun
 if [ $1 = 0 ] ; then
 /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS NOTES README THANKS
@@ -65,8 +57,10 @@ fi
 %{_infodir}/%{name}.info.gz
 %{_bindir}/%{name}
 
-
 %changelog
+* Tue Apr 23 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.28-1
+- Updated to new upstream version 1.0.28
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.27-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2a61bcb..ab26815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d040389e77ce2ef1fe6af2b1b805b3a  mpop-1.0.27.tar.bz2
+08301208b1f1a40bc5375fea61de3696  mpop-1.0.28.tar.bz2


More information about the scm-commits mailing list