commit libfm for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2019-06-17 21:34:31

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new.4811 (New)


Package is "libfm"

Mon Jun 17 21:34:31 2019 rev:57 rq:710306 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2018-12-28 
12:35:08.747970863 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new.4811/libfm.changes2019-06-17 
21:35:13.874998668 +0200
@@ -1,0 +2,8 @@
+Sat Jun 15 19:04:43 UTC 2019 - Antoine Belvire 
+
+- Removed calls to update-mime-database/update-desktop-database
+  from scriptlets: They are automatically performed via RPM file
+  triggers.
+- Ran spec-cleaner.
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.lz4BeP/_old  2019-06-17 21:35:14.322998567 +0200
+++ /var/tmp/diff_new_pack.lz4BeP/_new  2019-06-17 21:35:14.322998567 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,29 +22,26 @@
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.lxde.org/
+URL:http://www.lxde.org/
 Source: https://github.com/lxde/libfm/archive/%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch0: libfm-default-config.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel >= 2.18.0
-BuildRequires:  intltool >= 0.40.0
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(libmenu-cache) >= 0.3.2
-# Optional: needed for custom actions support
-BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
 BuildRequires:  gtk-doc >= 1.14
+BuildRequires:  gtk2-devel >= 2.18.0
+BuildRequires:  intltool >= 0.40.0
 # Optional: needed to load embbeded thumbnails in jpeg
 BuildRequires:  libexif-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-Recommends: %{name}-lang
+# Optional: needed for custom actions support
+BuildRequires:  vala >= 0.13.0
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(libmenu-cache) >= 0.3.2
 Recommends: lxshortcut-%{version}
-Requires(pre):  desktop-file-utils
-Requires(pre):  shared-mime-info
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %lang_package
 
 %description
@@ -55,7 +52,6 @@
 functionality. For example, you can create your own file manager with
 facilities provided by libfm.
 
-
 %package -n libfm4
 Summary:Libfm libraries
 # libfm is extensible by modules - which are in the main package
@@ -66,7 +62,6 @@
 %description -n libfm4
 libfm main library
 
-
 %package -n libfm-gtk4
 Summary:GTK libfm libraries
 Group:  System/Libraries
@@ -82,20 +77,18 @@
 LXShortcut is a small program used to edit application shortcuts
 created with freedesktop.org Desktop Entry spec.
 
-
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
 Requires:   %{name}= %{version}
 Requires:   libfm4 = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(libfm-extra)
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
-
 %package -n libfm-gtk-devel
 Summary:GTK devel files for libfm
 Group:  Development/Libraries/C and C++
@@ -103,7 +96,7 @@
 Requires:   gtk2-devel
 Requires:   libfm-gtk4 = %{version}
 Requires:   libfm4 = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 
 %description -n libfm-gtk-devel
 GTK libfm libraries for development
@@ -116,7 +109,6 @@
 %description doc
 libfm developers documentation
 
-
 %prep
 %setup -q
 %patch0 -p1
@@ -152,25 +144,14 @@
 %fdupes -s %{buildroot}/%{_datadir}/locale
 %suse_update_desktop_file -u -r -G 'Shortcut Editor' lxshortcut Utility 
DesktopUtility GTK
 
-%post
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-
-%postun
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-/usr/bin/update-desktop-database
-
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 %post   -n libfm4 -p /sbin/ldconfig
-
 %postun -n libfm4 -p /sbin/ld

commit libfm for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2018-12-28 12:34:47

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new.28833 (New)


Package is "libfm"

Fri Dec 28 12:34:47 2018 rev:56 rq:661338 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2018-10-25 
09:09:44.846382932 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new.28833/libfm.changes   2018-12-28 
12:35:08.747970863 +0100
@@ -1,0 +2,10 @@
+Tue Dec 25 12:34:06 UTC 2018 - Michael Vetter 
+
+- Update to 1.3.1:
+  * Fixed crash on reload while directory changes (folder might be not ready 
yet).
+  * Changed size of large thumbnails to 512 since 256*256 appears to be small 
on
+hi-res displays.
+  * Added application/gzip to archivers.list file next to application/x-gzip.
+  * Added image/x-compressed-xcf to archivers.list file for xarchiver.
+
+---

Old:

  1.3.0.2.tar.gz

New:

  1.3.1.tar.gz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.Rlgt3Z/_old  2018-12-28 12:35:09.155970578 +0100
+++ /var/tmp/diff_new_pack.Rlgt3Z/_new  2018-12-28 12:35:09.155970578 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libfm
-Version:1.3.0.2
+Version:1.3.1
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0-or-later
@@ -146,9 +146,7 @@
 rm -rf %{buildroot}%{_includedir}/%{name}-1.0/fm-version.h
 rm -rf %{buildroot}%{_includedir}/%{name}-1.0/fm-xml-file.h
 rm -rf %{buildroot}%{_libdir}/pkgconfig/%{name}-extra.pc
-rm -rf %{buildroot}%{_libdir}/%{name}-extra.so
-rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4
-rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.1.1
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so*
 
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale

++ 1.3.0.2.tar.gz -> 1.3.1.tar.gz ++
 2314 lines of diff (skipped)




commit libfm for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2018-10-25 09:09:13

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Thu Oct 25 09:09:13 2018 rev:55 rq:643912 version:1.3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2017-12-21 
11:29:59.861635717 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2018-10-25 
09:09:44.846382932 +0200
@@ -1,0 +2,35 @@
+Mon Oct 22 13:03:23 UTC 2018 - mvet...@suse.com
+
+- Update to 1.3.0.2:
+  * Fixed launching menu entries shortcuts on desktop which was broken by 
making
+them all executable in 1.3.0 - those should be launchable still.
+  * Fixed installing modules into non-standard path: libtool couldn't relink 
them
+properly.
+  * Added emblem support by reading the "metadata::emblems" attribute provided 
by
+GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
+$XDG_DATA_HOME/gvfs-metadata.
+  * Fixed typo: occured -> occurred.
+  * Made desktop entries treaten as executables. Now clicking on a native 
desktop
+file opens a confirmation dialog instead of executing it. Trashed desktop
+files are only opened as text files and desktop files under system menu
+(i.e. menu://applications/) are executed without prompt as before.
+  * Fixed build error with vala 0.36.1.
+  * Fixed crash on launching nonexistent link targets.
+  * Added tooltips for attributes of copying files.
+  * Fixed thumbnails generation for files in the thumbnails cache directory 
which
+actually should never be done.
+  * Fixed crash on pasting large string when completion matches.
+  * Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
+  * Fixed crash in fm_config_load_from_file().
+  * Dropped displaying "extension" for a directory.
+  * Fixed crash on pasting a file into the search folder, show an error message
+when the copy destination doesn't exist instead.
+  * Added new API for FmAction new object type, to replace old VALA-generated
+code. New API is more convenient, C instead of VALA, and should support all
+DES-API specification features, not just limited set.
+  * Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
+  * Added display of data transferred to progress dialog.
+  * Fixed wrong names for files, copied from Google Drive and similar places.
+- Remove libfm-1.2.5-gtk-doc-workaround.patch: upstreamed
+
+---

Old:

  libfm-1.2.5-gtk-doc-workaround.patch
  libfm-1.2.5.tar.xz

New:

  1.3.0.2.tar.gz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.FsDHOS/_old  2018-10-25 09:09:45.454382568 +0200
+++ /var/tmp/diff_new_pack.FsDHOS/_new  2018-10-25 09:09:45.458382566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,26 @@
 
 
 Name:   libfm
-Version:1.2.5
+Version:1.3.0.2
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
-Source: %{name}-%{version}.tar.xz
+Source: https://github.com/lxde/libfm/archive/%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch0: libfm-default-config.patch
-# FIX-UPSTREAM jub...@iodoru.org bsc#1073719
-Patch1: libfm-1.2.5-gtk-doc-workaround.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  intltool
+BuildRequires:  gtk2-devel >= 2.18.0
+BuildRequires:  intltool >= 0.40.0
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(libmenu-cache)
+BuildRequires:  pkgconfig(libmenu-cache) >= 0.3.2
 # Optional: needed for custom actions support
 BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
-BuildRequires:  gtk-doc
+BuildRequires:  gtk-doc >= 1.14
 # Optional: needed to load embbeded thumbnails in jpeg
 BuildRequires:  libexif-devel
 BuildRequires:  update-desktop-files
@@ -122,9 +120,9 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
+./autogen.sh
 %configure \
 --enable-gtk-doc \
 --enable-udisks \
@@ -150,7 +148,7 @@
 rm -rf %{buildroot}%{_libdir}/pkgconfig/%{name}-extra.pc
 rm -rf %{buildroot}%{_libdir}/%{

commit libfm for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2017-12-21 11:29:47

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Thu Dec 21 11:29:47 2017 rev:54 rq:558870 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2017-03-12 
20:00:28.715653714 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2017-12-21 
11:29:59.861635717 +0100
@@ -1,0 +2,6 @@
+Wed Dec 20 15:50:33 UTC 2017 - mvet...@suse.com
+
+- bsc#1073719: Fix build with gtk-doc 1.27:
+  * Add libfm-1.2.5-gtk-doc-workaround.patch
+
+---

New:

  libfm-1.2.5-gtk-doc-workaround.patch



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.ackoun/_old  2017-12-21 11:30:00.449607049 +0100
+++ /var/tmp/diff_new_pack.ackoun/_new  2017-12-21 11:30:00.453606854 +0100
@@ -26,6 +26,8 @@
 Source: %{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 Patch0: libfm-default-config.patch
+# FIX-UPSTREAM jub...@iodoru.org bsc#1073719
+Patch1: libfm-1.2.5-gtk-doc-workaround.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -58,9 +60,9 @@
 
 %package -n libfm4
 Summary:Libfm libraries
-Group:  System/Libraries
 # libfm is extensible by modules - which are in the main package
 # they are not strictly required, but a very good thing to have present
+Group:  System/Libraries
 Recommends: %{name}
 
 %description -n libfm4
@@ -120,6 +122,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ libfm-1.2.5-gtk-doc-workaround.patch ++
>From b072ee0400432d72fdf86ba9fed74a7e0ec11ec1 Mon Sep 17 00:00:00 2001
From: Andriy Grytsenko 
Date: Sun, 26 Nov 2017 22:30:15 +0200
Subject: [PATCH] Enclose text in  into 
  * 
  * The FM_MODULE_dummy_VERSION is a number which should be increased each
  * time something in FmDummyInit structure is changed. The FmDummyInit
@@ -65,7 +65,7 @@
  * module handling in your code:
  * 
  * Sample of fm-dummy-widget.c
- * 
+ * 
  * 
  *
  * Third thing application should do is to register module type on the
@@ -108,7 +108,7 @@
  * interface (see the fm-dummy.h header example above):
  * 
  * Sample of module dummy/test
- * 
+ * 
  * 
  * The fm_module_init_dummy should be exactly the same structure that is
  * defined in the header file above.



commit libfm for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2017-03-12 20:00:28

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Sun Mar 12 20:00:28 2017 rev:53 rq:476878 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2016-06-07 
23:46:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2017-03-12 
20:00:28.715653714 +0100
@@ -1,0 +2,138 @@
+Sat Mar  4 08:11:53 UTC 2017 - mvet...@suse.com
+
+- In the last change the following patches got removed
+  by t...@gmx.com because they are included in the new
+  upstream version:
+  * libfm-1.2.3-Fix-SF902.patch
+  * libfm-Additional-fix-after-SF902.patch
+  * libfm-1.2.3-Fix-SF922.patch
+  * libfm-1.2.3-Fix-SF914.patch
+  * libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch
+  * libfm-1.2.3-Fix-SF946.patch
+  * libfm-1.2.3-Fix-SF925-and-SF938.patch
+  * libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch
+  * libfm-1.2.3-Fix-SF937.patch
+  * libfm-1.2.3-Fix-SF935.patch
+  * libfm-1.2.3-Fix-SF915.patch
+  * libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch
+  * libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch
+  * libfm-1.2.3-Fix-SF953.patch
+  * libfm-1.2.3-Fix-SF921.patch
+  * libfm-1.2.3-Fix-SF932.patch
+  * libfm-1.2.3-Fix-dropping-files-onto-applications.patch
+  * libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch
+  * libfm-1.2.3-Fix-SF954.patch
+  * libfm-1.2.3-Fix-SF950.patch
+  * libfm-1.2.3-Fix-SF959.patch
+  * libfm-1.2.3-Fix-SF965.patch
+  * libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch
+  * libfm-1.2.3-Fix-SF919.patch
+  * libfm-1.2.3-Fix-SF967.patch
+
+---
+Sun Dec 25 12:00:55 UTC 2016 - t...@gmx.com
+
+- new upstream version 1.2.5
+  * Fixed 'Launch in Terminal' issue when custom args were ignored.
+  * Fixed crash with non-UTF regex search pattern.
+  * Added 'termite' into the terminals database.
+  * Fixed possible crash on FmPlacesView.
+  * Fixed crash on non-existent directory listing job.
+  * Added conversion of all URIs schemes to file:/// by mapping them 
+to FUSE-mounted local paths if that is possible. This is required
+for non-gio applications to open files mounted by gvfs.
+  * Added new MIME type for rar files to the archivers.list file.
+  * Fixed crash in _fm_template_update().
+  * Fixed incorrect initialization of FmPlacesViewClass, it should 
+not call fm_get_home_dir() but initialized with NULL, that will do
+the same at runtime.
+  * Fixed FTBFS when libmenu-cache was installed to non-standard 
+location.
+  * Added check for edit name "/" for remote root directory so 
+display name should be used in such cases as more sensible one.
+  * Fixed wrong width requested by FmCellRendererText (1.2.4 
+regression).
+  * Updated list of MIME types handled by xarchiver.
+  * Don't show error message when attempting to rename file into the 
+same.
+  * Fixed crash after file info job finished on a folder that already 
+left.
+  * Changed limitations on libfm-pref-apps.desktop to show only in 
+LXDE.
+  * Fixed incomplete file copy job pausing in some cases.
+  * Fixed missing 'Empty Trash Can' option in desktop's trash context 
+menu.
+  
+  Changes on 1.2.4 since 1.2.3:
+  
+  * Fixed crash in templates on file that was deleted instantly after
+creation.
+  * Fixed handling %c in desktop entry Exec key: launch may fail if 
+the application name contains spaces so it needs quoting.
+  * Fixed missing folder info update on folder attributes change.
+  * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should 
+fix a problem with pkexec.
+  * Corrected missing newline at end of generated shortcut desktop 
+entry.
+  * Improved file type detection, it failed in some cases such as 
+DOCX.
+  * Returned back the workaround on thumbnailers which don't save any 
+of Thumb::MTime or Thumb::URI in the thumbnail.
+  * Fixed wrong treating files like ".purple" as having extension 
+"purple".
+  * Fixed invalid desktop entry save if 'Cancel' was pressed in the 
+file
+properties dialog window.
+  * Fixed issues on dropping folders into Places for bookmarking them.
+  * Fixed crash in expand_exec_macros() on missing Exec line.
+  * Rewritten broken rubberband rendering in icon view for GTK3.
+  * Eliminated usage of GVolumeMonitor if no FmFolder object was 
+created.
+  * Fixed renaming of desktop entries on copy operation error: it was 
+the file name which was set in renaming dialog but it was 
+compared with display name instead when decided whether "Rename" 
+button should be active or not.
+  

commit libfm for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2016-06-07 23:46:52

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2016-01-12 
16:13:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2016-06-07 
23:46:54.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  1 19:43:37 UTC 2016 - dims...@opensuse.org
+
+- Have libfm4 recommend the main package.
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.PDUHvK/_old  2016-06-07 23:46:55.0 +0200
+++ /var/tmp/diff_new_pack.PDUHvK/_new  2016-06-07 23:46:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -108,6 +108,9 @@
 %package -n libfm4
 Summary:Libfm libraries
 Group:  System/Libraries
+# libfm is extensible by modules - which are in the main package
+# they are not strictly required, but a very good thing to have present
+Recommends: %{name}
 
 %description -n libfm4
 libfm main library




commit libfm for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2016-01-12 16:12:49

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-11-11 
10:00:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2016-01-12 
16:13:03.0 +0100
@@ -1,0 +2,66 @@
+Sat Oct 31 20:23:22 UTC 2015 - t...@gmx.com
+
+- Added many fixes from Git:
+  * [SF#902] Handle NULL returned by fm_mime_type_from_native_file()
+correctly
++ libfm-1.2.3-Fix-SF902.patch
++ libfm-Additional-fix-after-SF902.patch
+  * [SF#922] Fix handling %c in desktop entry Exec key
++ libfm-1.2.3-Fix-SF922.patch
+  * [SF#914] Fix missing folder info update on folder attributes
++ libfm-1.2.3-Fix-SF914.patch
+  * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should 
+fix a problem with pkexec
++ libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch
+  * [SF#946] Add missing newline at end of generated shortcut
++ libfm-1.2.3-Fix-SF946.patch
+  * [SF#925,938] Improve file type detection, it fails in some cases
+such as DOCX
++ libfm-1.2.3-Fix-SF925-and-SF938.patch
+  * Return back the workaround on thumbnailers which don't save 
+Thumb::MTime
++ libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch
+  * [SF#937] Fix wrong treating files like ".purple" as having 
+extension "purple"
++ libfm-1.2.3-Fix-SF937.patch
+  * [SF#935] Fix invalid desktop entry save if 'Cancel' was pressed
+in dialog
++ libfm-1.2.3-Fix-SF935.patch
+  * [SF#915] Always do gtk_drag_finish() in FmDndDest even if drop 
+was failed
++ libfm-1.2.3-Fix-SF915.patch
+  * FmDndDest: reset cached data if drag context was changed
++ libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch
+  * Fix uninitialized data in drag-motion callback of FmPlacesView
++ libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch
+  * [SF#953] Fix crash in expand_exec_macros() on missing Exec line 
+in desktop entry
++ libfm-1.2.3-Fix-SF953.patch
+  * [SF#921] Rewrite broken rubberband rendering in icon view for 
+GTK3
++ libfm-1.2.3-Fix-SF921.patch
+  * [SF#932] Fix renaming of desktop entries on copy operation error
++ libfm-1.2.3-Fix-SF932.patch
+  * Fix dropping files onto applications shortcuts on the desktop
++ libfm-1.2.3-Fix-dropping-files-onto-applications.patch
+  * Fix desktop file name for urxvt in terminals.list
++ libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch
+  * [SF#954] Add urxvtc data into the terminals.list file
++ libfm-1.2.3-Fix-SF954.patch
+  * [SF#950] Fix adding user-defined MIME associations into 
+mimeapps.list config
++ libfm-1.2.3-Fix-SF950.patch
+  * [SF#959] Fix autoscroll issues with GTK+ 3
++ libfm-1.2.3-Fix-SF959.patch
+  * [SF#965] Fix stuck tooltip on entering empty folder
++ libfm-1.2.3-Fix-SF965.patch
+  * Fix crash on cancelling FmDirListJob while retrieving is in 
+progress
++ libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch
+  * [SF#919] Fix incomplete cleanup on folder reloading
++ libfm-1.2.3-Fix-SF919.patch
+  * [SF#967] Fix timer shown in progress dialog, it should show 
+01:00, not 00:60
++ libfm-1.2.3-Fix-SF967.patch
+
+---

New:

  libfm-1.2.3-Fix-SF902.patch
  libfm-1.2.3-Fix-SF914.patch
  libfm-1.2.3-Fix-SF915.patch
  libfm-1.2.3-Fix-SF919.patch
  libfm-1.2.3-Fix-SF921.patch
  libfm-1.2.3-Fix-SF922.patch
  libfm-1.2.3-Fix-SF925-and-SF938.patch
  libfm-1.2.3-Fix-SF932.patch
  libfm-1.2.3-Fix-SF935.patch
  libfm-1.2.3-Fix-SF937.patch
  libfm-1.2.3-Fix-SF946.patch
  libfm-1.2.3-Fix-SF950.patch
  libfm-1.2.3-Fix-SF953.patch
  libfm-1.2.3-Fix-SF954.patch
  libfm-1.2.3-Fix-SF959.patch
  libfm-1.2.3-Fix-SF965.patch
  libfm-1.2.3-Fix-SF967.patch
  libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch
  libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch
  libfm-1.2.3-Fix-dropping-files-onto-applications.patch
  libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch
  libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch
  libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch
  libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch
  libfm-Additional-fix-after-SF902.patch



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.aBSLEQ/_old  2016-01-12 16:13:04.0 +0100
+++ /var/tmp/diff_new_pack.aBSLEQ/_new  2016-01-12 16:13:04.0 +0100
@@ -26,6 +26,55 @@
 Source: %{name}-%{versio

commit libfm for openSUSE:Factory

2014-11-11 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-11-11 09:59:46

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-10-15 
16:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-11-11 
10:00:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 18:32:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.THoeHY/_old  2014-11-11 10:00:08.0 +0100
+++ /var/tmp/diff_new_pack.THoeHY/_new  2014-11-11 10:00:08.0 +0100
@@ -84,9 +84,9 @@
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
 Requires:   %{name}= %{version}
-Requires:  pkgconfig(libfm-extra)
 Requires:   libfm4 = %{version}
 Requires:   pkg-config
+Requires:   pkgconfig(libfm-extra)
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
@@ -152,11 +152,11 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 /usr/bin/update-desktop-database
 
 %post   -n libfm4 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-10-15 16:20:21

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-10-01 
09:17:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-10-15 
16:21:53.0 +0200
@@ -1,0 +2,50 @@
+Tue Oct 14 20:22:18 UTC 2014 - t...@gmx.com
+
+- new upstream release 1.2.3
+  * Changed licence for libfm-extra and libfm components from 
+GPL-2 to LGPL-2.1.
+  * Fixed crash on dropping URL queries into some folder.
+  * Fixed filename on dropping URI queries into folder: URI query 
+like http://some.site/path/query.php?new=yes&mine=0 should be 
+never saved with file name path/query.php?new=yes&mine=0 but 
+as query.php instead like all the web browsers do.
+  * Disabled debug messages in XML parser, it spammed a lot.
+  * Fixed content type detection which was broken in last release.
+  * Fixed incorrect call to g_environ_setenv() in the terminal 
+call.
+  * Replaced deprecated atk_component_get_position() calls.
+  * Fixed invalid callback get_image_position() on ATK icon of 
+ExoIconView, it could loop and therefore hang the application.
+  * Disabled deprecated atk_focus_tracker_notify() with new libatk.
+  * Fixed installation of headers with parallel install, it could 
+create invalid symlink /usr/share/libfm/libfm in some 
+conditions.
+  * Corrected handling of application launch failure - launch 
+content have to be informed about failure if startup notify id 
+was retrieved from it before.
+  * Fixed usage of POSIX.1-2001 declaration `environ' with GLib < 
+2.28.
+  * Fixed "out-of-tree" build (e.g. make distcheck).
+  * Corrected menu cache to sync in 
+fm_app_chooser_dlg_dup_selected_app(), otherwise it would not 
+work without menu preloaded.
+  * Fixed launch of applications with %f or %u argument - it 
+should launch not just first file but all of them with the 
+same command.
+  * Fixed unneeded fm-folder-config save even if no changes were 
+made.
+  * Fixed not updated file in FmFolder if file was not changed 
+within last 2 seconds. In case of fast download it was not 
+updated in time. This may cause a little performance issue 
+though due to thumbnails update.
+  * Fixed crash if g_file_get_basename() returns NULL.
+  * Fixed issue with desktop entry file selected in the 
+Application chooser dialog, it tried to execute the desktop 
+entry directly. Now it setups dialog fields from that desktop 
+entry instead.
+  * Fixed problem with unwanted application substitution in the 
+Application chooser dialog: if user selected no name then no 
+replacements should be attempted.
+  * Fixed default app detection in Application chooser combo box.
+
+---

Old:

  libfm-1.2.2.1.tar.xz

New:

  libfm-1.2.3.tar.xz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.pAfD8Z/_old  2014-10-15 16:21:54.0 +0200
+++ /var/tmp/diff_new_pack.pAfD8Z/_new  2014-10-15 16:21:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libfm
-Version:1.2.2.1
+Version:1.2.3
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
@@ -144,7 +144,7 @@
 rm -rf %{buildroot}%{_libdir}/pkgconfig/%{name}-extra.pc
 rm -rf %{buildroot}%{_libdir}/%{name}-extra.so
 rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4
-rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.0.2
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.0.3
 
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale

++ libfm-1.2.2.1.tar.xz -> libfm-1.2.3.tar.xz ++
 25115 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-10-01 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-10-01 09:17:54

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-09-09 
19:00:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-10-01 
09:17:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 12 16:41:20 UTC 2014 - and...@opensuse.org
+
+- removed libfm-extra and libfm-extra-devel and files, moved to a
+  new bootstrap package 
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.GYFcjb/_old  2014-10-01 09:17:56.0 +0200
+++ /var/tmp/diff_new_pack.GYFcjb/_new  2014-10-01 09:17:56.0 +0200
@@ -47,7 +47,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %lang_package
 
-
 %description
 A glib/gio-based library providing some file management utilities and
 related-widgets missing in gtk+/glib. This is the core of PCManFM. The
@@ -61,7 +60,6 @@
 Summary:Libfm libraries
 Group:  System/Libraries
 
-
 %description -n libfm4
 libfm main library
 
@@ -70,7 +68,6 @@
 Summary:GTK libfm libraries
 Group:  System/Libraries
 
-
 %description -n libfm-gtk4
 GTK system libraries for libfm
 
@@ -78,16 +75,6 @@
 Summary:Create shortcuts for LXDE
 Group:  System/GUI/LXDE
 
-
-%package -n libfm-extra4
-Summary:EXTRA libfm features libraries
-Group:  System/Libraries
-
-
-%description -n libfm-extra4
-Libraries with extra features for libfm
-
-
 %description -n lxshortcut
 LXShortcut is a small program used to edit application shortcuts
 created with freedesktop.org Desktop Entry spec.
@@ -97,11 +84,10 @@
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
 Requires:   %{name}= %{version}
+Requires:  pkgconfig(libfm-extra)
 Requires:   libfm4 = %{version}
-Requires:  libfm-extra-devel = %{version}
 Requires:   pkg-config
 
-
 %description devel
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
@@ -116,26 +102,14 @@
 Requires:   libfm4 = %{version}
 Requires:   pkg-config
 
-
 %description -n libfm-gtk-devel
 GTK libfm libraries for development
 
-%package -n libfm-extra-devel
-Summary:EXTRA devel libfm features libraries
-Group:  Development/Libraries/C and C++
-Requires:   pkg-config
-Requires:  libfm-extra4 = %{version}
-
-
-%description -n libfm-extra-devel
-Development files for libraries with extra features for libfm
-
 %package doc
 Summary:GTK libfm libraries
 Group:  Documentation/Other
 Requires:   %{name} >= %{version}
 
-
 %description doc
 libfm developers documentation
 
@@ -144,7 +118,6 @@
 %setup -q
 %patch0 -p1
 
-
 %build
 %configure \
 --enable-gtk-doc \
@@ -156,7 +129,6 @@
 # macro for parallel make
 make %{?_smp_mflags}
 
-
 %install
 %make_install
 rm -f %{buildroot}%{_libdir}/*.la
@@ -164,40 +136,37 @@
 rm -f %{buildroot}%{_datadir}/applications/libfm-pref-apps.desktop
 # using libfm-pref-apps.1.gz fails!
 rm -f %{buildroot}%{_mandir}/man1/libfm-pref-apps.1
+# we need to remove libfm-extra stuff
+rm -rf %{buildroot}%{_includedir}/%{name}
+rm -rf %{buildroot}%{_includedir}/%{name}-1.0/fm-extra.h
+rm -rf %{buildroot}%{_includedir}/%{name}-1.0/fm-version.h
+rm -rf %{buildroot}%{_includedir}/%{name}-1.0/fm-xml-file.h
+rm -rf %{buildroot}%{_libdir}/pkgconfig/%{name}-extra.pc
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4
+rm -rf %{buildroot}%{_libdir}/%{name}-extra.so.4.0.2
+
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale
 %suse_update_desktop_file -u -r -G 'Shortcut Editor' lxshortcut Utility 
DesktopUtility GTK
 
-
 %post
 /sbin/ldconfig
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
-
 %postun
 /sbin/ldconfig
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /usr/bin/update-desktop-database
 
-
 %post   -n libfm4 -p /sbin/ldconfig
 
-
 %postun -n libfm4 -p /sbin/ldconfig
 
-
 %post   -n libfm-gtk4 -p /sbin/ldconfig
 
-
 %postun -n libfm-gtk4 -p /sbin/ldconfig
 
-
-%post   -n libfm-extra4 -p /sbin/ldconfig
-
-
-%postun -n libfm-extra4 -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/%{name}
@@ -220,22 +189,10 @@
 %defattr(-,root,root)
 %dir %{_includedir}/%{name}-1.0
 %exclude %{_includedir}/%{name}-1.0/fm-gtk*.h
-%exclude %{_includedir}/%{name}-1.0/fm-ex

commit libfm for openSUSE:Factory

2014-09-09 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-09-09 19:00:11

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-09-03 
20:14:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-09-09 
19:00:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  9 07:40:25 UTC 2014 - and...@opensuse.org
+
+- Split of libfm-extra and libfm-extra-devel packages
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.ZwKo4q/_old  2014-09-09 19:00:37.0 +0200
+++ /var/tmp/diff_new_pack.ZwKo4q/_new  2014-09-09 19:00:37.0 +0200
@@ -31,8 +31,8 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
-BuildRequires:  menu-cache-devel >= 0.3.2
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires: pkgconfig(libmenu-cache)
 # Optional: needed for custom actions support
 BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
@@ -74,12 +74,20 @@
 %description -n libfm-gtk4
 GTK system libraries for libfm
 
-
 %package -n lxshortcut
 Summary:Create shortcuts for LXDE
 Group:  System/GUI/LXDE
 
 
+%package -n libfm-extra4
+Summary:EXTRA libfm features libraries
+Group:  System/Libraries
+
+
+%description -n libfm-extra4
+Libraries with extra features for libfm
+
+
 %description -n lxshortcut
 LXShortcut is a small program used to edit application shortcuts
 created with freedesktop.org Desktop Entry spec.
@@ -90,6 +98,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name}= %{version}
 Requires:   libfm4 = %{version}
+Requires:  libfm-extra-devel = %{version}
 Requires:   pkg-config
 
 
@@ -111,6 +120,15 @@
 %description -n libfm-gtk-devel
 GTK libfm libraries for development
 
+%package -n libfm-extra-devel
+Summary:EXTRA devel libfm features libraries
+Group:  Development/Libraries/C and C++
+Requires:   pkg-config
+Requires:  libfm-extra4 = %{version}
+
+
+%description -n libfm-extra-devel
+Development files for libraries with extra features for libfm
 
 %package doc
 Summary:GTK libfm libraries
@@ -174,6 +192,12 @@
 %postun -n libfm-gtk4 -p /sbin/ldconfig
 
 
+%post   -n libfm-extra4 -p /sbin/ldconfig
+
+
+%postun -n libfm-extra4 -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/%{name}
@@ -186,26 +210,31 @@
 %{_libdir}/%{name}/modules/gtk-menu-trash.so
 %{_libdir}/%{name}/modules/vfs-menu.so
 %{_libdir}/%{name}/modules/vfs-search.so
-%{_libdir}/%{name}-extra.so.4
-%{_libdir}/%{name}-extra.so.4.0.2
 %dir %{_datadir}/%{name}/images/
 %{_datadir}/%{name}/images/folder.png
 %{_datadir}/%{name}/images/unknown.png
 %{_datadir}/%{name}/terminals.list
 %{_datadir}/mime/packages/%{name}.xml
 
-
 %files devel
 %defattr(-,root,root)
 %dir %{_includedir}/%{name}-1.0
-%{_includedir}/%{name}
 %exclude %{_includedir}/%{name}-1.0/fm-gtk*.h
+%exclude %{_includedir}/%{name}-1.0/fm-extra.h
+%exclude %{_includedir}/%{name}-1.0/fm-version.h
+%exclude %{_includedir}/%{name}-1.0/fm-xml-file.h
 %{_includedir}/%{name}-1.0/*.h
 %{_libdir}/pkgconfig/%{name}.pc
-%{_libdir}/pkgconfig/%{name}-extra.pc
 %{_libdir}/%{name}.so
-%{_libdir}/%{name}-extra.so
 
+%files -n libfm-extra-devel
+%defattr(-,root,root)
+%{_includedir}/%{name}
+%{_includedir}/%{name}-1.0/fm-extra.h
+%{_includedir}/%{name}-1.0/fm-version.h
+%{_includedir}/%{name}-1.0/fm-xml-file.h
+%{_libdir}/pkgconfig/%{name}-extra.pc
+%{_libdir}/%{name}-extra.so
 
 %files -n libfm-gtk-devel
 %defattr(-,root,root)
@@ -213,21 +242,17 @@
 %{_libdir}/pkgconfig/%{name}-gtk.pc
 %{_libdir}/%{name}-gtk.so
 
-
 %files doc
 %defattr(-,root,root)
 %{_datadir}/gtk-doc/html/%{name}
 
-
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
 
-
 %files -n libfm4
 %defattr(-,root,root)
 %{_libdir}/libfm.so.*
 
-
 %files -n libfm-gtk4
 %defattr(-,root,root)
 %{_libdir}/libfm-gtk.so.*
@@ -236,6 +261,10 @@
 %{_datadir}/%{name}/archivers.list
 %{_datadir}/%{name}/ui/*.ui
 
+%files -n libfm-extra4
+%defattr(-,root,root)
+%{_libdir}/%{name}-extra.so.4
+%{_libdir}/%{name}-extra.so.4.0.2
 
 %files -n lxshortcut
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-09-03 18:22:12

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-07-13 
17:16:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-09-03 
20:14:27.0 +0200
@@ -1,0 +2,29 @@
+Sun Aug 24 20:04:00 UTC 2014 - t...@gmx.com
+
+- new upstream version 1.2.2.1
+  * Fix installation of libfm-extra.pc file for development with 
+it.
+- changes on 1.2.2 since 1.2.1:
+  * Fixed display name of created shortcut after dropping from 
+another application.
+  * Fixed the screen for context in fm_launch_command_simple().
+  * Added KDE archiver "Ark" into archivers list.
+  * Fixed parsing order of directories in XDG_DATA_DIRS and 
+XDG_CONFIG_DIRS.
+  * Added a possibility for application that was started (by 
+PCManFM or any other application that uses LibFM) to never
+die after our application (i.e. its parent) was closed.
+  * Fixed possible memory leak in fm_config_load_from_file().
+  * Corrected g_content_type_guess() call with file sample. This 
+may help with correct file type detection.
+  * When calculate total file sizes in directory, filesize of 
+directory now is skipped.
+  * Fixed problem with memory consumption in case image has big 
+dimension but not so big filesize - in that case loading may 
+consume all the available memory to create bitmap. The file 
+dimensions should also be checked against thumbnail_max 
+configuration variable.
+  * Fixed problem with starting custom command from application 
+selection dialog. This stopped to work with new GLib versions.
+
+---
@@ -6,2 +35,2 @@
-  * Fixed context menu on right-click on column header, it was not always
-shown, especially with GTK3.
+  * Fixed context menu on right-click on column header, it was not 
+always shown, especially with GTK3.
@@ -10 +39,2 @@
-  * Changed info message on usage of x-terminal-emulator as terminal.
+  * Changed info message on usage of x-terminal-emulator as 
+terminal.
@@ -12,7 +42,11 @@
-  * Don't create ~/Templates if it does not exist on application start.
-  * Fixed installing extra files with different values for --with-gtk.
-  * Fixed file renaming if it's name is illegal on destination filesystem.
-  * An error window after user pressed 'Cancel' on app selection should be
-not shown anymore.
-  * Fixed menu positioning if it's placed near monitor edge and also on
-non-first monitor, also ensured menu UI update before calculating its
+  * Don't create ~/Templates if it does not exist on application 
+start.
+  * Fixed installing extra files with different values for 
+--with-gtk.
+  * Fixed file renaming if it's name is illegal on destination 
+filesystem.
+  * An error window after user pressed 'Cancel' on app selection 
+should be not shown anymore.
+  * Fixed menu positioning if it's placed near monitor edge and 
+also on non-first monitor, also ensured menu UI update before 
+calculating its
@@ -21 +55,2 @@
-  * The "link" mark on icons of small size (< 20 px) now scaled properly.
+  * The "link" mark on icons of small size (< 20 px) now scaled 
+properly.
@@ -23,9 +58,12 @@
-  * Fixed fm_terminal_launch(), some terminals need PWD environment set.
-  * Fixed invalid rubberbanding after doubleclick on ExoIconView items.
-  * Corrected drag cursor, it should correctly show dragged item icon, not
-generic drag cursor.
-  * Fixed crash in fm_folder_view_scroll_to_path() if path is not available.
-  * Fixed unitialized variable usage in folder view context menu positioning
-code.
-  * Prevented path entry from containing "(invalid encoding)" string since
-it will prevent that path from being used.
+  * Fixed fm_terminal_launch(), some terminals need PWD environment 
+set.
+  * Fixed invalid rubberbanding after doubleclick on ExoIconView 
+items.
+  * Corrected drag cursor, it should correctly show dragged item 
+icon, not generic drag cursor.
+  * Fixed crash in fm_folder_view_scroll_to_path() if path is not 
+available.
+  * Fixed unitialized variable usage in folder view context menu 
+positioning code.
+  * Prevented path entry from containing "(invalid encoding)" 
+string since it will prevent that path from being used.
@@ -33,5 +71,8 @@
-  * One-time custom application isn't added anymore into list of last used.
-  * Added a workaround on duplicated loop devices in Places sidebar.
-  * If quick_exec option is set to true, launching will always start the
-application, not try a terminal

commit libfm for openSUSE:Factory

2014-07-13 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-07-13 17:16:25

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-05-18 
06:50:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-07-13 
17:16:27.0 +0200
@@ -1,0 +2,40 @@
+Thu Jul  3 07:35:49 UTC 2014 - t...@gmx.com
+
+- new upstream version 1.2.1
+  * Fixed incorrect presence of LXShortcut in menus.
+  * Fixed context menu on right-click on column header, it was not always
+shown, especially with GTK3.
+  * Fixed incorrect mime-type of mount points under computer:///.
+  * Few fixes in internal thumbnail generator.
+  * Changed info message on usage of x-terminal-emulator as terminal.
+  * Added sakura, qterminal and lilyterm into terminals database.
+  * Don't create ~/Templates if it does not exist on application start.
+  * Fixed installing extra files with different values for --with-gtk.
+  * Fixed file renaming if it's name is illegal on destination filesystem.
+  * An error window after user pressed 'Cancel' on app selection should be
+not shown anymore.
+  * Fixed menu positioning if it's placed near monitor edge and also on
+non-first monitor, also ensured menu UI update before calculating its
+position.
+  * Fixed cancellation of loading row after FmDirTreeView chdir.
+  * The "link" mark on icons of small size (< 20 px) now scaled properly.
+  * Fixed positioning of search box in ExoIconView widget.
+  * Fixed fm_terminal_launch(), some terminals need PWD environment set.
+  * Fixed invalid rubberbanding after doubleclick on ExoIconView items.
+  * Corrected drag cursor, it should correctly show dragged item icon, not
+generic drag cursor.
+  * Fixed crash in fm_folder_view_scroll_to_path() if path is not available.
+  * Fixed unitialized variable usage in folder view context menu positioning
+code.
+  * Prevented path entry from containing "(invalid encoding)" string since
+it will prevent that path from being used.
+  * Fixed path completion listing for display names in paths.
+  * One-time custom application isn't added anymore into list of last used.
+  * Added a workaround on duplicated loop devices in Places sidebar.
+  * If quick_exec option is set to true, launching will always start the
+application, not try a terminal for it.
+  * Changed ExoIconView rubberbanding the same way as it's done in GTK+.
+  * Fixed invalid renaming files on moving them around virtual FS.
+  * Fixed crash in vfs-menu module with libmenu-cache 0.3.x.
+
+---

Old:

  libfm-1.2.0.tar.xz

New:

  libfm-1.2.1.tar.xz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.k8gUfY/_old  2014-07-13 17:16:28.0 +0200
+++ /var/tmp/diff_new_pack.k8gUfY/_new  2014-07-13 17:16:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libfm
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
@@ -48,8 +48,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A glib/gio-based lib used to develop file managers providing some
-file management utilities and related-widgets missing in gtk+/glib.
+A glib/gio-based library providing some file management utilities and
+related-widgets missing in gtk+/glib. This is the core of PCManFM. The
+library is desktop independent (not LXDE specific) and has clean API.
+It can be used to develop other applications requiring file management
+functionality. For example, you can create your own file manager with
+facilities provided by libfm.
 
 %package -n libfm4
 Summary:Libfm libraries
@@ -164,7 +168,7 @@
 %{_libdir}/%{name}/modules/vfs-menu.so
 %{_libdir}/%{name}/modules/vfs-search.so
 %{_libdir}/%{name}-extra.so.4
-%{_libdir}/%{name}-extra.so.4.0.0
+%{_libdir}/%{name}-extra.so.4.0.1
 %dir %{_datadir}/%{name}/images/
 %{_datadir}/%{name}/images/folder.png
 %{_datadir}/%{name}/images/unknown.png
@@ -185,7 +189,6 @@
 %defattr(-,root,root)
 %{_includedir}/%{name}-1.0/fm-gtk*.h
 %{_libdir}/pkgconfig/%{name}-gtk.pc
-%{_libdir}/pkgconfig/%{name}-gtk3.pc
 %{_libdir}/%{name}-gtk.so
 
 %files doc

++ libfm-1.2.0.tar.xz -> libfm-1.2.1.tar.xz ++
 28810 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-05-17 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-05-18 06:49:59

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-05-14 
10:26:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-05-18 
06:50:01.0 +0200
@@ -1,0 +2,6 @@
+Fri May 16 12:04:27 UTC 2014 - and...@opensuse.org
+
+- enabled udisk support for libfm
+- restored preferences patch previously disabled by mistake
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.Rtaznq/_old  2014-05-18 06:50:02.0 +0200
+++ /var/tmp/diff_new_pack.Rtaznq/_new  2014-05-18 06:50:02.0 +0200
@@ -25,12 +25,14 @@
 Url:http://www.lxde.org/
 Source: %{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
+Patch0: libfm-default-config.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  menu-cache-devel >= 0.3.2
+BuildRequires:  pkgconfig(dbus-glib-1)
 # Optional: needed for custom actions support
 BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
@@ -104,10 +106,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
 --enable-gtk-doc \
+--enable-udisks \
--disable-static
 
 # remove rpath

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-05-14 10:26:10

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-03-30 
12:16:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-05-14 
10:26:15.0 +0200
@@ -1,0 +2,17 @@
+Tue May 13 13:35:46 UTC 2014 - and...@opensuse.org
+
+- removed Fedora 20 spec file if/else - not required
+
+---
+Mon May 12 08:06:31 UTC 2014 - and...@opensuse.org
+
+- split gtk development files on a sub package to prepare the
+  building and release of LXDE-QT 
+
+---
+Sun May 11 14:41:55 UTC 2014 - and...@opensuse.org
+
+- allow building of Fedora 20
+- removed duplicate BuildRequire
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.D9eFba/_old  2014-05-14 10:26:16.0 +0200
+++ /var/tmp/diff_new_pack.D9eFba/_new  2014-05-14 10:26:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,30 +25,25 @@
 Url:http://www.lxde.org/
 Source: %{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
-BuildRequires:  gtk2-devel
-BuildRequires:  menu-cache-devel >= 0.3.2
-BuildRequires:  libtool
-BuildRequires:  intltool
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  update-desktop-files
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libtool
+BuildRequires:  menu-cache-devel >= 0.3.2
 # Optional: needed for custom actions support
 BuildRequires:  vala >= 0.13.0
 # Optional: HTML developers documentation
 BuildRequires:  gtk-doc
 # Optional: needed to load embbeded thumbnails in jpeg
 BuildRequires:  libexif-devel
-Requires(pre):  desktop-file-utils
-Requires(pre):  shared-mime-info
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 Recommends: lxshortcut-%{version}
-BuildRequires:  intltool
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  update-desktop-files
-
 %lang_package
+Requires(pre):  desktop-file-utils
+Requires(pre):  shared-mime-info
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A glib/gio-based lib used to develop file managers providing some
@@ -59,14 +54,14 @@
 Group:  System/Libraries
 
 %description -n libfm4
-libfm libraries for development
+libfm main library
 
 %package -n libfm-gtk4
 Summary:GTK libfm libraries
 Group:  System/Libraries
 
 %description -n libfm-gtk4
-GTK libfm libraries for development
+GTK system libraries for libfm
 
 %package -n lxshortcut
 Summary:   Create shortcuts for LXDE
@@ -79,16 +74,26 @@
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
-Requires:   gtk2-devel
-Requires:   pkg-config
 Requires:   %{name}= %{version}
-Requires:   libfm-gtk4 = %{version}
 Requires:   libfm4 = %{version}
+Requires:   pkg-config
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
+%package -n libfm-gtk-devel
+Summary:GTK devel files for libfm
+Group:  Development/Libraries/C and C++
+Requires:   %{name}= %{version}
+Requires:   gtk2-devel
+Requires:   libfm-gtk4 = %{version}
+Requires:   libfm4 = %{version}
+Requires:   pkg-config
+
+%description -n libfm-gtk-devel
+GTK libfm libraries for development
+
 %package doc
 Summary:GTK libfm libraries
 Group:  Documentation/Other
@@ -102,8 +107,8 @@
 
 %build
 %configure \
-   --disable-static \
-   --enable-gtk-doc
+--enable-gtk-doc \
+   --disable-static
 
 # remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -166,13 +171,18 @@
 %defattr(-,root,root)
 %dir %{_includedir}/%{name}-1.0
 %{_includedir}/%{name}
+%exclude %{_includedir}/%{name}-1.0/fm-gtk*.h
 %{_includedir}/%{name}-1.0/*.h
 %{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/%{name}.so
+%{_libdir}/%{name}-extra.so
+
+%files -

commit libfm for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-03-30 12:13:24

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2014-03-04 
13:41:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-03-30 
12:16:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 28 16:58:56 UTC 2014 - t...@gmx.com
+
+- spec file fix
+  * removed unnecessary %dir %{_libdir} to avoid standard-dir-owned-by-package
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.y69Rag/_old  2014-03-30 12:16:26.0 +0200
+++ /var/tmp/diff_new_pack.y69Rag/_new  2014-03-30 12:16:26.0 +0200
@@ -48,12 +48,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 
+%lang_package
+
 %description
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
-%lang_package
-
 %package -n libfm4
 Summary:Libfm libraries
 Group:  System/Libraries
@@ -146,7 +146,6 @@
 %defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/%{name}
 %config %{_sysconfdir}/xdg/%{name}/%{name}.conf
-%dir %{_libdir}
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/modules
 %{_libdir}/%{name}/modules/gtk-fileprop-x-desktop.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2014-03-04 13:41:46

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2013-09-11 
12:18:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2014-03-04 
13:41:48.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb 23 16:28:36 UTC 2014 - t...@gmx.com
+
+- New upstream version 1.2.0
+  * detailed changelog at http://blog.lxde.org/?p=1082
+- Removed build compatibility with discontinued versions (<= 12.2)
+- Disabled debug on configure to improve performance
+- Fixed typo in %{?_smp_mflags} macro
+- Built against GKT2 to override GTK3 issues
+- Splitted lang package
+- LXShortcut is now built as a subpackage
+
+---

Old:

  libfm-1.1.2.2.tar.gz

New:

  libfm-1.2.0.tar.xz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.zVyLNe/_old  2014-03-04 13:41:48.0 +0100
+++ /var/tmp/diff_new_pack.zVyLNe/_new  2014-03-04 13:41:48.0 +0100
@@ -17,73 +17,73 @@
 
 
 Name:   libfm
-Version:1.1.2.2
+Version:1.2.0
 Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
-Patch:  %{name}-default-config.patch
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  gtk-doc
-%if 0%{?suse_version} <= 1220
 BuildRequires:  gtk2-devel
-%else
-BuildRequires:  gtk3-devel
-%endif
-BuildRequires:  intltool
-BuildRequires:  libexif-devel
-BuildRequires:  libtool
 BuildRequires:  menu-cache-devel >= 0.3.2
+BuildRequires:  libtool
+BuildRequires:  intltool
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
+# Optional: needed for custom actions support
 BuildRequires:  vala >= 0.13.0
+# Optional: HTML developers documentation
+BuildRequires:  gtk-doc
+# Optional: needed to load embbeded thumbnails in jpeg
+BuildRequires:  libexif-devel
 Requires(pre):  desktop-file-utils
 Requires(pre):  shared-mime-info
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: %{name}-lang
+Recommends: lxshortcut-%{version}
+BuildRequires:  intltool
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  update-desktop-files
 
 %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 libfm3
+%lang_package
+
+%package -n libfm4
 Summary:Libfm libraries
 Group:  System/Libraries
 
-%description  -n libfm3
+%description -n libfm4
 libfm libraries for development
 
-%if 0%{?suse_version} <= 1220
-%package -n libfm-gtk3
-Summary:GTK2 libfm libraries
+%package -n libfm-gtk4
+Summary:GTK libfm libraries
 Group:  System/Libraries
 
-%description  -n libfm-gtk3
+%description -n libfm-gtk4
 GTK libfm libraries for development
-%else
-%package -n libfm-gtk3-3
-Summary:GTK3 libfm libraries
-Group:  System/Libraries
 
-%description  -n libfm-gtk3-3
-GTK libfm libraries for development
-%endif
+%package -n lxshortcut
+Summary:   Create shortcuts for LXDE
+Group:  System/GUI/LXDE
+
+%description -n lxshortcut
+LXShortcut is a small program used to edit application shortcuts
+created with freedesktop.org Desktop Entry spec.
 
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
-%if 0%{?suse_version} <= 1220
 Requires:   gtk2-devel
-Requires:   libfm-gtk3 = %{version}
-%else
-Requires:   gtk3-devel
-Requires:   libfm-gtk3-3 = %{version}
-%endif
-Requires:   libfm3 = %{version}
 Requires:   pkg-config
+Requires:   %{name}= %{version}
+Requires:   libfm-gtk4 = %{version}
+Requires:   libfm4 = %{version}
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
@@ -99,81 +99,70 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %configure \
--disable-static \
-%if 0%{?suse_version} > 1220
-   --with-gtk=3 \
-%endif
-   --enable-debug \
--enable-gtk-doc
 
 # remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mfalgs}
+# macro

commit libfm for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2013-09-11 12:18:46

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2013-07-26 
15:51:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2013-09-11 
12:18:47.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep  5 09:22:37 UTC 2013 - i...@marguerite.su
+
+- update version 1.1.2.2
+  * Increase ABI revision to 5 before release (now ABI code is 4:5:1)
+  * Add weak notify on Places view to detach it from context menu.
+  * Call GtkWidget’s handler button_release_event() before we unmount.
+  * Make ‘make check’ work (the docs/Makefile.am contains incorrect statement).
+  * Check file name before id when launch GDesktopAppInfo.
+  * Fix crash with no terminal defined in config file.
+  * text/uri-list in DnD should be ended with \r\n not just \n
+  * Fix incorrect terminal config statement parsing.
+- remove libfm-1.1.0-gtk3_doc.patch, upstream fixed.
+
+---

Old:

  libfm-1.1.0-gtk3_doc.patch
  libfm-1.1.0.tar.gz

New:

  libfm-1.1.2.2.tar.gz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.IgMf30/_old  2013-09-11 12:18:48.0 +0200
+++ /var/tmp/diff_new_pack.IgMf30/_new  2013-09-11 12:18:48.0 +0200
@@ -17,18 +17,15 @@
 
 
 Name:   libfm
+Version:1.1.2.2
+Release:0
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Version:1.1.0
-Release:0
 Url:http://www.lxde.org/
-Source0:%name-%version.tar.gz
-Source1:%name-rpmlintrc
-Patch0: %name-default-config.patch
-Patch1: %name-1.1.0-gtk3_doc.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  desktop-file-utils
+Source: %{name}-%{version}.tar.gz
+Source1:%{name}-rpmlintrc
+Patch:  %{name}-default-config.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
@@ -43,8 +40,9 @@
 BuildRequires:  menu-cache-devel >= 0.3.2
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.13.0
-PreReq: desktop-file-utils
-PreReq: shared-mime-info
+Requires(pre):  desktop-file-utils
+Requires(pre):  shared-mime-info
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A glib/gio-based lib used to develop file managers providing some
@@ -76,15 +74,15 @@
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
-Requires:   %name = %version
+Requires:   %{name} = %{version}
 %if 0%{?suse_version} <= 1220
 Requires:   gtk2-devel
-Requires:   libfm-gtk3 = %version
+Requires:   libfm-gtk3 = %{version}
 %else
 Requires:   gtk3-devel
-Requires:   libfm-gtk3-3 = %version
+Requires:   libfm-gtk3-3 = %{version}
 %endif
-Requires:   libfm3 = %version
+Requires:   libfm3 = %{version}
 Requires:   pkg-config
 
 %description devel
@@ -94,17 +92,14 @@
 %package doc
 Summary:GTK libfm libraries
 Group:  Documentation/Other
-Requires:   %name >= %version
+Requires:   %{name} >= %{version}
 
 %description doc
 libfm developers documentation
 
 %prep
 %setup -q
-%patch0 -p1
-%if 0%{?suse_version} > 1220
-%patch1 -p1
-%endif
+%patch -p1
 
 %build
 %configure \
@@ -122,13 +117,13 @@
 make %{?_smp_mfalgs}
 
 %install
-%makeinstall
-%__rm -f %{buildroot}%{_libdir}/*.la
-%__rm -f %{buildroot}/%{_libdir}/gio/modules/libgiofm.la
-%__rm -f %{buildroot}%{_sysconfdir}/xdg/%name/pref-apps.conf
-%__rm -f %{buildroot}%{_bindir}/libfm-pref-apps
-%__rm -f %{buildroot}%{_datadir}/applications/libfm-pref-apps.desktop
-%__rm -f %{buildroot}%{_mandir}/man1/libfm-pref-apps.1
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}/%{_libdir}/gio/modules/libgiofm.la
+rm -f %{buildroot}%{_sysconfdir}/xdg/%{name}/pref-apps.conf
+rm -f %{buildroot}%{_bindir}/libfm-pref-apps
+rm -f %{buildroot}%{_datadir}/applications/libfm-pref-apps.desktop
+rm -f %{buildroot}%{_mandir}/man1/libfm-pref-apps.1
 
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale
@@ -155,11 +150,11 @@
 
 %postun -n libfm3 -p /sbin/ldconfig
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root)
-%dir %{_sysconfdir}/xdg/%name
-%config %{_sysconfdir}/xdg/%name/%name.conf
-%{_datadir}/mime/packages/%name.xml
+%dir %{_sysconfdir}/xdg/%{name}
+%config %{_sysconfdir}/xdg/%{name}/%{name}.conf
+%{_datadir}/mime/packages/%{nam

commit libfm for openSUSE:Factory

2013-07-26 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2013-07-26 15:51:27

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm"

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2013-01-02 
12:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2013-07-26 
15:51:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 26 10:39:51 UTC 2013 - tchva...@suse.com
+
+- Fix build with rpm-4.11
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.DfwzIP/_old  2013-07-26 15:51:28.0 +0200
+++ /var/tmp/diff_new_pack.DfwzIP/_new  2013-07-26 15:51:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -181,8 +181,8 @@
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/%name
 %dir %{_includedir}/%name-1.0
+%{_includedir}/%name
 %{_includedir}/%name-1.0/*.h
 %{_libdir}/pkgconfig/%name.pc
 %{_libdir}/pkgconfig/%name-gtk.pc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2013-01-02 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2013-01-02 12:58:20

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2012-08-24 
13:52:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2013-01-02 
12:58:22.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec 19 08:34:50 UTC 2012 - and...@opensuse.org
+
+- New upstream version 1.1.0
+  * detailed changelog at http://blog.lxde.org/?p=951 
+- removed libfm-1.0.1-test.patch now in upstream code
+- removed autoconf from BuilRequires, no more needed
+- migration to gtk3 for suse > 12.2
+- added libfm-1.1.0-gtk3_doc.patch to fix doc builds with GTK3 enable
+- dropped support for suse < 11.4
+
+---
+Sun Oct  7 16:40:14 UTC 2012 - and...@opensuse.org
+
+- new upstream version 1.0.1 
+
+---

Old:

  libfm-1.0.tar.gz

New:

  libfm-1.1.0-gtk3_doc.patch
  libfm-1.1.0.tar.gz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.WmogwU/_old  2013-01-02 12:58:24.0 +0100
+++ /var/tmp/diff_new_pack.WmogwU/_new  2013-01-02 12:58:24.0 +0100
@@ -20,22 +20,29 @@
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Version:1.0
+Version:1.1.0
 Release:0
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.gz
 Source1:%name-rpmlintrc
 Patch0: %name-default-config.patch
+Patch1: %name-1.1.0-gtk3_doc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
+%if 0%{?suse_version} <= 1220
 BuildRequires:  gtk2-devel
+%else
+BuildRequires:  gtk3-devel
+%endif
 BuildRequires:  intltool
+BuildRequires:  libexif-devel
 BuildRequires:  libtool
 BuildRequires:  menu-cache-devel >= 0.3.2
 BuildRequires:  update-desktop-files
+BuildRequires:  vala >= 0.13.0
 PreReq: desktop-file-utils
 PreReq: shared-mime-info
 
@@ -50,20 +57,33 @@
 %description  -n libfm3
 libfm libraries for development
 
+%if 0%{?suse_version} <= 1220
 %package -n libfm-gtk3
-Summary:GTK libfm libraries
+Summary:GTK2 libfm libraries
 Group:  System/Libraries
 
 %description  -n libfm-gtk3
 GTK libfm libraries for development
+%else
+%package -n libfm-gtk3-3
+Summary:GTK3 libfm libraries
+Group:  System/Libraries
+
+%description  -n libfm-gtk3-3
+GTK libfm libraries for development
+%endif
 
 %package devel
 Summary:Devel files for libfm
 Group:  Development/Libraries/C and C++
 Requires:   %name = %version
-Requires:   glib2-devel
+%if 0%{?suse_version} <= 1220
 Requires:   gtk2-devel
 Requires:   libfm-gtk3 = %version
+%else
+Requires:   gtk3-devel
+Requires:   libfm-gtk3-3 = %version
+%endif
 Requires:   libfm3 = %version
 Requires:   pkg-config
 
@@ -82,10 +102,16 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} > 1220
+%patch1 -p1
+%endif
 
 %build
 %configure \
--disable-static \
+%if 0%{?suse_version} > 1220
+   --with-gtk=3 \
+%endif
--enable-debug \
--enable-gtk-doc
 
@@ -99,15 +125,11 @@
 %makeinstall
 %__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
-%if 0%{?suse_version} >= 1140
 %__rm -f %{buildroot}%{_sysconfdir}/xdg/%name/pref-apps.conf
 %__rm -f %{buildroot}%{_bindir}/libfm-pref-apps
 %__rm -f %{buildroot}%{_datadir}/applications/libfm-pref-apps.desktop
 %__rm -f %{buildroot}%{_mandir}/man1/libfm-pref-apps.1
-%else
-%suse_update_desktop_file libfm-pref-apps
-%endif
+
 %find_lang %{name}
 %fdupes -s %{buildroot}/%{_datadir}/locale
 
@@ -119,9 +141,15 @@
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /usr/bin/update-desktop-database
 
+%if 0%{?suse_version} <= 1220
 %post -n libfm-gtk3 -p /sbin/ldconfig
 
 %postun -n libfm-gtk3 -p /sbin/ldconfig
+%else
+%post -n libfm-gtk3-3 -p /sbin/ldconfig
+
+%postun -n libfm-gtk3-3 -p /sbin/ldconfig
+%endif
 
 %post -n libfm3 -p /sbin/ldconfig
 
@@ -132,23 +160,20 @@
 %dir %{_sysconfdir}/xdg/%name
 %config %{_sysconfdir}/xdg/%name/%name.conf
 %{_datadir}/mime/packages/%name.xml
-%if 0%{?suse_version} < 1140
-%config %{_sysconfdir}/xdg/%name/pref-apps.conf
-%{_b

commit libfm for openSUSE:Factory

2012-08-24 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2012-08-24 13:52:03

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2012-08-22 
14:36:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2012-08-24 
13:52:05.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 21 07:21:41 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No GPL-2.0 (i.e. version 2 "only") licenses found in the package
+
+---



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.BOIQfQ/_old  2012-08-24 13:52:06.0 +0200
+++ /var/tmp/diff_new_pack.BOIQfQ/_new  2012-08-24 13:52:06.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
-License:GPL-2.0
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Version:1.0
 Release:0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2012-08-22 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2012-08-22 14:36:25

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2012-06-07 
15:39:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2012-08-22 
14:36:27.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 19 12:07:26 UTC 2012 - and...@opensuse.org
+
+- New upstream version 1.0
+- removed autoconf Build Requires and Patch file
+- complete changelog at http://blog.lxde.org/?p=939
+
+---

Old:

  libfm-0.1.17.tar.bz2
  libfm-automake.diff

New:

  libfm-1.0.tar.gz



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.Pg6dMc/_old  2012-08-22 14:36:34.0 +0200
+++ /var/tmp/diff_new_pack.Pg6dMc/_new  2012-08-22 14:36:34.0 +0200
@@ -20,15 +20,13 @@
 Summary:A glib/gio-based lib used to develop file managers
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
-Version:0.1.17_rc4
+Version:1.0
 Release:0
 Url:http://www.lxde.org/
-Source0:%name-0.1.17.tar.bz2
+Source0:%name-%version.tar.gz
 Source1:%name-rpmlintrc
 Patch0: %name-default-config.patch
-Patch1: libfm-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf >= 2.63
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -45,18 +43,18 @@
 A glib/gio-based lib used to develop file managers providing some
 file management utilities and related-widgets missing in gtk+/glib.
 
-%package -n libfm1
+%package -n libfm3
 Summary:Libfm libraries
 Group:  System/Libraries
 
-%description  -n libfm1
+%description  -n libfm3
 libfm libraries for development
 
-%package -n libfm-gtk1
+%package -n libfm-gtk3
 Summary:GTK libfm libraries
 Group:  System/Libraries
 
-%description  -n libfm-gtk1
+%description  -n libfm-gtk3
 GTK libfm libraries for development
 
 %package devel
@@ -65,8 +63,8 @@
 Requires:   %name = %version
 Requires:   glib2-devel
 Requires:   gtk2-devel
-Requires:   libfm-gtk1 = %version
-Requires:   libfm1 = %version
+Requires:   libfm-gtk3 = %version
+Requires:   libfm3 = %version
 Requires:   pkg-config
 
 %description devel
@@ -82,11 +80,10 @@
 libfm developers documentation
 
 %prep
-%setup -q -n %name-0.1.17
-%patch -P 0 -P 1 -p1
+%setup -q
+%patch0 -p1
 
 %build
-autoreconf -fi
 %configure \
--disable-static \
--enable-debug \
@@ -107,6 +104,7 @@
 %__rm -f %{buildroot}%{_sysconfdir}/xdg/%name/pref-apps.conf
 %__rm -f %{buildroot}%{_bindir}/libfm-pref-apps
 %__rm -f %{buildroot}%{_datadir}/applications/libfm-pref-apps.desktop
+%__rm -f %{buildroot}%{_mandir}/man1/libfm-pref-apps.1
 %else
 %suse_update_desktop_file libfm-pref-apps
 %endif
@@ -121,13 +119,13 @@
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /usr/bin/update-desktop-database
 
-%post -n libfm-gtk1 -p /sbin/ldconfig
+%post -n libfm-gtk3 -p /sbin/ldconfig
 
-%postun -n libfm-gtk1 -p /sbin/ldconfig
+%postun -n libfm-gtk3 -p /sbin/ldconfig
 
-%post -n libfm1 -p /sbin/ldconfig
+%post -n libfm3 -p /sbin/ldconfig
 
-%postun -n libfm1 -p /sbin/ldconfig
+%postun -n libfm3 -p /sbin/ldconfig
 
 %files -f %name.lang
 %defattr(-,root,root)
@@ -138,16 +136,17 @@
 %config %{_sysconfdir}/xdg/%name/pref-apps.conf
 %{_bindir}/libfm-pref-apps
 %{_datadir}/applications/libfm-pref-apps.desktop
+%{_mandir}/man1/libfm-pref-apps.1.gz
 %endif
 
-%files -n libfm1
+%files -n libfm3
 %defattr(-,root,root)
 %{_libdir}/libfm.so.*
 %if 0%{?suse_version} < 1140
 %{_libdir}/gio/modules/libgiofm.so
 %endif
 
-%files -n libfm-gtk1
+%files -n libfm-gtk3
 %defattr(-,root,root)
 %{_libdir}/libfm-gtk.so.*
 %dir %{_datadir}/%name

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2012-06-07 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2012-06-07 15:38:50

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2011-11-14 
12:11:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2012-06-07 
15:39:02.0 +0200
@@ -1,0 +2,7 @@
+Tue May 29 10:39:18 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+- Resolve build exiting due to -Werror and unsatisfied macros
+
+---

New:

  libfm-automake.diff



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.zzmr7h/_old  2012-06-07 15:39:03.0 +0200
+++ /var/tmp/diff_new_pack.zzmr7h/_new  2012-06-07 15:39:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfm
 #
-# 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
@@ -15,30 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
-Version:0.1.17_rc4
-Release:1
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
+Version:0.1.17_rc4
+Release:0
 Url:http://www.lxde.org/
 Source0:%name-0.1.17.tar.bz2
 Source1:%name-rpmlintrc
 Patch0: %name-default-config.patch
+Patch1: libfm-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf >= 2.63
+BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
 BuildRequires:  gtk-doc
+BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  menu-cache-devel >= 0.3.2
-BuildRequires:  desktop-file-utils
 BuildRequires:  update-desktop-files
-BuildRequires:  fdupes
-BuildRequires:  autoconf
 PreReq: desktop-file-utils
 PreReq: shared-mime-info
 
@@ -47,30 +46,27 @@
 file management utilities and related-widgets missing in gtk+/glib.
 
 %package -n libfm1
-License:GPL-2.0
-Group:  System/Libraries
 Summary:Libfm libraries
+Group:  System/Libraries
 
 %description  -n libfm1
 libfm libraries for development
 
 %package -n libfm-gtk1
-License:GPL-2.0
-Group:  System/Libraries
 Summary:GTK libfm libraries
+Group:  System/Libraries
 
 %description  -n libfm-gtk1
 GTK libfm libraries for development
 
 %package devel
-License:GPL-2.0
-Group:  Development/Libraries/C and C++
 Summary:Devel files for libfm
-Requires:   libfm1 = %version
-Requires:   libfm-gtk1 = %version
+Group:  Development/Libraries/C and C++
 Requires:   %name = %version
-Requires:   gtk2-devel
 Requires:   glib2-devel
+Requires:   gtk2-devel
+Requires:   libfm-gtk1 = %version
+Requires:   libfm1 = %version
 Requires:   pkg-config
 
 %description devel
@@ -78,9 +74,8 @@
 file management utilities and related-widgets missing in gtk+/glib.
 
 %package doc
-License:GPL-2.0
-Group:  Documentation/Other
 Summary:GTK libfm libraries
+Group:  Documentation/Other
 Requires:   %name >= %version
 
 %description doc
@@ -88,7 +83,7 @@
 
 %prep
 %setup -q -n %name-0.1.17
-%patch0 -p1
+%patch -P 0 -P 1 -p1
 
 %build
 autoreconf -fi
@@ -101,7 +96,7 @@
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool 
 
-%__make
+make %{?_smp_mfalgs}
 
 %install
 %makeinstall
@@ -134,9 +129,6 @@
 
 %postun -n libfm1 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %name.lang
 %defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/%name

++ libfm-automake.diff ++
From: Jan Engelhardt 
Date: 2012-05-29 12:38:33.039968198 +0200

Add AM_PROG_AR, AM_PROG_CC_C_O, but also kill -Werror because
%-style is sometimes not fixable quickly.

automake: warnings are treated as errors
data/ui/Makefile.am:21: warning: '%'-style pattern rules are a GNU make 
extension
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libgiofm.la': linking 
libtool libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires

commit libfm for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2011-12-06 18:23:30

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:




Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.7NscpF/_old  2011-12-06 18:41:21.0 +0100
+++ /var/tmp/diff_new_pack.7NscpF/_new  2011-12-06 18:41:21.0 +0100
@@ -22,7 +22,7 @@
 Summary:A glib/gio-based lib used to develop file managers
 Version:0.1.17_rc4
 Release:1
-License:GPLv2
+License:GPL-2.0
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
 Source0:%name-0.1.17.tar.bz2
@@ -47,7 +47,7 @@
 file management utilities and related-widgets missing in gtk+/glib.
 
 %package -n libfm1
-License:GPLv2
+License:GPL-2.0
 Group:  System/Libraries
 Summary:Libfm libraries
 
@@ -55,7 +55,7 @@
 libfm libraries for development
 
 %package -n libfm-gtk1
-License:GPLv2
+License:GPL-2.0
 Group:  System/Libraries
 Summary:GTK libfm libraries
 
@@ -63,7 +63,7 @@
 GTK libfm libraries for development
 
 %package devel
-License:GPLv2
+License:GPL-2.0
 Group:  Development/Libraries/C and C++
 Summary:Devel files for libfm
 Requires:   libfm1 = %version
@@ -78,7 +78,7 @@
 file management utilities and related-widgets missing in gtk+/glib.
 
 %package doc
-License:GPLv2
+License:GPL-2.0
 Group:  Documentation/Other
 Summary:GTK libfm libraries
 Requires:   %name >= %version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package libfm for openSUSE:Factory checked 
in at 2011-11-14 12:11:01

Comparing /work/SRC/openSUSE:Factory/libfm (Old)
 and  /work/SRC/openSUSE:Factory/.libfm.new (New)


Package is "libfm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libfm/libfm.changes  2011-09-23 
02:08:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfm.new/libfm.changes 2011-11-14 
12:11:03.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 13 09:16:25 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---
+Thu Oct 27 15:10:01 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.1.17 rc4
+  detailed changelog at: http://blog.lxde.org/?p=911
+- removed libfm-0.1.16-fix_build_older_gtk.patch
+
+---

Old:

  libfm-0.1.16-fix_build_older_gtk.patch
  libfm-0.1.16.tar.bz2

New:

  libfm-0.1.17.tar.bz2



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.wOoznz/_old  2011-11-14 12:11:04.0 +0100
+++ /var/tmp/diff_new_pack.wOoznz/_new  2011-11-14 12:11:04.0 +0100
@@ -20,20 +20,20 @@
 
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
-Version:0.1.16_rc3
+Version:0.1.17_rc4
 Release:1
 License:GPLv2
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
-Source0:%name-0.1.16.tar.bz2
+Source0:%name-0.1.17.tar.bz2
 Source1:%name-rpmlintrc
 Patch0: %name-default-config.patch
-Patch1: %name-0.1.16-fix_build_older_gtk.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  menu-cache-devel >= 0.3.2
 BuildRequires:  desktop-file-utils
 BuildRequires:  update-desktop-files
@@ -87,9 +87,8 @@
 libfm developers documentation
 
 %prep
-%setup -q -n %name-0.1.16
+%setup -q -n %name-0.1.17
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoreconf -fi

++ libfm-0.1.16.tar.bz2 -> libfm-0.1.17.tar.bz2 ++
 18379 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfm for openSUSE:Factory

2011-08-12 Thread h_root

Hello community,

here is the log from the commit of package libfm for openSUSE:Factory
checked in at Fri Aug 12 13:34:03 CEST 2011.




--- libfm/libfm.changes 2011-06-21 11:56:38.0 +0200
+++ /mounts/work_src_done/STABLE/libfm/libfm.changes2011-08-10 
02:37:22.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug 10 00:37:31 UTC 2011 - and...@opensuse.org
+
+- 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 - and...@opensuse.org
+
+- 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 
+
+---

calling whatdependson for head-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-fix_build_older_gtk.patch
  libfm-0.1.16.tar.bz2



Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.tg0nDW/_old  2011-08-12 13:33:04.0 +0200
+++ /var/tmp/diff_new_pack.tg0nDW/_new  2011-08-12 13:33:04.0 +0200
@@ -20,18 +20,15 @@
 
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
-Version:0.1.14_rc2
-Release:9
+Version:0.1.16_rc3
+Release:1
 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 - 
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
+Patch1: %name-0.1.16-fix_build_older_gtk.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -42,7 +39,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  fdupes
 BuildRequires:  autoconf
-BuildRequires:  gtk-doc
 PreReq: desktop-file-utils
 PreReq: shared-mime-info
 
@@ -50,28 +46,28 @@
 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
@@ -91,16 +87,12 @@
 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 \
@@ -114,7 +106,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
@@ -136,13 +127,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}
@@ -152,22 +143,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
 %d

commit libfm for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package libfm for openSUSE:Factory
checked in at Wed Jun 22 10:47:01 CEST 2011.




--- libfm/libfm.changes 2011-01-24 14:48:33.0 +0100
+++ /mounts/work_src_done/STABLE/libfm/libfm.changes2011-06-21 
11:56:38.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 09:56:23 UTC 2011 - co...@novell.com
+
+- add prerequires for the rpm scripts
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.QK6bdQ/_old  2011-06-22 10:46:50.0 +0200
+++ /var/tmp/diff_new_pack.QK6bdQ/_new  2011-06-22 10:46:50.0 +0200
@@ -21,7 +21,7 @@
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
 Version:0.1.14_rc2
-Release:3
+Release:9
 License:GPLv2
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
@@ -43,6 +43,8 @@
 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






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org