Hello community,

here is the log from the commit of package pcmanfm for openSUSE:11.4
checked in at Thu Aug 11 17:22:43 CEST 2011.



--------
--- old-versions/11.4/all/pcmanfm/pcmanfm.changes       2010-11-09 
00:02:53.000000000 +0100
+++ 11.4/pcmanfm/pcmanfm.changes        2011-08-10 07:43:00.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Aug 10 00:40:06 UTC 2011 - and...@opensuse.org
+
+- 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
+
+-------------------------------------------------------------------
+Mon Mar 14 18:53:58 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/pcmanfm
Destination is old-versions/11.4/UPDATES/all/pcmanfm
calling whatdependson for 11.4-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.AYE6RE/_old  2011-08-11 17:21:54.000000000 +0200
+++ /var/tmp/diff_new_pack.AYE6RE/_new  2011-08-11 17:21:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pcmanfm (Version 0.9.8_rc2)
+# spec file for package pcmanfm
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,19 +20,19 @@
 
 Name:           pcmanfm
 Summary:        The next generation LXDE file manager
-Version:        0.9.8_rc2
-Release:        2
+Version:        0.9.9_rc3
+Release:        0.<RELEASE2>
 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}}
 
@@ -73,6 +71,15 @@
 %clean
 %__rm -rf %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr(-,root,root)
 %_bindir/%name

++++++ pcmanfm-0.9.9-fix-no_return_in_non_void.patch ++++++
>From 7a98615b1d7a408b03a0ceb6d365d60f50d4e717 Mon Sep 17 00:00:00 2001
From: Andrea Florio <and...@opensuse.org>
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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to