Hello community, here is the log from the commit of package raw-thumbnailer for openSUSE:Factory checked in at 2013-04-14 11:41:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/raw-thumbnailer (Old) and /work/SRC/openSUSE:Factory/.raw-thumbnailer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raw-thumbnailer", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/raw-thumbnailer/raw-thumbnailer.changes 2012-01-05 19:15:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.raw-thumbnailer.new/raw-thumbnailer.changes 2013-04-14 11:41:21.000000000 +0200 @@ -1,0 +2,13 @@ +Fri Mar 29 11:29:59 UTC 2013 - [email protected] + +- Remove Obsolete tag for dcraw-gnome package - it is too old. +- Change summary and description of the package, add it's Russian + translation. +- Add raw-thumbnailer-3.0.0-mime-data-remove.patch: Remove mime + type definitions: it is duplicate of definition in + shared-mime-info package. +- Add shared-mime-info Requires. +- Add raw-thumbnailer-3.0.0-add-Panasonic.patch: dd support for + image/x-panasonic-raw and image/x-panasonic-raw2. + +------------------------------------------------------------------- New: ---- raw-thumbnailer-3.0.0-add-Panasonic.patch raw-thumbnailer-3.0.0-mime-data-remove.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raw-thumbnailer.spec ++++++ --- /var/tmp/diff_new_pack.LAALde/_old 2013-04-14 11:41:23.000000000 +0200 +++ /var/tmp/diff_new_pack.LAALde/_new 2013-04-14 11:41:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package raw-thumbnailer # -# Copyright (c) 2011 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 @@ -15,28 +15,37 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: raw-thumbnailer Version: 3.0.0 Release: 0 -Summary: Thumbnailer for digital camera RAW +Summary: RAW images thumbnailer for GNOME License: GPL-2.0+ Group: Productivity/Graphics/Other Url: http://libopenraw.freedesktop.org Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 +Summary(ru): Генератор миниатюр RAW изображений для GNOME +# PATCH-FEATURE-UPSTREAM raw-thumbnailer-3.0.0-add-Panasonic.patch [email protected] -- Add support for image/x-panasonic-raw and image/x-panasonic-raw2. +Patch0: raw-thumbnailer-3.0.0-add-Panasonic.patch +# PATCH-FIX-OPENSUSE raw-thumbnailer-3.0.0-mime-data-remove.patch [email protected] -- remove mime type definitions - it is duplicate of definition in shared-mime-info package. +Patch1: raw-thumbnailer-3.0.0-mime-data-remove.patch BuildRequires: intltool BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(libopenraw-gnome-1.0) >= 0.0.9 -# All features provided by dcraw-gnome are now handled by other packages: -# Package existed in <= 10.3 and SLE == 10 -Obsoletes: dcraw-gnome <= 0.11 +Requires: shared-mime-info >= 0.90 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A thumbnailer used by Nautilus for digital camera RAW files. +A lightweight and fast thumbnailer used by Nautilus for digital camera RAW files. + +%description -l ru +Быстрое и не требовательное приложение, используемое Nautilus для создание миниатюр RAW файлов, полученных с цифровых камер. %prep %setup -q +%patch0 +%patch1 %build %configure @@ -45,26 +54,10 @@ %install %make_install -%if 0%{?suse_version} > 1130 - -%post -%mime_database_post -%endif - -%if 0%{?suse_version} > 1130 - -%postun -%mime_database_postun -%endif - -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc NEWS COPYING ChangeLog %{_bindir}/raw-thumbnailer -%{_datadir}/mime/packages/raw-thumbnailer.xml %dir %{_datadir}/thumbnailers %{_datadir}/thumbnailers/raw.thumbnailer ++++++ raw-thumbnailer-3.0.0-add-Panasonic.patch ++++++ Author: Alexey Svistunov <[email protected]> Date: 2013-03-29 16:51 +0400 Description: add support for Panasonic digital camera RAW images. Upstream: dead =================================================================== --- data/mime-type-list.txt.orign 2013-03-29 16:49:15.953376911 +0400 +++ data/mime-type-list.txt 2013-03-29 16:50:28.995095533 +0400 @@ -7,3 +7,5 @@ image/x-sony-arw image/x-epson-erf image/x-minolta-mrw +image/x-panasonic-raw +image/x-panasonic-raw2 ++++++ raw-thumbnailer-3.0.0-mime-data-remove.patch ++++++ Author: Alexey Svistunov <[email protected]> Date: 2013-03-29 17:22 +0400 Description: Remove mime a type definition - it is duplicate of definition in shared-mime-info package Upstream: dead =================================================================== --- data/ Makefile.in.orign 2013-03-29 17:21:32.755372422 +0400 +++ data/Makefile.in 2013-03-29 17:22:19.359173407 +0400 @@ -401,7 +401,7 @@ info-am: -install-data-am: install-mimeDATA install-thumbnailerDATA +install-data-am: install-thumbnailerDATA install-dvi: install-dvi-am -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
