Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2012-12-07 14:08:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enlightenment (Old)
 and      /work/SRC/openSUSE:Factory/.enlightenment.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enlightenment", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes      
2011-10-04 16:55:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2012-12-07 14:08:19.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Dec  5 11:22:58 UTC 2012 - [email protected]
+
+- use fdupes only for SUSE > 11
+- disable autoreconf for SLE10
+
+-------------------------------------------------------------------
+Tue Dec  4 07:04:05 UTC 2012 - [email protected]
+
+- remove duplicates with fdupes
+- don't explicitly require imlib2
+- fix provides/obsoletes
+
+-------------------------------------------------------------------
+Fri Nov 30 15:11:43 UTC 2012 - [email protected]
+
+- bump to 1.0.11
+
+-------------------------------------------------------------------

Old:
----
  e16-1.0.0.tar.bz2

New:
----
  e16-1.0.11.tar.bz2

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

Other differences:
------------------
++++++ enlightenment.spec ++++++
--- /var/tmp/diff_new_pack.IgjVpo/_old  2012-12-07 14:08:20.000000000 +0100
+++ /var/tmp/diff_new_pack.IgjVpo/_new  2012-12-07 14:08:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           enlightenment
 %define enable_sound       1
 %define enable_hints_gnome 0
@@ -24,20 +23,18 @@
 %define enable_xrandr      1
 %define enable_composite   1
 %define enable_pango       1
+Summary:        A Good-Looking Window Manager for the X Window System
 License:        BSD-3-Clause
 Group:          System/GUI/Other
-Provides:       windowmanager
-Obsoletes:      enlight
-Summary:        A Good-Looking Window Manager for the X Window System
 Url:            http://www.enlightenment.org
-Version:        1.0.0
-Release:        1
-Requires:       imlib2 imlib2-loaders
+Version:        1.0.11
+Release:        0
+Requires:       imlib2-loaders
 BuildRequires:  imlib2-devel >= 1.2.0
 BuildRequires:  libtool
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11
 BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 %if %enable_sound
 BuildRequires:  alsa-devel
 BuildRequires:  esound-devel
@@ -45,7 +42,13 @@
 %if %enable_pango
 BuildRequires:  pango-devel
 %endif
+%if %{?suse_version} >= 1100
+BuildRequires:  fdupes
+%endif
 Source:         e16-%{version}.tar.bz2
+Provides:       windowmanager
+Obsoletes:      enlight < %{version}
+Provides:       enlight = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,7 +65,9 @@
 %setup -q -n e16-%{version}
 
 %build
+%if 0%{?sles_version} != 10
 autoreconf -fi
+%endif
 %configure \
         --disable-roothacklib \
 %if %enable_sound
@@ -108,6 +113,9 @@
 rm -rf $RPM_BUILD_ROOT/usr/share/xsessions/e16-*
 rm -rf $RPM_BUILD_ROOT/usr/share/applications/*.desktop
 rm -rf $RPM_BUILD_ROOT/usr/share/e16/fonts
+%if 0%{?suse_version} >= 1100
+%fdupes -s %{buildroot}%{_datadir}/e16/themes/winter
+%endif
 %find_lang e16
 
 %post -p /sbin/ldconfig
@@ -116,14 +124,13 @@
 
 %files -f e16.lang
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING docs/README TODO
+%doc AUTHORS ChangeLog COPYING TODO
 %{_bindir}/*
-%{_bindir}/starte16
+%{_bindir}/starte16/
+%{_libdir}/e16/
 %dir %{_datadir}/e16
 %dir %{_datadir}/e16/E-docs
 %dir %{_datadir}/e16/config
-%dir %{_datadir}/e16/config/menus
-%dir %{_datadir}/e16/config/pix
 %dir %{_datadir}/e16/misc
 %dir %{_datadir}/e16/scripts
 %dir %{_datadir}/e16/themes
@@ -131,13 +138,16 @@
 %{_datadir}/e16/E-docs/*.png
 %{_datadir}/e16/config/definitions
 %{_datadir}/e16/config/*.cfg
-%{_datadir}/e16/config/menus/*.menu
-%{_datadir}/e16/config/pix/*.png
 %{_datadir}/e16/config/e16keyedit.db
 %{_datadir}/e16/misc/*
+%{_datadir}/e16/menus
+%{_datadir}/doc/e16
 %{_datadir}/e16/scripts/*
 %{_datadir}/e16/themes/*/*
-%{_datadir}/xsessions/e*.desktop
+%{_datadir}/e16/pix
+%{_datadir}/gnome-session/
+%{_datadir}/man/man1/*
+%{_datadir}/e16/icons
 %if %suse_version <= 1020
 %dir %{_datadir}/xsessions
 %endif

++++++ e16-1.0.0.tar.bz2 -> e16-1.0.11.tar.bz2 ++++++
++++ 214595 lines of diff (skipped)

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

Reply via email to