Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-07-27 16:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and      /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-applet-dock"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes        
2016-05-17 17:14:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-07-27 16:12:30.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 16:23:41 UTC 2016 - [email protected]
+
+- Update to version 0.73 (changes since 0.71):
+  * The applet now works on and can be built for both Gtk2 and Gtk3
+    versions of MATE.
+  * Gtk3: Reimplement drag and drop rearranging of dock icons.
+  * Rework window list which appears when the mouse hovers over a
+    dock icon.
+
+-------------------------------------------------------------------

Old:
----
  dock-applet-0.71.tar.gz

New:
----
  mate-dock-applet-0.73.tar.gz

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

Other differences:
------------------
++++++ mate-applet-dock.spec ++++++
--- /var/tmp/diff_new_pack.o6hX01/_old  2016-07-27 16:12:32.000000000 +0200
+++ /var/tmp/diff_new_pack.o6hX01/_new  2016-07-27 16:12:32.000000000 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _name   dock-applet
+%define _name   mate-dock-applet
 Name:           mate-applet-dock
-Version:        0.71
+Version:        0.73
 Release:        0
 Summary:        Dock applet for the MATE panel
 License:        GPL-2.0+
 Group:          System/GUI/Other
-Url:            https://github.com/robint99/dock-applet
+Url:            https://github.com/robint99/mate-dock-applet
 Source:         
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -62,22 +62,21 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-if [ -L COPYING ]; then
-    cp -f %{_datadir}/automake-*/COPYING License
-    mv -f License COPYING
-fi
-sed -i 's|%{_bindir}/env/|%{_bindir}/env |' src/*
 
 %build
 autoreconf -fi
-%configure
+%configure \
+  --without-gtk3
 make %{?_smp_mflags}
 
 %install
 %make_install
 %fdupes %{buildroot}%{_libdir}/
 
-find %{buildroot}%{_libdir} -type f -name '*.py' | while read py; do
+find %{buildroot}%{_libdir}/ -type f -name '*.py' | while read py; do
+    # Create Python bytecode.
+    rm -f *.pyc *.pyo __pycache__/
+    %py3_compile .
     if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
         chmod a+x "$py"
     else
@@ -93,7 +92,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING README.md
 %dir %{_libdir}/mate-applets/
 %{_libdir}/mate-applets/mate-dock-applet/
 %dir %{_datadir}/dbus-1/


Reply via email to