Accepting request 228595 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228595
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:33:19 +00:00 committed by Git OBS Bridge
parent 4d1a32da52
commit 32ef18665b
4 changed files with 35 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Mar 25 12:21:07 UTC 2014 - dimstar@opensuse.org
- Update to version 3.12.0:
+ Stable release, no changes since version 3.11.92.
-------------------------------------------------------------------
Wed Mar 19 10:03:27 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.92:
+ Export to Folder: Fix PyGObject deprecation warnings.
+ Python Console: Fix PyGObject deprecation warnings.
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 13 21:26:31 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.4:
+ Multiplpe plugins: convert to python 3:
- Export to Folder.
- Fullscreen Background.
- Python Console.
+ Fullscreen Background: Adapt to API changes in eog 3.11.3
+ Modernize build system.
+ Raise Python and eog dependencies.
- Add python3 BuildRequires: required for the move to python3.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 15 17:56:25 UTC 2013 - dimstar@opensuse.org Tue Oct 15 17:56:25 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package eog-plugins # spec file for package eog-plugins
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,17 @@
Name: eog-plugins Name: eog-plugins
Version: 3.10.1 Version: 3.12.0
Release: 0 Release: 0
#FIXME: add postr BuildRequires when we have a package #FIXME: add postr BuildRequires when we have a package
Summary: A collection of plugins for Eye of GNOME Summary: A collection of plugins for Eye of GNOME
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Graphics/Viewers Group: Productivity/Graphics/Viewers
Url: http://live.gnome.org/EyeOfGnome/Plugins Url: http://live.gnome.org/EyeOfGnome/Plugins
Source: http://download.gnome.org/sources/eog-plugins/3.10/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/eog-plugins/3.12/%{name}-%{version}.tar.xz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool BuildRequires: intltool
BuildRequires: python3 >= 3.2
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0 BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2 BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2
@ -73,6 +74,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/eog/plugins/*.py* %{_libdir}/eog/plugins/*.py*
%{_libdir}/eog/plugins/*.so %{_libdir}/eog/plugins/*.so
%{_libdir}/eog/plugins/__pycache__/
%{_libdir}/eog/plugins/pythonconsole/ %{_libdir}/eog/plugins/pythonconsole/
# Explicit list of plugins # Explicit list of plugins
%{_libdir}/eog/plugins/exif-display.plugin %{_libdir}/eog/plugins/exif-display.plugin