Hello community,

here is the log from the commit of package pcmanfm for openSUSE:Factory checked 
in at 2011-12-06 16:23:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcmanfm (Old)
 and      /work/SRC/openSUSE:Factory/.pcmanfm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcmanfm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcmanfm/pcmanfm.changes  2011-09-23 
12:21:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcmanfm.new/pcmanfm.changes     2011-12-06 
16:23:41.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Dec  3 11:08:05 UTC 2011 - [email protected]
+
+- fix version number
+- do not recompress tarball
+- specify build dependencies correctly and remove unneeded ones
+
+-------------------------------------------------------------------
+Wed Nov 30 01:00:05 UTC 2011 - [email protected]
+
+- added pcmanfm-0.9.10-libm.patch in order to correctly link
+  against libm
+
+-------------------------------------------------------------------
+Thu Oct 27 15:13:33 UTC 2011 - [email protected]
+
+- new upstream version 0.9.10 rc4
+  detailed changelog at: http://blog.lxde.org/?p=911 
+- removed pcmanfm-0.9.9-fix-no_return_in_non_void.patch and
+  fix-link.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-link.patch
  pcmanfm-0.9.9-fix-no_return_in_non_void.patch
  pcmanfm-0.9.9.tar.bz2

New:
----
  pcmanfm-0.9.10-libm.patch
  pcmanfm-0.9.10.tar.gz

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

Other differences:
------------------
++++++ pcmanfm.spec ++++++
--- /var/tmp/diff_new_pack.6INARe/_old  2011-12-06 16:23:42.000000000 +0100
+++ /var/tmp/diff_new_pack.6INARe/_new  2011-12-06 16:23:42.000000000 +0100
@@ -15,28 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           pcmanfm
 Summary:        The next generation LXDE file manager
-Version:        0.9.9_rc3
+Version:        0.9.10
 Release:        9
-License:        GPLv2
+License:        GPL-2.0+
 Group:          Productivity/File utilities
 Url:            http://www.lxde.org/
-Source0:        %name-0.9.9.tar.bz2
+Source0:        %{name}-%{version}.tar.gz
 Source1:        %name-rpmlintrc
-Patch0:         %name-0.9.9-fix-no_return_in_non_void.patch
-Patch1:         fix-link.patch
+# PATCH-FIX-UPSTREAM pcmanfm-0.9.10-libm.patch [email protected] -- Link 
against libm
+Patch0:         pcmanfm-0.9.10-libm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake desktop-file-utils gcc gcc-c++
-BuildRequires:  fdupes gtk2-devel intltool menu-cache-devel
-BuildRequires:  make pkg-config update-desktop-files
-BuildRequires:  libfm-devel >=  0.1.16
+BuildRequires:  autoconf
+BuildRequires:  libtool
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libfm) >= 0.1.15
+BuildRequires:  pkgconfig(libmenu-cache)
+BuildRequires:  update-desktop-files
+BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
 Requires:       libfm
 # needed for trash
-Requires:       gvfs gvfs-backends
+Requires:       gvfs
+Requires:       gvfs-backends
 # needed to switch to root
 Requires:       xdg-utils
 # needed to mount devices
@@ -46,6 +53,8 @@
 Conflicts:      pcmanfm-legacy
 Obsoletes:      pcmanfm2 < %version
 Provides:       pcmanfm2 >= %version
+# remove after 0.9.11 is released
+Obsoletes:      pcmanfm = 0.9.10_rc4
 
 %description
 An extremly fast, lightweight, yet feature-rich
@@ -56,13 +65,13 @@
 
 %lang_package
 %prep
-%setup -q -n %name-0.9.9
+%setup -q -n %name-0.9.10
 %patch0 -p1
-%patch1 -p1
 
 %build
+autoreconf -fi
 %configure --enable-debug
-%__make %{?jobs:-j%{jobs}}
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++++++ pcmanfm-0.9.10-libm.patch ++++++
diff -urNp pcmanfm-0.9.10.orig/configure.ac pcmanfm-0.9.10/configure.ac
--- pcmanfm-0.9.10.orig/configure.ac    2011-10-24 22:39:34.000000000 +0200
+++ pcmanfm-0.9.10/configure.ac 2011-11-30 01:56:48.089341679 +0100
@@ -68,6 +68,9 @@ PKG_CHECK_MODULES(XLIB, "x11")
 AC_SUBST(XLIB_CFLAGS)
 AC_SUBST(XLIB_LIBS)
 
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
+
 gtk_modules="gtk+-2.0 >= 2.16.0"
 PKG_CHECK_MODULES(GTK, [$gtk_modules])
 AC_SUBST(GTK_CFLAGS)
diff -urNp pcmanfm-0.9.10.orig/src/Makefile.am pcmanfm-0.9.10/src/Makefile.am
--- pcmanfm-0.9.10.orig/src/Makefile.am 2011-10-24 22:21:16.000000000 +0200
+++ pcmanfm-0.9.10/src/Makefile.am      2011-11-30 01:57:14.009342338 +0100
@@ -48,6 +48,7 @@ pcmanfm_LDADD = \
        $(GMODULE_LIBS) \
        $(FM_LIBS) \
        $(MENU_CACHE_LIBS) \
+       $(LIBM) \
        $(NULL)
 
 noinst_PROGRAMS=xml-purge
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to