Accepting request 85623 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/85623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog?expand=0&rev=72
This commit is contained in:
commit
31ce0b2b67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5353e68f1b75fac486d77456dd5ee219789b5bfd6f000ec1424604cfcbee87c2
|
||||
size 3164115
|
3
eog-3.2.0.tar.bz2
Normal file
3
eog-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c11f5b9182c6fdc7f111eaca2a487d2c101c118ca0083f503bedd66595d8631a
|
||||
size 3161183
|
@ -1,25 +0,0 @@
|
||||
commit d7526fe85b71b7de82d7c7a5404abbd7251c2a27
|
||||
Author: Vincent Untz <vuntz@gnome.org>
|
||||
Date: Wed Sep 14 22:37:57 2011 +0200
|
||||
|
||||
build: Update list of doc figures
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=659093
|
||||
|
||||
diff --git a/help/Makefile.am b/help/Makefile.am
|
||||
index 9221352..b52905e 100644
|
||||
--- a/help/Makefile.am
|
||||
+++ b/help/Makefile.am
|
||||
@@ -5,12 +5,6 @@ DOC_ID = eog
|
||||
DOC_INCLUDES = legal.xml
|
||||
|
||||
DOC_FIGURES = \
|
||||
- figures/eog-bestfit.png \
|
||||
- figures/eog-enlarge.png \
|
||||
- figures/eog-normalsize.png \
|
||||
- figures/eog.png \
|
||||
- figures/eog-shrink.png \
|
||||
- figures/eog-toolbar-default.png \
|
||||
figures/eog-toolbar-editor.png \
|
||||
figures/image-view-prefs.png \
|
||||
figures/multiple-convert.png \
|
23
eog.changes
23
eog.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 21:29:09 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 17:25:23 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.92:
|
||||
+ Build system fixes/improvements (including bgo#659093).
|
||||
+ Updated translations.
|
||||
- Drop eog-fix-doc-figures.patch: fixed upstream.
|
||||
- Remove gnome-common BuildRequires and call to autoreconf: they
|
||||
were only needed for the patch above.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant/obsolete tags/sections from specfile
|
||||
(cf. packaging guidelines)
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 20:41:29 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
18
eog.spec
18
eog.spec
@ -18,19 +18,15 @@
|
||||
|
||||
|
||||
Name: eog
|
||||
Version: 3.1.91
|
||||
Release: 2
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Image Viewer for GNOME
|
||||
Url: http://www.gnome.org/
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Source: http://download.gnome.org/sources/eog/3.1/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM eog-fix-doc-figures.patch bgo#659093 vuntz@opensuse.org -- Fix build system to not install non-existing figures
|
||||
Patch0: eog-fix-doc-figures.patch
|
||||
Source: http://download.gnome.org/sources/eog/3.2/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: fdupes
|
||||
# needed for patch0
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libexempi-devel
|
||||
@ -73,14 +69,11 @@ functional image viewer.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# needed for patch0
|
||||
autoreconf -fi
|
||||
%configure\
|
||||
--disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -91,9 +84,6 @@ make %{?jobs:-j%jobs}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
|
Loading…
Reference in New Issue
Block a user