Hello community,

here is the log from the commit of package mate-sensors-applet for 
openSUSE:Factory checked in at 2015-11-11 10:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-sensors-applet (Old)
 and      /work/SRC/openSUSE:Factory/.mate-sensors-applet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-sensors-applet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-sensors-applet/mate-sensors-applet.changes  
2015-07-21 13:29:24.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-sensors-applet.new/mate-sensors-applet.changes 
    2015-11-11 10:30:55.000000000 +0100
@@ -1,0 +2,20 @@
+Thu Nov  5 20:43:01 UTC 2015 - [email protected]
+
+- Update to 1.12.0.
+- Rename package to mate-applet-sensors.
+- Add baselibs.conf.
+
+-------------------------------------------------------------------
+Thu Oct 15 18:45:24 UTC 2015 - [email protected]
+
+- Update to 1.11.0:
+  * Add support for nvidia thermal and cooler sensors (requires
+    libxnvctrl >= 256.25).
+  * Add mbmon plugin.
+  * Make udisks plugin poll for new value.
+  * Retrieve strings directly from gschema (requires intltool
+    0.50.1).
+  * Some GTK+3 fixes.
+  * Some more fixes and cleanups.
+
+-------------------------------------------------------------------

Old:
----
  mate-sensors-applet-1.10.4.tar.xz

New:
----
  baselibs.conf
  mate-sensors-applet-1.12.0.tar.xz

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

Other differences:
------------------
++++++ mate-sensors-applet.spec ++++++
--- /var/tmp/diff_new_pack.3SbdRk/_old  2015-11-11 10:30:56.000000000 +0100
+++ /var/tmp/diff_new_pack.3SbdRk/_new  2015-11-11 10:30:56.000000000 +0100
@@ -16,56 +16,74 @@
 #
 
 
-%define lname   libmate-sensors-applet-plugin0
-%define _version 1.10
+%define soname  libmate-sensors-applet-plugin
+%define sover   0
+%define _version 1.12
 Name:           mate-sensors-applet
-Version:        1.10.4
+Version:        1.12.0
 Release:        0
 Summary:        MATE Desktop panel applet to display sensor readings
 License:        GPL-2.0
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  itstool
 BuildRequires:  libsensors4-devel
-BuildRequires:  mate-common
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libatasmart)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(xext)
-#Requires:       hicolor-icon-theme
-Requires:       mate-panel >= 1.9.0
-Recommends:     %{name}-lang = %{version}
 
 %description
 MATE Sensors Applet is an applet for the MATE Panel to display
 readings from hardware sensors, including CPU temperature, fan
 speeds and voltage readings under Linux.
 
-%package devel
-Summary:        Development files for %{name}
+%package -n mate-applet-sensors
+Summary:        MATE Desktop panel applet to display sensor readings
+Group:          System/GUI/Other
+Requires:       mate-panel >= %{_version}
+Recommends:     libXNVCtrl
+Recommends:     mate-applet-sensors-lang
+# mate-sensors-applet was last used in openSUSE Leap 42.1.
+Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
+Obsoletes:      %{name}-lang < %{version}
+
+%description -n mate-applet-sensors
+MATE Sensors Applet is an applet for the MATE Panel to display
+readings from hardware sensors, including CPU temperature, fan
+speeds and voltage readings under Linux.
+
+%lang_package -n mate-applet-sensors
+
+%package -n mate-applet-sensors-devel
+Summary:        Development files for mate-sensors-applet
 Group:          Development/Libraries/Other
-Requires:       %{lname} = %{version}
+Requires:       %{soname}%{sover} = %{version}
+# mate-sensors-applet-devel was last used in openSUSE Leap 42.1.
+Provides:       %{name}-devel = %{version}
+Obsoletes:      %{name}-devel < %{version}
 
-%description devel
+%description -n mate-applet-sensors-devel
 MATE Sensors Applet is an applet for the MATE Panel to display
 readings from hardware sensors, including CPU temperature, fan
 speeds and voltage readings under Linux.
 
-%package -n %{lname}
+%package -n %{soname}%{sover}
 Summary:        MATE Desktop sensors applet shared libraries
 Group:          Development/Libraries/C and C++
 
-%description -n %{lname}
+%description -n %{soname}%{sover}
 MATE Sensors Applet is an applet for the MATE Panel to display
 readings from hardware sensors, including CPU temperature, fan
 speeds and voltage readings under Linux.
 
-%lang_package
-
 %prep
 %setup -q
 
@@ -84,19 +102,19 @@
     rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 
-%post
+%post -n mate-applet-sensors
 %icon_theme_cache_post
 
-%postun
+%postun -n mate-applet-sensors
 %icon_theme_cache_postun
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n %{soname}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
 
-%files
+%files -n mate-applet-sensors
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc ChangeLog COPYING NEWS README
 %{_libexecdir}/%{name}/
 %{_libdir}/%{name}/
 %{_datadir}/%{name}/
@@ -109,16 +127,16 @@
 %{_datadir}/icons/hicolor/*/*/%{name}*.png
 %{_datadir}/pixmaps/%{name}/
 
-%files -n %{lname}
+%files -n mate-applet-sensors-lang -f %{name}.lang
 %defattr(-,root,root)
-%{_libdir}/libmate-sensors-applet-plugin.so.*
 
-%files devel
+%files -n %{soname}%{sover}
 %defattr(-,root,root)
-%{_includedir}/%{name}/
-%{_libdir}/*.so
+%{_libdir}/%{soname}.so.%{sover}*
 
-%files lang -f %{name}.lang
+%files -n mate-applet-sensors-devel
 %defattr(-,root,root)
+%{_includedir}/%{name}/
+%{_libdir}/%{soname}.so
 
 %changelog

++++++ baselibs.conf ++++++
libmate-sensors-applet-plugin0
++++++ mate-sensors-applet-1.10.4.tar.xz -> mate-sensors-applet-1.12.0.tar.xz 
++++++
++++ 25657 lines of diff (skipped)


Reply via email to