Accepting request 333093 from GNOME:Factory
Update to 3.18.0 (forwarded request 333082 from dimstar) OBS-URL: https://build.opensuse.org/request/show/333093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sushi?expand=0&rev=30
This commit is contained in:
commit
7041a4acfe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034
|
|
||||||
size 282588
|
|
3
sushi-3.18.0.tar.xz
Normal file
3
sushi-3.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c
|
||||||
|
size 294676
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 07:01:10 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.18.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 06:31:31 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.17.4:
|
||||||
|
+ Apply embedded orientation to images.
|
||||||
|
+ Fix encoding problems when loading non utf-8 text files.
|
||||||
|
+ Do not crash when right clicking text previews.
|
||||||
|
+ Add a way to easily run under gdb.
|
||||||
|
+ Use regular GTK client side decorations.
|
||||||
|
+ Use GResource for auxiliary data.
|
||||||
|
+ Fix theming glitches after GTK update.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 13 16:28:42 UTC 2015 - zaitor@opensuse.org
|
Wed May 13 16:28:42 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.16.0
|
Version: 3.18.0
|
||||||
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.16/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/sushi/3.18/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(clutter-x11-1.0)
|
|||||||
BuildRequires: pkgconfig(evince-document-3.0)
|
BuildRequires: pkgconfig(evince-document-3.0)
|
||||||
BuildRequires: pkgconfig(evince-view-3.0)
|
BuildRequires: pkgconfig(evince-view-3.0)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(gjs-1.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(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||||
@ -84,7 +84,6 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_bindir}/sushi
|
%{_bindir}/sushi
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
|
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
|
|
||||||
%{_datadir}/sushi/
|
%{_datadir}/sushi/
|
||||||
%{_libdir}/sushi/
|
%{_libdir}/sushi/
|
||||||
%{_libexecdir}/sushi-start
|
%{_libexecdir}/sushi-start
|
||||||
|
Loading…
Reference in New Issue
Block a user