thl pushed to mailnag (f22). "update to 1.1.0 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 12:04:13 UTC 2015


>From 52a1ac76e519e3774d38ab5f2e8a93d848eb3e9b Mon Sep 17 00:00:00 2001
From: Thorsten Leemhuis <fedora at leemhuis.info>
Date: Fri, 17 Apr 2015 13:38:03 +0200
Subject: update to 1.1.0

- adjust BR: s/gstreamer-python/gstreamer1-python/
- drop require on httplib2, not needed anymore
- drop require on gnome-keyring, it's optional now
- add dbus-python as requires, as mentioned in docs

diff --git a/.gitignore b/.gitignore
index 3aeee1d..29140e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /mailnag-0.4.4.tar.gz
 /mailnag-0.5.2.tar.gz
 /mailnag-1.0.0.tar.gz
+/v1.1.0.tar.gz
diff --git a/mailnag.spec b/mailnag.spec
index c06b35b..769a260 100644
--- a/mailnag.spec
+++ b/mailnag.spec
@@ -1,20 +1,20 @@
 Name:           mailnag
-Version:        1.0.0
-Release:        1%{?dist}
+Version:        1.1.0
+Release:        3%{?dist}
 Summary:        Mail notification daemon
 
 License:        GPLv2
 URL:            https://github.com/pulb/%{name}
-Source0:        https://github.com/pulb/%{name}/archive/%{name}-%{version}.tar.gz
+Source0:        https://github.com/pulb/%{name}/archive/v%{version}.tar.gz
 
 # python3 won't work (as of 0.4.2)
 Requires:       python2  
 Requires:       pygobject2
-Requires:       python-httplib2
-Requires:       gstreamer-python
+Requires:       gstreamer1-python
 Requires:       notify-python
 Requires:       pyxdg
 Requires:       gnome-keyring
+Requires:       dbus-python
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -30,7 +30,7 @@ creates a proper GNOME 3 notification that mentions sender and subject.
 %setup -q 
 
 # avoid rpmlint error wrong-script-end-of-line-encoding for these files
-sed -i -e 's/\r//' Mailnag/{config,mailnag,configuration/accountdialog,configuration/plugindialog}.py
+sed -i -e 's/\r//' Mailnag/{common/config,configuration/accountdialog,configuration/plugindialog}.py
 
 # sooner or later python3 might be the default in Fedora; be prepared
 sed -i 's_#!.*/usr/bin/env.*python_#!%{_bindir}/env python2_' $(find . -name '*.py')
@@ -69,6 +69,13 @@ fi
 %{_datadir}/icons/hicolor/*/apps/%{name}*png
 
 %changelog
+* Sun Apr 17 2015 Thorsten Leemhuis <fedora at leemhuis.info> - 1.1.0-3
+- update to 1.1.0
+- adjust BR: s/gstreamer-python/gstreamer1-python/
+- drop require on httplib2, not needed anymore
+- drop require on gnome-keyring, it's optional now
+- add dbus-python as requires, as mentioned in docs
+
 * Sun Jun 29 2014 Thorsten Leemhuis <fedora at leemhuis.info> - 1.0.0-1
 - update to 1.0.0
 - drop patches
diff --git a/sources b/sources
index 6f04174..e098881 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 f3c0df790a2f5e6b615ef804ee0e5a91  mailnag-1.0.0.tar.gz
+479bc76816797cf0578c5b92849d2012  v1.1.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mailnag.git/commit/?h=f22&id=52a1ac76e519e3774d38ab5f2e8a93d848eb3e9b


More information about the scm-commits mailing list