Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2017-07-25 11:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and      /work/SRC/openSUSE:Factory/.entangle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "entangle"

Tue Jul 25 11:40:58 2017 rev:13 rq:512294 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/entangle/entangle.changes        2015-12-14 
10:14:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2017-07-25 
11:41:18.428626257 +0200
@@ -1,0 +2,20 @@
+Fri Jul 21 13:39:11 UTC 2017 - [email protected]
+
+- Update to 0.7.1:
+  * Fix linking problem with strict linkers
+  * Misc spelling fixes to online help docs
+  * Replace use of GSimpleAsyncResult with GTask
+  * Specify versions when importing from python plugins
+  * Remove use of deprecated GTK APIs
+  * Render image stats overlay partially transparent
+  * Fix error reporting when saving settings
+  * Flush events after capture to avoid accidentally restarting preview
+  * Make Nikon fine focus stepping finer
+  * Ensure images are sorted by last modified date
+  * Switch from 128 px to 256 px thumbnail sizes to benefit larger high dpi 
screens
+  * Rewrite film strip browser to dynamically resize icons to fit available 
space
+  * Draw symbolic icons in film strip if image is not yet loaded
+  * Refresh translations from Zanata
+- Depend on lcms2 not lcms1
+
+-------------------------------------------------------------------

Old:
----
  entangle-0.7.0.tar.gz
  entangle-0.7.0.tar.gz.asc

New:
----
  entangle-0.7.1.tar.gz
  entangle-0.7.1.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ entangle.spec ++++++
--- /var/tmp/diff_new_pack.D9Kd56/_old  2017-07-25 11:41:19.064536476 +0200
+++ /var/tmp/diff_new_pack.D9Kd56/_new  2017-07-25 11:41:19.068535912 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package spec
+# spec file for package entangle
 #
-# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           entangle
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        A photobooth like application for libgphoto2
 License:        GPL-3.0+
@@ -27,26 +27,25 @@
 Source1:        
http://entangle-photo.org/download/sources/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Patch0:         entangle-desktop.patch
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-tools
-BuildRequires:  gnome-icon-theme-symbolic
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk-doc
-BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  itstool
-BuildRequires:  libgexiv2-devel
-BuildRequires:  libgphoto2-devel
-BuildRequires:  libgudev-1_0-devel
-BuildRequires:  liblcms-devel
-BuildRequires:  libpeas-devel
-BuildRequires:  libraw-devel
 BuildRequires:  libtool
 BuildRequires:  perl-Template-Toolkit
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-#BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gexiv2)
+BuildRequires:  pkgconfig(gnome-icon-theme-symbolic)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk-doc)
+BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(libgphoto2)
+BuildRequires:  pkgconfig(libpeas-1.0)
+BuildRequires:  pkgconfig(libraw)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -99,15 +98,17 @@
 %patch0 -p1
 
 %build
-%configure --disable-static
-make %{?_smp_mflags} V=1
+%configure \
+  --disable-static \
+  --disable-silent-rules
+make %{?_smp_mflags}
 
 # Requires network connection actually
 #%check
 #make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm -rf %{buildroot}%{_datadir}/%{name}/website
 rm -f %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -126,7 +127,6 @@
 /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
 %doc COPYING NEWS README
 %{_bindir}/entangle
 %dir %{_datadir}/appdata
@@ -143,7 +143,7 @@
 %{_datadir}/%{name}/sRGB.icc
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.entangle-photo.manager.gschema.xml
-%{_mandir}/man1/entangle.1.gz
+%{_mandir}/man1/entangle.1%{ext_man}
 %{_libdir}/libentangle_*.so*
 %{_libdir}/girepository-1.0/Entangle-0.1.typelib
 %dir %{_libdir}/%{name}
@@ -151,13 +151,10 @@
 %dir %{_datadir}/%{name}/plugins
 
 %files doc
-%defattr(-,root,root)
 %doc README AUTHORS NEWS
-%defattr(-, root, root)
 %{_datadir}/gtk-doc/*
 
 %files plugin-photobox
-%defattr(-,root,root)
 %dir %{_libdir}/%{name}/plugins/photobox
 %{_libdir}/%{name}/plugins/photobox/photobox.plugin
 %{_libdir}/%{name}/plugins/photobox/photobox.py
@@ -167,7 +164,6 @@
 
%{_datadir}/%{name}/plugins/photobox/schemas/org.entangle-photo.plugins.photobox.gschema.xml
 
 %files plugin-shooter
-%defattr(-,root,root)
 %dir %{_libdir}/%{name}/plugins/shooter
 %dir %{_datadir}/%{name}/plugins/shooter
 %dir %{_datadir}/%{name}/plugins/shooter/schemas
@@ -177,6 +173,5 @@
 
%{_datadir}/%{name}/plugins/shooter/schemas/org.entangle-photo.plugins.shooter.gschema.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ entangle-0.7.0.tar.gz -> entangle-0.7.1.tar.gz ++++++
++++ 79804 lines of diff (skipped)



Reply via email to