forked from pool/sushi
Accepting request 329029 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329029 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=55
This commit is contained in:
parent
44d203e798
commit
8f709256d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034
|
||||
size 282588
|
3
sushi-3.17.4.tar.xz
Normal file
3
sushi-3.17.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:339adada79990b7f916d13b9786d38d4723b90a5c35de114bf341c7817518ac4
|
||||
size 283244
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: sushi
|
||||
Version: 3.16.0
|
||||
Version: 3.17.4
|
||||
Release: 0
|
||||
Summary: Quick Previewer for Nautilus
|
||||
License: SUSE-GPL-2.0-with-plugin-exception
|
||||
Group: Productivity/File utilities
|
||||
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.17/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
%ifarch %ix86 x86_64
|
||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(clutter-x11-1.0)
|
||||
BuildRequires: pkgconfig(evince-document-3.0)
|
||||
BuildRequires: pkgconfig(evince-view-3.0)
|
||||
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(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||
@ -84,7 +84,6 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_bindir}/sushi
|
||||
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
|
||||
%{_datadir}/sushi/
|
||||
%{_libdir}/sushi/
|
||||
%{_libexecdir}/sushi-start
|
||||
|
Loading…
Reference in New Issue
Block a user