Hello community,

here is the log from the commit of package x-tile for openSUSE:Factory
checked in at Thu Aug 4 09:38:22 CEST 2011.



--------
--- x-tile/x-tile.changes       2011-04-28 23:57:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/x-tile/x-tile.changes  2011-07-21 
09:57:31.000000000 +0200
@@ -1,0 +2,56 @@
+Thu Jul 21 09:55:28 CEST 2011 - [email protected]
+
+- Remove unneeded BuildRequires: gnome-python-desktop,
+  python-gobject2-devel, python-gtk-devel. Instead, only use
+  python-gtk BuildRequires.
+- Remove gnome-python-desktop Requires, as this is not an applet
+  anymore.
+- Add python-gconf Requires (or python-gnome on 11.3 and earlier)
+  since gconf is used.
+- Rename python-gobject2 Requires to python-gobject.
+
+-------------------------------------------------------------------
+Tue Jul 12 20:14:36 CEST 2011 - [email protected]
+
+- Update to version 2.1:
+  + The background of the listed windows is left untouched for
+    monitor 1, gray for monitor 2.
+  + Modified a working bugfix using directly xlib, so avoiding
+    going through gdk_window.
+  + Various bugfixes.
+  + Updated translations.
+- Updates from version 2.0:
+  + Use system tray instead of a panel applet.
+  + Removed unnecessary sorting buttons.
+  + Various bugfixes.
+  + Updated translations.
+- Stop manually installing GNOME 2.x bonobo server file, which
+  doesn't exist anymore.
+- Change BuildArch to noarch.
+
+-------------------------------------------------------------------
+Fri Jul  1 16:17:53 CEST 2011 - [email protected]
+
+- Do not wrongly set GenericName to x-tile with
+  %suse_update_desktop_file: this is not generic. It's fine to
+  leave the warning during the build since there's no real generic
+  name for such a tool.
+
+-------------------------------------------------------------------
+Fri Jun 24 17:07:52 UTC 2011 - [email protected]
+
+- Updated to version 1.9:
+  + Fixed indentation bug.
+  + Tile grid command line improvement.
+  + Grid tiling bug fixes.
+  + Code cleanup menu and tooltip.
+  + Updated translations.
+- Update spec file Licence field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier.
+- Drop name switch in %setup as name now conforms with spec
+  Source name.
+- Fix generic name is desktop file.
+- Remove incorrectley installed header file from translation
+  update.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  x-tile-1.8.6.tar.bz2

New:
----
  x-tile-2.1.tar.gz

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

Other differences:
------------------
++++++ x-tile.spec ++++++
--- /var/tmp/diff_new_pack.RF8FBm/_old  2011-08-04 09:37:25.000000000 +0200
+++ /var/tmp/diff_new_pack.RF8FBm/_new  2011-08-04 09:37:25.000000000 +0200
@@ -18,23 +18,27 @@
 
 
 Name:           x-tile
-Version:        1.8.6
+Version:        2.1
 Release:        1
-License:        GPLv2+
+License:        GPL-2.0+
 Summary:        Panel applet for tiling windows
 Url:            http://www.giuspen.com/x-tile/
 Group:          Productivity/Other
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://www.giuspen.com/software/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  gnome-python-desktop
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk-devel
+BuildRequires:  python-gtk
 BuildRequires:  update-desktop-files
-Requires:       gnome-python-desktop
+%if 0%{?suse_version} <= 1130
+Requires:       python-gnome
 Requires:       python-gobject2
+%else
+Requires:       python-gconf
+Requires:       python-gobject
+%endif
 Requires:       python-gtk
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %py_requires
 %if %suse_version <= 1110
 %define python_sitelib %{py_sitedir}
@@ -50,18 +54,13 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}_%{version}
+%setup -q
 
 %build
 
 %install
 %{__python} setup.py install --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} 
-f --root=%{buildroot}
-%ifarch x86_64
-install -D -m 644 %{buildroot}%{_prefix}/lib/bonobo/servers/x-tile.server \
-                  %{buildroot}%{_libdir}/bonobo/servers/x-tile.server
-rm %{buildroot}%{_prefix}/lib/bonobo/servers/x-tile.server
-%endif
-
+rm %{buildroot}%{_datadir}/x-tile/glade/x-tile.glade.h
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 %suse_update_desktop_file %{name} DesktopUtility
@@ -85,7 +84,6 @@
 %defattr(-,root,root)
 %doc license
 %{_bindir}/x-tile
-%{_libdir}/bonobo/servers/x-tile.server
 %{_datadir}/applications/x-tile.desktop
 %{_datadir}/pixmaps/x-tile.svg
 %{_datadir}/x-tile/


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to