Hello community,

here is the log from the commit of package pcmanfm for openSUSE:Factory
checked in at Fri Aug 12 14:21:54 CEST 2011.



--------
--- pcmanfm/pcmanfm.changes     2011-03-14 20:00:28.000000000 +0100
+++ /mounts/work_src_done/STABLE/pcmanfm/pcmanfm.changes        2011-08-10 
07:43:00.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 10 00:40:06 UTC 2011 - [email protected]
+
+- new upstream version 0.9.9 rc3
+  detailed changelog at: http://blog.lxde.org/?p=908
+- removed pcmanfm-0.9.8-fixbnc648882.patch now in upstream code 
+- added pcmanfm-0.9.9-fix-no_return_in_non_void.patch to
+  fix compiler warning
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  pcmanfm-0.9.8-fixbnc648882.patch
  pcmanfm-0.9.8.tar.bz2

New:
----
  pcmanfm-0.9.9-fix-no_return_in_non_void.patch
  pcmanfm-0.9.9.tar.bz2

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

Other differences:
------------------
++++++ pcmanfm.spec ++++++
--- /var/tmp/diff_new_pack.LkAx0u/_old  2011-08-12 14:21:30.000000000 +0200
+++ /var/tmp/diff_new_pack.LkAx0u/_new  2011-08-12 14:21:30.000000000 +0200
@@ -20,19 +20,19 @@
 
 Name:           pcmanfm
 Summary:        The next generation LXDE file manager
-Version:        0.9.8_rc2
-Release:        7
+Version:        0.9.9_rc3
+Release:        1
 License:        GPLv2
 Group:          Productivity/File utilities
 Url:            http://www.lxde.org/
-Source0:        %name-0.9.8.tar.bz2
+Source0:        %name-0.9.9.tar.bz2
 Source1:        %name-rpmlintrc
-Patch0:         %name-0.9.8-fixbnc648882.patch
+Patch0:         %name-0.9.9-fix-no_return_in_non_void.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.14
+BuildRequires:  libfm-devel >=  0.1.16
 Requires:       libfm
 # needed for trash
 Requires:       gvfs gvfs-backends
@@ -55,12 +55,10 @@
 
 %lang_package
 %prep
-%setup -q -n %name-0.9.8
+%setup -q -n %name-0.9.9
 %patch0 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure --enable-debug
 %__make %{?jobs:-j%{jobs}}
 

++++++ pcmanfm-0.9.9-fix-no_return_in_non_void.patch ++++++
>From 7a98615b1d7a408b03a0ceb6d365d60f50d4e717 Mon Sep 17 00:00:00 2001
From: Andrea Florio <[email protected]>
Date: Wed, 10 Aug 2011 07:38:53 +0200
Subject: [PATCH] fixed no return in non void function

---
 src/main-win.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main-win.c b/src/main-win.c
index b7a173d..c5af013 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -1128,7 +1128,7 @@ static void on_tab_page_status_text(FmTabPage* page, 
guint type, const char* sta
     }
 }
 
-static on_tab_page_chdir(FmTabPage* page, FmPath* path, FmMainWin* win)
+static void on_tab_page_chdir(FmTabPage* page, FmPath* path, FmMainWin* win)
 {
     fm_path_entry_set_path(win->location, path);
     gtk_window_set_title(GTK_WINDOW(win), fm_tab_page_get_title(page));
-- 
1.7.0.1


++++++ pcmanfm-0.9.8.tar.bz2 -> pcmanfm-0.9.9.tar.bz2 ++++++
++++ 49774 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