Accepting request 599993 from home:iznogood:branches:GNOME:Factory
- Update to version 3.28.2: + Fix another LibreOffice to PDF conversion regression. - Changes from version 3.28.1: + Fix LibreOffice to PDF conversion regression. + Add support for docx/pptx/xlsx MIME types. - Changes from version 3.28.0: + Add support for GIF animations. + Use LibreOffice directly instead of unoconv. + Prefer LibreOffice from flatpak when installed. - Drop unoconv BuildRequires and Recommends, following upstream changes. - Replace gobject-introspection-devel with pkgconfig(gobject-introspection-1.0) BuildRequires. - Drop no longer needed post(un) handling of glib2_gsettings_schema_post(un) and glib2_gsettings_schema_requires macro. OBS-URL: https://build.opensuse.org/request/show/599993 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=71
This commit is contained in:
parent
f4350ec74e
commit
483b35b568
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f90bb95172664486f8d529995007fd12f0df9d0c998e20658b6203f46ce70d48
|
|
||||||
size 297332
|
|
3
sushi-3.28.2.tar.xz
Normal file
3
sushi-3.28.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69108339b1593bb2ea227bba24d8cadc60f8a50ed3d7384f0433ce91d2c2cb1c
|
||||||
|
size 298328
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 20 21:18:30 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.28.2:
|
||||||
|
+ Fix another LibreOffice to PDF conversion regression.
|
||||||
|
- Changes from version 3.28.1:
|
||||||
|
+ Fix LibreOffice to PDF conversion regression.
|
||||||
|
+ Add support for docx/pptx/xlsx MIME types.
|
||||||
|
- Changes from version 3.28.0:
|
||||||
|
+ Add support for GIF animations.
|
||||||
|
+ Use LibreOffice directly instead of unoconv.
|
||||||
|
+ Prefer LibreOffice from flatpak when installed.
|
||||||
|
- Drop unoconv BuildRequires and Recommends, following upstream
|
||||||
|
changes.
|
||||||
|
- Replace gobject-introspection-devel with
|
||||||
|
pkgconfig(gobject-introspection-1.0) BuildRequires.
|
||||||
|
- Drop no longer needed post(un) handling of
|
||||||
|
glib2_gsettings_schema_post(un) and
|
||||||
|
glib2_gsettings_schema_requires macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:39:48 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:39:48 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
17
sushi.spec
17
sushi.spec
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.24.0
|
Version: 3.28.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: SUSE-GPL-2.0-with-plugin-exception
|
License: SUSE-GPL-2.0-with-plugin-exception
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/sushi/3.24/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/sushi/3.28/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gobject-introspection-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4
|
BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4
|
||||||
@ -36,6 +35,7 @@ BuildRequires: pkgconfig(evince-view-3.0)
|
|||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.38.0
|
BuildRequires: pkgconfig(gjs-1.0) >= 1.38.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.29.14
|
BuildRequires: pkgconfig(glib-2.0) >= 2.29.14
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||||
@ -45,15 +45,10 @@ BuildRequires: pkgconfig(harfbuzz) >= 0.9.9
|
|||||||
BuildRequires: pkgconfig(libmusicbrainz5)
|
BuildRequires: pkgconfig(libmusicbrainz5)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: unoconv
|
|
||||||
Supplements: nautilus
|
Supplements: nautilus
|
||||||
# libsushi and the typelib were erronously installed in the system libdir...
|
# libsushi and the typelib were erronously installed in the system libdir...
|
||||||
Obsoletes: libsushi-1_0-0 < %{version}
|
Obsoletes: libsushi-1_0-0 < %{version}
|
||||||
Obsoletes: typelib-1_0-Sushi-1_0 < %{version}
|
Obsoletes: typelib-1_0-Sushi-1_0 < %{version}
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
BuildRequires: unoconv
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
||||||
@ -72,12 +67,6 @@ make %{?_smp_mflags}
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
|
Loading…
Reference in New Issue
Block a user