Hello community,

here is the log from the commit of package mailnag for openSUSE:Factory checked 
in at 2016-09-13 22:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mailnag (Old)
 and      /work/SRC/openSUSE:Factory/.mailnag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mailnag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailnag/mailnag.changes  2016-06-19 
10:48:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mailnag.new/mailnag.changes     2016-09-13 
22:22:35.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Jul  7 12:16:53 UTC 2016 - [email protected]
+
+- Correct licence, it is GPL-2.0+.
+- Fix dependencies.
+- Separate localisation into mailnag-lang package.
+- Remove categories alteration: fixed upstream.
+- Don't set CFLAGS environment variable: nothing uses it here.
+
+-------------------------------------------------------------------
+Mon Jun 13 11:19:00 UTC 2016 - [email protected]
+
+- update to version 1.2.1
+  * Improved GNOME-Software integration
+  * Fixed missing plugin config dialogs in Ubuntu 14.04
+  * Fixed IMAP idle folders issue
+  * Fixed GTK warnings
+  * Misc other fixes and improvements
+  * Updated translations
+
+-------------------------------------------------------------------
@@ -5 +24,0 @@
-

Old:
----
  v1.2.0.tar.gz

New:
----
  mailnag-1.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mailnag.spec ++++++
--- /var/tmp/diff_new_pack.o10Poh/_old  2016-09-13 22:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.o10Poh/_new  2016-09-13 22:22:37.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mailnagc
+# spec file for package mailnag
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -17,40 +17,46 @@
 
 
 Name:           mailnag
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 Summary:        Mail notification daemon
-License:        GPL-2.0
+License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
 Url:            https://github.com/pulb/mailnag
-Source:         https://github.com/pulb/mailnag/archive/v%{version}.tar.gz
-BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
+Source:         
https://github.com/pulb/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gettext
-BuildRequires:  python-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  python
+BuildRequires:  update-desktop-files
 Requires:       dbus-1-python
 Requires:       gnome-keyring
-Requires:       python-gst
-Requires:       python-notify
-Requires:       python-gobject2
-Requires:       python-pyxdg
 Requires:       python
+Requires:       python-gobject
+Requires:       python-pyxdg
+Recommends:     %{name}-lang
 BuildArch:      noarch
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:       python-gobject-Gdk
+%endif
 
 %description
-Mailnag checks POP3 and IMAP servers for new mail and when it finds one
-creates a proper GNOME 3 notification that mentions sender and subject.
+Mailnag checks POP3 and IMAP servers for new mail and when it finds
+one creates a proper GNOME 3 notification that mentions sender and
+subject.
+
+%lang_package
 
 %prep
 %setup -q
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python2 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%suse_update_desktop_file mailnag-config -r Network Email
+python2 setup.py install \
+  --root=%{buildroot}    \
+  --prefix=%{_prefix}
 
 %find_lang %{name}
 
@@ -62,14 +68,19 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE NEWS README.md
 %{_bindir}/%{name}*
-%{_datadir}/%{name}
-%{python_sitelib}/Mailnag
-%{python_sitelib}/%{name}-%{version}-*.egg-info
+%{_datadir}/%{name}/
+%{python_sitelib}/Mailnag/
+%{python_sitelib}/%{name}-*
 %{_datadir}/applications/*
-%{_datadir}/icons/hicolor/*/apps/%{name}*png
+%{_datadir}/icons/hicolor/*/apps/%{name}*.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
+
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to