Hello community,

here is the log from the commit of package libfm for openSUSE:11.4
checked in at Thu Aug 11 17:20:46 CEST 2011.



--------
--- old-versions/11.4/all/libfm/libfm.changes   2011-01-24 14:48:33.000000000 
+0100
+++ 11.4/libfm/libfm.changes    2011-08-10 02:37:22.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Aug 10 00:37:31 UTC 2011 - [email protected]
+
+- new upstream version 0.1.16 rc3
+  detailed changelog at: http://blog.lxde.org/?p=908
+- removed all patches now in upstream code
+
+-------------------------------------------------------------------
+Sun Aug  7 13:26:36 UTC 2011 - [email protected]
+
+- added libfm-0.1.14-fix_bnc710881.patch to fix bnc 710881 bug
+  that causes data loss if catting and paste a folder into a place
+  without writing permission 
+
+-------------------------------------------------------------------
+Tue Jun 21 09:56:23 UTC 2011 - [email protected]
+
+- add prerequires for the rpm scripts
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/libfm
Destination is old-versions/11.4/UPDATES/all/libfm
calling whatdependson for 11.4-i586


Old:
----
  libfm-0.1.14-disable-gio-extension.patch
  libfm-0.1.14-fix_sf3089624.patch
  libfm-0.1.14-remove_rpath.patch
  libfm-0.1.14.tar.bz2

New:
----
  libfm-0.1.16.tar.bz2

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

Other differences:
------------------
++++++ libfm.spec ++++++
--- /var/tmp/diff_new_pack.53ozlf/_old  2011-08-11 16:36:41.000000000 +0200
+++ /var/tmp/diff_new_pack.53ozlf/_new  2011-08-11 16:36:41.000000000 +0200
@@ -20,18 +20,14 @@
 
 Name:           libfm
 Summary:        A glib/gio-based lib used to develop file managers
-Version:        0.1.14_rc2
-Release:        3
+Version:        0.1.16_rc3
+Release:        0.<RELEASE2>
 License:        GPLv2
 Group:          Development/Libraries/C and C++
 Url:            http://www.lxde.org/
-Source0:        %name-0.1.14.tar.bz2
+Source0:        %name-0.1.16.tar.bz2
 Source1:        %name-rpmlintrc
 Patch0:         %name-default-config.patch
-Patch1:         %name-0.1.14-remove_rpath.patch
-# PATCH-FIX-UPSTREAM libfm-0.1.14-fix_sf3089624.patch <[email protected]>- 
fixed "Filenames with spaces not supported in copy/paste"
-Patch2:         %name-0.1.14-fix_sf3089624.patch
-Patch3:         %name-0.1.14-disable-gio-extension.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -42,34 +38,35 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  fdupes
 BuildRequires:  autoconf
-BuildRequires:  gtk-doc
+PreReq:         desktop-file-utils
+PreReq:         shared-mime-info
 
 %description
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
-%package -n libfm0
+%package -n libfm1
 License:        GPLv2
 Group:          System/Libraries
 Summary:        Libfm libraries
 
-%description  -n libfm0
+%description  -n libfm1
 libfm libraries for development
 
-%package -n libfm-gtk0
+%package -n libfm-gtk1
 License:        GPLv2
 Group:          System/Libraries
 Summary:        GTK libfm libraries
 
-%description  -n libfm-gtk0
+%description  -n libfm-gtk1
 GTK libfm libraries for development
 
 %package devel
 License:        GPLv2
 Group:          Development/Libraries/C and C++
 Summary:        Devel files for libfm
-Requires:       libfm0 = %version
-Requires:       libfm-gtk0 = %version
+Requires:       libfm1 = %version
+Requires:       libfm-gtk1 = %version
 Requires:       %name = %version
 Requires:       gtk2-devel
 Requires:       glib2-devel
@@ -89,16 +86,11 @@
 libfm developers documentation
 
 %prep
-%setup -q -n %name-0.1.14
+%setup -q -n %name-0.1.16
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure \
        --disable-static \
        --enable-debug \
@@ -112,7 +104,6 @@
 
 %install
 %makeinstall
-%__rm -rf %{buildroot}/%{_datadir}/locale/{es_VE,ur_PK}
 %__rm -f %{buildroot}%{_libdir}/*.la
 %__rm -f %{buildroot}/%{_libdir}/gio/modules/libgiofm.la
 # these settings will have no effect without the gio extension so remove them
@@ -134,13 +125,13 @@
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /usr/bin/update-desktop-database                                
 
-%post -n libfm-gtk0 -p /sbin/ldconfig
+%post -n libfm-gtk1 -p /sbin/ldconfig
 
-%postun -n libfm-gtk0 -p /sbin/ldconfig
+%postun -n libfm-gtk1 -p /sbin/ldconfig
 
-%post -n libfm0 -p /sbin/ldconfig
+%post -n libfm1 -p /sbin/ldconfig
 
-%postun -n libfm0 -p /sbin/ldconfig
+%postun -n libfm1 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
@@ -150,22 +141,20 @@
 %dir %{_sysconfdir}/xdg/%name
 %config %{_sysconfdir}/xdg/%name/%name.conf
 %{_datadir}/mime/packages/%name.xml
-%dir %{_libdir}/%name
-%{_libdir}/%name/gnome-terminal
 %if 0%{?suse_version} < 1140
 %config %{_sysconfdir}/xdg/%name/pref-apps.conf
 %{_bindir}/libfm-pref-apps
 %{_datadir}/applications/libfm-pref-apps.desktop
 %endif
 
-%files -n libfm0
+%files -n libfm1
 %defattr(-,root,root)
 %{_libdir}/libfm.so.*
 %if 0%{?suse_version} < 1140
 %{_libdir}/gio/modules/libgiofm.so
 %endif
 
-%files -n libfm-gtk0
+%files -n libfm-gtk1
 %defattr(-,root,root)
 %{_libdir}/libfm-gtk.so.*
 %dir %{_datadir}/%name

++++++ libfm-0.1.14.tar.bz2 -> libfm-0.1.16.tar.bz2 ++++++
++++ 81571 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to