Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2011-11-17 16:02:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and      /work/SRC/openSUSE:Factory/.d-feet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "d-feet", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes    2011-11-16 
17:17:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes       2011-11-17 
16:02:50.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Nov 16 14:00:29 UTC 2011 - [email protected]
+
+- Update spec file License field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier.
+- Used spec-cleaner to tidy up spec file.
+- Add icon_theme_cache and desktop_database macros to update
+  icons and desktop entry.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ d-feet.spec ++++++
--- /var/tmp/diff_new_pack.MKLM4J/_old  2011-11-17 16:02:51.000000000 +0100
+++ /var/tmp/diff_new_pack.MKLM4J/_new  2011-11-17 16:02:51.000000000 +0100
@@ -20,12 +20,11 @@
 Name:           d-feet
 Version:        0.1.14
 Release:        0
+License:        GPL-2.0+
 Summary:        Graphical D-Bus Debugger
-Group:          Development/Tools/Debuggers
-License:        GPLv2+
 Url:            http://live.gnome.org/DFeet/
-Source0:        %{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Group:          Development/Tools/Debuggers
+Source0:        
http://download.gnome.org/sources/d-feet/0.1/%{name}-%{version}.tar.bz2
 BuildRequires:  gettext
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
@@ -33,6 +32,7 @@
 BuildRequires:  update-desktop-files
 Requires:       dbus-1-python
 Requires:       python-gtk
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %py_requires
 
@@ -45,13 +45,21 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-%{__python} setup.py build
+export CFLAGS="%{optflags}"
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %suse_update_desktop_file -N "D-Feet D-Bus Debugger" dfeet
 
+%post
+%icon_theme_cache_post
+%desktop_database_post
+
+%postun
+%icon_theme_cache_postun
+%desktop_database_postun
+
 %files 
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README

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

Reply via email to