Accepting request 44175 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/file-roller via accept of submit request 44175 revision 5.
Request was accepted with message:
thanks, we can probably remove dbus-glib-devel BuildRequires

OBS-URL: https://build.opensuse.org/request/show/44175
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=79
This commit is contained in:
Vincent Untz 2010-08-05 21:57:55 +00:00 committed by Git OBS Bridge
parent 36dcc18661
commit 30fca08071
5 changed files with 20 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e01e6363c4ac059e9cf945668e2998824e291de8ab9a5340c4872af47b21e2fd
size 1834994

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be0310d57804c27bb4550298648ae5da350bd9e982f1b89d2a3939cd479f2a49
size 1832150

View File

@ -1,13 +0,0 @@
Index: file-roller-2.30.1.1/src/eggtreemultidnd.c
===================================================================
--- file-roller-2.30.1.1.orig/src/eggtreemultidnd.c
+++ file-roller-2.30.1.1/src/eggtreemultidnd.c
@@ -310,7 +310,7 @@ egg_tree_multi_drag_motion_event (GtkWid
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (widget));
gtk_tree_selection_selected_foreach (selection, selection_foreach, &path_list);
if (path_list == NULL)
- return;
+ return FALSE;
path_list = g_list_reverse (path_list);

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 26 14:14:22 CEST 2010 - dimstar@opensuse.org
- Update to version 2.31.4:
+ bgo#622900: Migrated from dbus-glib to glib's GDBus
+ Ported to GSettings
+ Updated translations.
- Drop file-roller-voidreturn.patch, upstream fixed.
- Replace gconf scriptlets with gsettings scriptlets.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 8 10:57:13 CEST 2010 - dimstar@opensuse.org Thu Jul 8 10:57:13 CEST 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package file-roller (Version 2.31.3) # spec file for package file-roller (Version 2.31.4)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,15 +18,13 @@
Name: file-roller Name: file-roller
Version: 2.31.3 Version: 2.31.4
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Summary: An Archive Manager for GNOME Summary: An Archive Manager for GNOME
Url: http://fileroller.sourceforge.net Url: http://fileroller.sourceforge.net
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM file-runner-voidreturn.patch bgo#623818 meissner@suse.de -- Fix a warning regarding void return value.
Patch0: %name-voidreturn.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -66,7 +64,7 @@ DocDir: %{_defaultdocdir}
#Suggests: unace #Suggests: unace
#Suggests: unalz #Suggests: unalz
#Suggests: unstuff #Suggests: unstuff
%gconf_schemas_prereq %glib2_gsettings_schema_requires
%description %description
File Roller is an archive manager for GNOME. With it, you can create File Roller is an archive manager for GNOME. With it, you can create
@ -90,7 +88,6 @@ This package contains a plugin to integrate File Roller into Nautilus.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
translation-update-upstream translation-update-upstream
%build %build
@ -106,30 +103,25 @@ translation-update-upstream
%endif %endif
%suse_update_desktop_file -N "File Roller" -G "Archive Manager" %name Archiving %suse_update_desktop_file -N "File Roller" -G "Archive Manager" %name Archiving
%find_lang %{name} %find_lang %{name}
%find_gconf_schemas
rm %{buildroot}%{_libdir}/*/*/*.*a rm %{buildroot}%{_libdir}/*/*/*.*a
%fdupes %{buildroot} %fdupes %{buildroot}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%pre -f %{name}.schemas_pre
%post %post
%glib2_gsettings_schema_post
if test -x usr/bin/update-mime-database ; then if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null usr/bin/update-mime-database usr/share/mime >/dev/null
fi fi
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%postun %postun
%glib2_gsettings_schema_postun
if test -x usr/bin/update-mime-database ; then if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null usr/bin/update-mime-database usr/share/mime >/dev/null
fi fi
%files -f %{name}.schemas_list %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS NEWS README COPYING %doc AUTHORS NEWS README COPYING
%{_bindir}/file-roller %{_bindir}/file-roller
@ -138,6 +130,7 @@ fi
%{_datadir}/file-roller/ %{_datadir}/file-roller/
%{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg %{_datadir}/icons/hicolor/scalable/apps/*.svg
%{_datadir}/glib-2.0/schemas/org.gnome.file-roller.gschema.xml
%files -n nautilus-file-roller %files -n nautilus-file-roller
%defattr(-, root, root) %defattr(-, root, root)