Hello community,

here is the log from the commit of package mate-netspeed for openSUSE:Factory 
checked in at 2015-07-05 18:02:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-netspeed (Old)
 and      /work/SRC/openSUSE:Factory/.mate-netspeed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-netspeed"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-netspeed/mate-netspeed.changes      
2014-03-22 18:01:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-netspeed.new/mate-netspeed.changes 
2015-07-05 18:02:17.000000000 +0200
@@ -1,0 +2,35 @@
+Fri Jun 26 10:41:37 UTC 2015 - [email protected]
+
+- Update to 1.10.1:
+  * Reintroduced missing help.
+  * Use uppercase prefix (Mb) when showing speed in megabits.
+  * Other small bugfixes.
+
+-------------------------------------------------------------------
+Wed May  6 13:15:43 UTC 2015 - [email protected]
+
+- Update to 1.10.0:
+  * Update translations.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Thu Jan 22 20:33:56 UTC 2015 - [email protected]
+
+- Update to version 1.9.1
+  * Bug fixes release
+
+-------------------------------------------------------------------
+Mon Dec  8 19:56:18 UTC 2014 - [email protected]
+
+- Remove obsolete "--disable-scrollkeeper" option
+- Add requirement to pkgconfig(mate-desktop-2.0); new dependency
+
+-------------------------------------------------------------------
+Sun Oct 26 19:01:55 UTC 2014 - [email protected]
+
+- Update to version 1.9.0
+  + Add GTK3 support
+  + Network load graph made similar to system monitor graphs
+- Fix version requirements
+
+-------------------------------------------------------------------

Old:
----
  mate-netspeed-1.8.0.tar.xz

New:
----
  mate-netspeed-1.10.1.tar.xz

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

Other differences:
------------------
++++++ mate-netspeed.spec ++++++
--- /var/tmp/diff_new_pack.mFugLq/_old  2015-07-05 18:02:17.000000000 +0200
+++ /var/tmp/diff_new_pack.mFugLq/_new  2015-07-05 18:02:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-netspeed
+# spec file for package mate-netspeed
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,37 +13,41 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define _version 1.10
 Name:           mate-netspeed
-Version:        1.8.0
+Version:        1.10.1
 Release:        0
-License:        GPL-2.0
 Summary:        MATE Desktop window management tool
-Url:            http://mate-desktop.org
+License:        GPL-2.0
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Requires:       mate-panel >= 1.8.0
-#Requires:       hicolor-icon-theme
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
-
+Url:            http://mate-desktop.org/
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-python
-BuildRequires:  mate-common
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(libgtop-2.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.8.0
-BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
+Requires:       hicolor-icon-theme
+Requires:       mate-panel >= 1.9.0
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
-This package provides a simple window management tool which provides the
-following functionality:
- * Allow to set basic rules for window types;
- * Allow exceptions to the rules based on string matching for window
-   name and window class;
- * Allows reversing of rules when the user manually changes something;
- * Re-decorates windows on un-maximize
+This package provides a simple window management tool which
+provides the following functionality:
+ * Allow to set basic rules for window types.
+ * Allow exceptions to the rules based on string matching for
+   window name and window class.
+ * Allows reversing of rules when the user manually changes
+   something.
+ * Re-decorates windows on un-maximize.
 
 %lang_package
 
@@ -51,39 +55,40 @@
 %setup -q
 
 %build
-%configure --libexecdir=%{_libexecdir}/%{name} --disable-scrollkeeper
+%configure \
+  --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
-# wipe this, need a fix by upstream, linking against itself ?
-#rm -f 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
-#touch 
%{buildroot}%{_datadir}/mate/help/mate_netspeed_applet/C/figures/mate_netspeed_applet.png
 
 %post
-%glib2_gsettings_schema_post
 %icon_theme_cache_post
+%glib2_gsettings_schema_post
 
 %postun
-%glib2_gsettings_schema_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README COPYING
-%dir %{_libexecdir}/%{name}
-%{_libexecdir}/%{name}/mate-netspeed-applet
+%defattr(-,root,root)
+%doc AUTHORS COPYING README NEWS
+%{_libexecdir}/%{name}/
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/help/C/mate_netspeed_applet/
+%{_datadir}/help/C/%{name}-applet/
 %{_datadir}/icons/hicolor/*/*/*
-%{_datadir}/mate-panel/
+%dir %{_datadir}/mate-panel/
+%dir %{_datadir}/mate-panel/applets/
+%{_datadir}/mate-panel/applets/org.mate.panel.NetspeedApplet.mate-panel-applet
+%dir %{_datadir}/mate-panel/ui/
+%{_datadir}/mate-panel/ui/netspeed-menu.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
-%{_datadir}/help
-%exclude %{_datadir}/help/C
+%defattr(-,root,root)
+%{_datadir}/help/
+%exclude %{_datadir}/help/C/
 
 %changelog

++++++ mate-netspeed-1.8.0.tar.xz -> mate-netspeed-1.10.1.tar.xz ++++++
++++ 22096 lines of diff (skipped)


Reply via email to