Hello community, here is the log from the commit of package geeqie for openSUSE:Factory checked in at 2017-08-16 16:18:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geeqie (Old) and /work/SRC/openSUSE:Factory/.geeqie.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geeqie" Wed Aug 16 16:18:08 2017 rev:14 rq:516878 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/geeqie/geeqie.changes 2017-03-16 09:49:47.176651231 +0100 +++ /work/SRC/openSUSE:Factory/.geeqie.new/geeqie.changes 2017-08-16 16:18:11.787629176 +0200 @@ -1,0 +2,7 @@ +Thu Jul 27 16:51:31 UTC 2017 - [email protected] + +- Run just autoreconf and intltoolize, to avoid double configure run +- Add deps for post/postun scriptlets +- Remove dep on lcms and depend on lcms2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geeqie.spec ++++++ --- /var/tmp/diff_new_pack.6cP0mR/_old 2017-08-16 16:18:13.015456827 +0200 +++ /var/tmp/diff_new_pack.6cP0mR/_new 2017-08-16 16:18:13.019456266 +0200 @@ -1,7 +1,7 @@ # # spec file for package geeqie # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,16 +34,18 @@ # Needed to bootstrap the tarball BuildRequires: libtool BuildRequires: lirc-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files # Disabled as libchamplain support is still marked as experimental #BuildRequires: pkgconfig(champlain-0.12) >= 0.12 BuildRequires: pkgconfig(exiv2) >= 0.11 BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(lcms) >= 1.14 -# FIXME! Blasted configure does not find it..... - looks for lua5.1 +BuildRequires: pkgconfig(lcms2) +Requires(post): update-desktop-files +Requires(postun): update-desktop-files +# FIXME: Enable when new lua layout lands in TW #BuildRequires: pkgconfig(lua-5.1) >= 5.1 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. @@ -55,10 +57,12 @@ %build # Needed to bootstrap -./autogen.sh +intltoolize --copy --force --automake +autoreconf -fvi %configure \ --enable-lirc \ - --with-readmedir=%{_defaultdocdir}/%{name} + --with-readmedir=%{_defaultdocdir}/%{name} \ + --disable-lua make %{?_smp_mflags} %install @@ -74,7 +78,6 @@ %desktop_database_postun %files -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO README.lirc %{_bindir}/geeqie %{_datadir}/applications/geeqie.desktop @@ -84,6 +87,5 @@ %{_mandir}/man1/geeqie.1%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %changelog
