commit entangle for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2020-08-29 20:41:36

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new.3399 (New)


Package is "entangle"

Sat Aug 29 20:41:36 2020 rev:15 rq:830024 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2019-02-24 
17:14:57.228455325 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new.3399/entangle.changes  
2020-08-29 20:41:55.901454675 +0200
@@ -1,0 +2,36 @@
+Thu Aug 27 14:01:32 UTC 2020 - Marcus Meissner 
+
+- fixed filelists after update to make it build.
+
+---
+Mon Aug 17 11:30:42 UTC 2020 - Dirk Mueller 
+
+- update to 3.0:
+ * Ensure picture directory is an absolute path
+ * Add ability to flip image during preview
+ * Fix warnings about string length
+ * Convert appdata file to metainfo and add missing info
+ * Another attempt to fix build deps on enum headers
+ * Display remaining shot count & ETA in repeat shooter
+   plugin
+ * Remove use of deprecated GObject macros
+ * Remove use of deprecated GLib APIs
+ * Ensure glib min version checks at build time
+ * Convert to use GObject macros for declaring boilerplate
+ * Bulk reformat code using clang-format rules
+ * Force a default filename pattern if setting is invalid
+ * Validate filename pattern when updating preferences
+ * Rename desktop file and icon file to match application ID
+ * Add ability to render text mesages over image
+ * Add a countdown timer for photobox plugin capture
+ * Disable context menu in image browser when photobox plugin
+   is active
+ * Run live view when counting down to capturein photobox
+   plugin
+ * Fix crash releasing popup windows
+ * Add context menu option for opening popup image window
+ * Drop drag support for opening popup image window
+ * Display greeting when opening popup image window
+ * Display greeting when entering photobox plugin
+ 
+---

Old:

  entangle-2.0.tar.xz
  entangle-2.0.tar.xz.asc

New:

  entangle-3.0.tar.xz
  entangle-3.0.tar.xz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.MbJSRr/_old  2020-08-29 20:41:57.101455177 +0200
+++ /var/tmp/diff_new_pack.MbJSRr/_new  2020-08-29 20:41:57.105455178 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package entangle
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   entangle
-Version:2.0
+Version:3.0
 Release:0
 Summary:Tethered shooting & control of digital cameras
 License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Other
-Url:https://entangle-photo.org
+URL:https://entangle-photo.org
 Source0:
https://www.entangle-photo.org/download/sources/%{name}-%{version}.tar.xz
 Source1:
https://www.entangle-photo.org/download/sources/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
@@ -158,16 +158,16 @@
 /sbin/ldconfig
 
 %files
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.rst
 %{_bindir}/%{name}
 %{_libdir}/lib%{name}_backend.so.*
 %{_libdir}/lib%{name}_frontend.so.*
-%{_datadir}/appdata/%{name}.appdata.xml
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.entangle_photo.Manager.desktop
+%{_datadir}/metainfo/org.entangle_photo.Manager.metainfo.xml
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/sRGB.icc
 %{_datadir}/glib-2.0/schemas/org.%{name}-photo.manager.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/%{name}*.??g
+%{_datadir}/icons/hicolor/*/apps/*entangle*.??g
 %{_mandir}/man?/%{name}.?%{ext_man}
 %license COPYING
 

++ entangle-2.0.tar.xz -> entangle-3.0.tar.xz ++
 158010 lines of diff (skipped)





commit entangle for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2019-02-24 17:14:52

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new.28833 (New)


Package is "entangle"

Sun Feb 24 17:14:52 2019 rev:14 rq:676684 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2017-07-25 
11:41:18.428626257 +0200
+++ /work/SRC/openSUSE:Factory/.entangle.new.28833/entangle.changes 
2019-02-24 17:14:57.228455325 +0100
@@ -1,0 +2,28 @@
+Tue Jan 22 10:52:06 UTC 2019 - Андрей Алыпов 
+
+- update to version 2.0
+  * Require gobject introspection >= 1.54
+  * Require GTK3 >= 3.22
+  * Fix dependency on libraw
+  * Fix variable name in photobox plugin
+  * Document some missing keyboard shortcuts
+  * Fix upper bound in histogram to display clipped pixel
+  * Refresh translations
+  * Option to highlight over exposed pixels in red
+  * Disable noisy compiler warning
+  * Remove use of deprecated application menu concept
+  * Fix image redraw when changing some settings
+  * Update mailing list address in appdaat
+  * Add more fields to appdata content
+  * Fix reference counting during window close
+  * Use correct API for destroying top level windows
+  * Fix unmounting of cameras with newer gvfs URI naming scheme
+  * Avoid out of bounds read of property values
+  * Fix many memory leaks
+  * Workaround for combo boxes not displaying on Wayland
+  * Fix race condition in building enums
+  * Fix setting of gschema directory during startup
+  * Set env to ensure plugins can find introspection typelib
+- entangle-desktop.patch: dropped, included desktop file is ok
+
+---

Old:

  entangle-0.7.1.tar.gz
  entangle-0.7.1.tar.gz.asc
  entangle-desktop.patch

New:

  _service
  entangle-2.0.tar.xz
  entangle-2.0.tar.xz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.D1ZQcQ/_old  2019-02-24 17:14:57.968455193 +0100
+++ /var/tmp/diff_new_pack.D1ZQcQ/_new  2019-02-24 17:14:57.968455193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package entangle
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,47 +17,70 @@
 
 
 Name:   entangle
-Version:0.7.1
+Version:2.0
 Release:0
-Summary:A photobooth like application for libgphoto2
-License:GPL-3.0+
+Summary:Tethered shooting & control of digital cameras
+License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Other
-Url:http://entangle-photo.org/
-Source0:
http://entangle-photo.org/download/sources/%{name}-%{version}.tar.gz
-Source1:
http://entangle-photo.org/download/sources/%{name}-%{version}.tar.gz.asc
+Url:https://entangle-photo.org
+Source0:
https://www.entangle-photo.org/download/sources/%{name}-%{version}.tar.xz
+Source1:
https://www.entangle-photo.org/download/sources/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: entangle-desktop.patch
-BuildRequires:  glib2-tools
+BuildRequires:  gtk-doc
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  itstool
-BuildRequires:  libtool
-BuildRequires:  perl-Template-Toolkit
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gexiv2)
-BuildRequires:  pkgconfig(gnome-icon-theme-symbolic)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gtk-doc)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libgphoto2)
 BuildRequires:  pkgconfig(libpeas-1.0)
 BuildRequires:  pkgconfig(libraw)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description
+Entangle is an application which uses GTK and libgphoto2 to provide a
+graphical interface for tethered photography with digital cameras.
+
+It includes control over camera shooting and configuration settings
+and 'hands off' shooting directly from the controlling computer.
+
+%package plugin-eclipse
+Summary:Eclipse totality automated captu

commit entangle for openSUSE:Factory

2017-07-25 Thread root
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.changes2015-12-14 
10:14:09.0 +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 - tchva...@suse.com
+
+- 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,1

commit entangle for openSUSE:Factory

2015-12-14 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2015-12-14 10:14:07

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle"

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2014-05-06 
17:38:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2015-12-14 
10:14:09.0 +0100
@@ -1,0 +2,48 @@
+Tue Dec  8 13:44:43 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.7.0
+  * Require GLib >= 2.36
+  * Import new logo design
+  * Switch to using zanata.org for translations
+  * Set default window icon
+  * Introduce an initial help manual via yelp
+  * Use shared library for core engine to ensure all symbols
+   are exported to plugins
+  * Add framework for scripting capture operations
+  * Workaround camera busy problems with Nikon cameras
+  * Add a plugin for repeated capture sequences
+  * Replace progress bar with spinner icon
+- Changes from version 0.6.1
+  * Require GTK >= 3.4
+  * Fix check for GIO package in configure
+  * Add missing icons to Makefile
+  * Follow freedesktop thumbnail standard storage location
+  * Refactor capture code to facilitate plugin script
+automation
+  * Fix bug causing plugin to be displayed more than once
+  * Make histogram height larger
+  * Strip trailing '2' from widget labels to be more friendly
+  * Completely rewrite control panel display to show a small,
+user configurable subset from all the camera controls.
+  * Remember custom list of camera controls per camera model
+  * Hide compiler warnings from new glib atomic opertaions
+  * Update to newer gnulib compiler warnings code
+  * Remove broken double buffering code that's no required
+when using GTK3
+  * Remove use of deprecated GtkMisc APis
+  * Allow camera picker list to show multiple lines
+  * Remove crufty broken code from session browser that was
+   breaking with new GTK versions
+  * Disable libraw auto brightness since it totally overexposes
+many images, generally making things look worse
+  * Fix memory leak handling camera events
+  * Add keywords to desktop & appdata files
+- Add gtk-doc and itstool dependencies
+- Add yelp-tools require but disable it for now as the check
+  now requires internet connection
+- Disable check; requires network connection
+- Split out photobox and shooter plugins into their own packages
+- Recommend entangle-lang package
+- Update entangle-desktop.patch 
+
+---

Old:

  entangle-0.6.0.tar.gz
  entangle-0.6.0.tar.gz.asc

New:

  entangle-0.7.0.tar.gz
  entangle-0.7.0.tar.gz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.UtiGin/_old  2015-12-14 10:14:10.0 +0100
+++ /var/tmp/diff_new_pack.UtiGin/_new  2015-12-14 10:14:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package entangle
+# spec file for package spec
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,12 +17,24 @@
 
 
 Name:   entangle
+Version:0.7.0
+Release:0
+Summary:A photobooth like application for libgphoto2
+License:GPL-3.0+
+Group:  Productivity/Graphics/Other
+Url:http://entangle-photo.org/
+Source0:
http://entangle-photo.org/download/sources/%{name}-%{version}.tar.gz
+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
@@ -32,23 +44,42 @@
 BuildRequires:  libtool
 BuildRequires:  perl-Template-Toolkit
 BuildRequires:  update-desktop-files
-Summary:A photobooth like application for libgphoto2
-License:GPL-3.0+
-Group:  Development/Tools/Other
-Version:0.6.0
-Release:0
-Url:http://entangle-photo.org/
-Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
-Source1:
http://entangle-photo.org/download/sources/%name-%version.tar.gz.asc
-Source2:%name.keyring
-Patch0: e

commit entangle for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2014-05-06 17:38:10

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle"

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2013-12-19 
15:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2014-05-06 
17:38:16.0 +0200
@@ -1,0 +2,34 @@
+Sat May  3 07:07:31 UTC 2014 - meiss...@suse.com
+
+- Release 0.6.0 - "Down" - 2014-05-02
+ * Add a demonstration plugin for setting up a captive photo box display mode
+ * Switch to use Python3 for plugin engine instead of JavaScript
+ * Use GTK dark theme
+ * Require GNOME symbolic icon theme to be installed
+ * Switch to require lcms2 instead of lcms
+ * Move application icon into a standard directory mandated to work with the 
appdata tools
+ * Make manual focus work with Canon EOS cameras
+ * Disable flickering progress bar in preview mode with Canon EOS cameras
+ * Remove use of deprecated GTK methods/classes/constants
+ * Remove use of gexiv2 method which is not long exported
+ * Remove use of deprecated libpeas methods
+ * Add GTK-DOC transfer annotations / docs to all methods
+ * Avoid loosing camera capabilities on disconnect
+ * Fix off by one in histogram tables causing memory corruption
+ * Mark appdata / desktop files for translation
+ * Fix typos in README file
+ * Fix inverted tests when checking if range widget changed
+ * Avoid storm of expose events due to auto-drawer widget
+ * Avoid never ending circular update of controls causing errors in some 
camera modes
+ * Add workaround for crazy D5100 camera serial number
+ * Add customizable highlight/background for images
+ * Avoid reference leak of windows preventing proper cleanup
+ * Remove camera manual/about/driver help windows since it did not contain any 
info useful to users
+ * Filter list of cameras in connect dialog to only those which support 
capture/preview
+ * Don't auto connect to cameras which don't support capture or preview
+ * Ensure parent window is set on dialogs to prevent them falling behind main 
window
+ * Fix crash with latest GTK due to incorrect overriding of GtkApplication 
startup method
+ * Update to cope with changed GExiv API version
+ * Refreshed translations from transifex
+
+---

Old:

  entangle-0.5.4.tar.gz
  entangle-0.5.4.tar.gz.asc

New:

  entangle-0.6.0.tar.gz
  entangle-0.6.0.tar.gz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.jtPXb0/_old  2014-05-06 17:38:17.0 +0200
+++ /var/tmp/diff_new_pack.jtPXb0/_new  2014-05-06 17:38:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package entangle
 #
-# 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,6 +19,7 @@
 Name:   entangle
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-tools
+BuildRequires:  gnome-icon-theme-symbolic
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
@@ -34,7 +35,7 @@
 Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-Version:0.5.4
+Version:0.6.0
 Release:0
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
@@ -97,31 +98,16 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/%{name}-camera-info.ui
+#%{_datadir}/%{name}/%{name}-camera-info.ui
 %{_datadir}/%{name}/%{name}-camera-manager.ui
 %{_datadir}/%{name}/%{name}-camera-picker.ui
 %{_datadir}/%{name}/%{name}-camera-support.ui
 %{_datadir}/%{name}/%{name}-help-about.ui
 %{_datadir}/%{name}/%{name}-image-popup.ui
 %{_datadir}/%{name}/%{name}-preferences-display.ui
-%{_datadir}/%{name}/%{name}-16x16.png
-%{_datadir}/%{name}/%{name}-32x32.png
-%{_datadir}/%{name}/%{name}-48x48.png
-%{_datadir}/%{name}/%{name}-64x64.png
-%{_datadir}/%{name}/%{name}-128x128.png
-%{_datadir}/%{name}/%{name}-256x256.png
-%{_datadir}/%{name}/%{name}.svg
-%{_datadir}/%{name}/icons
-%{_datadir}/%{name}/plugins.png
-%{_datadir}/%{name}/plugins-22.png
-%{_datadir}/%{name}/capture.png
-%{_datadir}/%{name}/capture-22.png
-%{_datadir}/%{name}/color-management.png
-%{_datadir}/%{name}/color-management-22.png
-%{_datadir}/%{name}/i

commit entangle for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2013-12-19 15:02:06

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle"

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2013-09-04 
13:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2013-12-19 
15:02:07.0 +0100
@@ -1,0 +2,20 @@
+Wed Dec 18 10:16:22 UTC 2013 - meiss...@suse.com
+
+- Release 0.5.4 - "Up" - 2013-12-15
+
+ * Ensure thumbnail directory exists when saving thumbnails
+ * Fix memory leak generating thumbnails from raw images
+ * Add an appdata XML file for GNOME software center
+ * Create a dedicated camera actions menu
+ * Fix include of gexiv2 header files
+ * Fix image selection for onion skinning in preview mode
+ * Display selected image when cancelling preview
+ * Fix empty tooltips on capture/preview buttons
+ * Fix scaling for preview image in onion skinning mode
+ * Increase emphasis of top image in onion skinning mode
+ * Improve granularity of manual focus and add extra
+   '<' and '>' key accelerators for coarse focus
+ * Fix leak of image exiting preview mode
+ * Make progress toolbar button permanently visible
+
+---

Old:

  entangle-0.5.3.tar.gz
  entangle-0.5.3.tar.gz.asc

New:

  entangle-0.5.4.tar.gz
  entangle-0.5.4.tar.gz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.mZ61NS/_old  2013-12-19 15:02:08.0 +0100
+++ /var/tmp/diff_new_pack.mZ61NS/_new  2013-12-19 15:02:08.0 +0100
@@ -34,7 +34,7 @@
 Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-Version:0.5.3
+Version:0.5.4
 Release:0
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
@@ -94,14 +94,16 @@
 %defattr(-, root, root)
 %doc COPYING ChangeLog
 %{_bindir}/entangle
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/%{name}-camera-info.xml
-%{_datadir}/%{name}/%{name}-camera-manager.xml
-%{_datadir}/%{name}/%{name}-camera-picker.xml
-%{_datadir}/%{name}/%{name}-camera-support.xml
-%{_datadir}/%{name}/%{name}-help-about.xml
-%{_datadir}/%{name}/%{name}-image-popup.xml
-%{_datadir}/%{name}/%{name}-preferences.xml
+%{_datadir}/%{name}/%{name}-camera-info.ui
+%{_datadir}/%{name}/%{name}-camera-manager.ui
+%{_datadir}/%{name}/%{name}-camera-picker.ui
+%{_datadir}/%{name}/%{name}-camera-support.ui
+%{_datadir}/%{name}/%{name}-help-about.ui
+%{_datadir}/%{name}/%{name}-image-popup.ui
+%{_datadir}/%{name}/%{name}-preferences-display.ui
 %{_datadir}/%{name}/%{name}-16x16.png
 %{_datadir}/%{name}/%{name}-32x32.png
 %{_datadir}/%{name}/%{name}-48x48.png

++ entangle-0.5.3.tar.gz -> entangle-0.5.4.tar.gz ++
 21705 lines of diff (skipped)

++ entangle-desktop.patch ++
--- /var/tmp/diff_new_pack.mZ61NS/_old  2013-12-19 15:02:09.0 +0100
+++ /var/tmp/diff_new_pack.mZ61NS/_new  2013-12-19 15:02:09.0 +0100
@@ -1,9 +1,9 @@
-Index: entangle-0.5.3/src/entangle.desktop.in
+Index: entangle-0.5.4/src/entangle.desktop.in
 ===
 entangle-0.5.3.orig/src/entangle.desktop.in
-+++ entangle-0.5.3/src/entangle.desktop.in
-@@ -6,5 +6,5 @@ Icon=::DATADIR::/::PACKAGE::/::PACKAGE::
- Exec=::PACKAGE::
+--- entangle-0.5.4.orig/src/entangle.desktop.in
 entangle-0.5.4/src/entangle.desktop.in
+@@ -6,5 +6,5 @@ Icon=::DATADIR::/entangle/entangle.svg
+ Exec=entangle
  Type=Application
  Terminal=false
 -Categories=Graphics;GTK;


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit entangle for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2013-09-04 13:27:40

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle"

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2013-02-15 
18:43:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2013-09-04 
13:27:41.0 +0200
@@ -1,0 +2,64 @@
+Thu Aug 29 14:13:46 UTC 2013 - meiss...@suse.com
+
+- Release 0.5.3 - "Photon" - 2013-08-28
+  * Move file name of image thumbnails to tooltip popup
+  * Add --disable-schemas-compile configure arg to
+disable schema compilation
+  * Remove "Encoding" key from desktop file
+  * Fix massive memory leak in pixbuf loading
+  * Fix thread safety in camera control updates which caused
+hangs in GTK
+  * Fix updating of control readonly state when camera modes
+change
+  
+- Release 0.5.2 - "Graviton" - 2013-08-17
+  * Split histogram into RGB colour channels
+  * Fix aperture / shutter speed calculations in status bar
+  * Only import files with known image extensions
+  * Use case insensitive file extension check to detect raw files
+  * Set saner defaults for processing raw files to fix Canon
+raw display
+  * Set preferences before loading session to fix settings
+for initial image load
+  * Apply orientation from EXIF images if image file has none
+  * Remove left over debug prints
+  * Add support for linear histogram display mode
+  * Support 'h' key to toggle linear/log histogram mode
+  * Ensure all events are emitted in main thread
+  * Remove use of deprecated GDK thread APIs
+  * Use GtkGrid instead of deprecated GtkTable
+  * Ensure status bar is constant size when scaling image
+  * Preserve scrollbar offsets when switching images
+  * Make metadata extraction more robust wrt missing fields
+  * Updated translations from transifex
+  
+- Release 0.5.1 - "W Boson" - 2012-03-12
+  
+  * Update for compatibility with libgphoto 2.5 API
+callbacks
+  * Avoid warnings about deprecated glib2 mutex
+and condition variable APIs
+  * Directly disable viewfinder mode using config APIs
+  * Add support for triggering autofocus during preview
+with 'a' key
+  * Add support for manual focus drive in/out using
+'.' and ',' keys
+  * Refresh translations from transifex
+  * Import user contributed Italian translation
+  * Add missing translation markers on some strings
+  
+- Release 0.5.0 - "Z Boson" - 2012-12-16
+  * Switch to using LibRaw for loading raw images
+  * Allowing loading image preview from raw files
+  * Fix deadlock unmounting camera at startup
+  * Ensure camera is disconnected before exiting
+  * Sort image list by name instead of date
+  * Add support for rendering "onion skin" of image sequence
+  * Fix updating of range control values
+  * Fix filename generation for dual-format capture modes
+  * Fix deletion of dual-format images when exiting preview
+  * Refresh translations
+- removed entangle-libgphoto25.patch: upstream
+- updated entangle-desktop.patch
+
+---

Old:

  entangle-0.4.1.tar.gz
  entangle-libgphoto25.patch

New:

  entangle-0.5.3.tar.gz
  entangle-0.5.3.tar.gz.asc
  entangle.keyring



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.bvxPnS/_old  2013-09-04 13:27:42.0 +0200
+++ /var/tmp/diff_new_pack.bvxPnS/_new  2013-09-04 13:27:42.0 +0200
@@ -27,18 +27,20 @@
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  libpeas-devel
+BuildRequires:  libraw-devel
 BuildRequires:  libtool
 BuildRequires:  perl-Template-Toolkit
 BuildRequires:  update-desktop-files
 Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-Version:0.4.1
+Version:0.5.3
 Release:0
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
+Source1:
http://entangle-photo.org/download/sources/%name-%version.tar.gz.asc
+Source2:%name.keyring
 Patch0: entangle-desktop.patch
-Patch1: entangle-libgphoto25.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +65,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static

++ entangle-0.4.1.tar.gz -> entangle-0.5.3.tar.gz ++
 79538 lines of diff (skipped)

++ entangle-desktop.patch ++
--- /var/tmp/diff_new_pack.bvxPnS/_old  2013-09-04 13:27:42.0 +0200
+++ /var/tmp/diff_new_pack.bvxPnS/_ne

commit entangle for openSUSE:Factory

2013-02-15 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2013-02-15 18:43:53

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2012-10-08 
20:30:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2013-02-15 
18:43:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 14 21:05:38 UTC 2013 - meiss...@suse.com
+
+- entangle-libgphoto25.patch: libgphoto2 2.5 port.
+
+---

New:

  entangle-libgphoto25.patch



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.EgMsVa/_old  2013-02-15 18:43:56.0 +0100
+++ /var/tmp/diff_new_pack.EgMsVa/_new  2013-02-15 18:43:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package entangle
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
 Patch0: entangle-desktop.patch
+Patch1: entangle-libgphoto25.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -127,7 +129,6 @@
 %dir %{_libdir}/%{name}/plugins
 %dir %{_datadir}/%{name}/plugins
 
-
 %files doc
 %doc README AUTHORS NEWS
 %defattr(-, root, root)

++ entangle-libgphoto25.patch ++
Index: entangle-0.4.1/src/backend/entangle-camera-list.c
===
--- entangle-0.4.1.orig/src/backend/entangle-camera-list.c
+++ entangle-0.4.1/src/backend/entangle-camera-list.c
@@ -131,11 +131,9 @@ static void entangle_camera_list_udev_ev
 
 static void entangle_camera_list_gphoto_log(GPLogLevel level G_GNUC_UNUSED,
 const char *domain,
-const char *format,
-va_list args,
+const char *msg,
 void *data G_GNUC_UNUSED)
 {
-char *msg = g_strdup_vprintf(format, args);
 g_debug("%s: %s", domain, msg);
 }
 
Index: entangle-0.4.1/src/backend/entangle-camera.c
===
--- entangle-0.4.1.orig/src/backend/entangle-camera.c
+++ entangle-0.4.1/src/backend/entangle-camera.c
@@ -543,15 +543,14 @@ const char *entangle_camera_get_port(Ent
 
 static unsigned int do_entangle_camera_progress_start(GPContext *ctx 
G_GNUC_UNUSED,
   float target,
-  const char *format,
-  va_list args,
+  const char *msg,
   void *data)
 {
 EntangleCamera *cam = data;
 EntangleCameraPrivate *priv = cam->priv;
 
 if (priv->progress)
-entangle_progress_start(priv->progress, target, format, args);
+entangle_progress_start(priv->progress, target, msg);
 
 return 0; /* XXX what is this actually useful for ? */
 }
@@ -588,15 +587,14 @@ static void entangle_camera_reset_last_e
 }
 
 static void do_entangle_camera_error(GPContext *ctx G_GNUC_UNUSED,
- const char *fmt,
- va_list args,
+ const char *msg,
  void *data)
 {
 EntangleCamera *cam = data;
 EntangleCameraPrivate *priv = cam->priv;
 
 entangle_camera_reset_last_error(cam);
-priv->lastError = g_strdup_vprintf(fmt, args);
+priv->lastError = g_strdup(msg);
 ENTANGLE_DEBUG("Got error %s", priv->lastError);
 }
 
Index: entangle-0.4.1/src/backend/entangle-progress.h
===
--- entangle-0.4.1.orig/src/backend/entangle-progress.h
+++ entangle-0.4.1/src/backend/entangle-progress.h
@@ -38,14 +38,14 @@ typedef struct _EntangleProgressInterfac
 struct _EntangleProgressInterface {
 GTypeInterface parent;
 
-void (*start) (EntangleProgress *prog, float target, const char *format, 

commit entangle for openSUSE:Factory

2012-10-08 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2012-10-08 20:30:40

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2012-06-01 
18:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2012-10-08 
20:30:41.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep 25 15:47:46 UTC 2012 - p.drou...@gmail.com
+
+- Updated to 0.4.1
+ * Fix leak of image pixbufs when changing image in session
+ * Keep toolbar directory in sync with session dir
+ * Fix leak when displaying image popups
+ * Fix leak when closing image popups
+ * Fix key bindings in session browser
+ * Add image histogram display
+ * Load libpeas introspection data for plugins
+ * Main plugin list in preferences
+ * Add object type checking in all APIs
+ * Fix image mask aspect ratio conversion to avoid locale problems
+ * Fix build on GTK < 3.4
+ * Remove obsolete conditionals from GTK 2.x days
+ * Populate list of supported cameras in help menu dialog
+ * Add a simple man page
+ * Add accelerators for many menu options
+ * Fix unref of cairo surface objects
+ * Avoid GTK assertion when range is max-min is zero
+ * Avoid crash in control panel when updating after camera disconnect
+
+---

Old:

  entangle-0.3.3.tar.gz

New:

  entangle-0.4.1.tar.gz



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.Jmp35I/_old  2012-10-08 20:30:42.0 +0200
+++ /var/tmp/diff_new_pack.Jmp35I/_new  2012-10-08 20:30:42.0 +0200
@@ -29,10 +29,11 @@
 BuildRequires:  libpeas-devel
 BuildRequires:  libtool
 BuildRequires:  perl-Template-Toolkit
+BuildRequires:  update-desktop-files
 Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-Version:0.3.3
+Version:0.4.1
 Release:0
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
@@ -44,42 +45,95 @@
 taking photographs with a digital camera completely controlled from
 the computer.
 
+%package doc
+Summary:Documentation for entangle
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description doc
+Entangle provides a graphical interface for "tethered shooting", aka
+taking photographs with a digital camera completely controlled from
+the computer.
+
+Documentation for entangle.
+
+%lang_package
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%configure
+%configure --disable-static
 make V=1
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install
+rm -rf %{buildroot}%{_datadir}/%{name}/website
+rm -f %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
+
+%suse_update_desktop_file %{name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+glib-compile-schemas /usr/share/glib-2.0/schemas ||:
+
+%postun
+glib-compile-schemas /usr/share/glib-2.0/schemas ||:
+
 %files
 %defattr(-, root, root)
-%doc COPYING NEWS README
-%{_bindir}/*
+%doc COPYING ChangeLog
+%{_bindir}/entangle
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/%{name}-camera-info.xml
+%{_datadir}/%{name}/%{name}-camera-manager.xml
+%{_datadir}/%{name}/%{name}-camera-picker.xml
+%{_datadir}/%{name}/%{name}-camera-support.xml
+%{_datadir}/%{name}/%{name}-help-about.xml
+%{_datadir}/%{name}/%{name}-image-popup.xml
+%{_datadir}/%{name}/%{name}-preferences.xml
+%{_datadir}/%{name}/%{name}-16x16.png
+%{_datadir}/%{name}/%{name}-32x32.png
+%{_datadir}/%{name}/%{name}-48x48.png
+%{_datadir}/%{name}/%{name}-64x64.png
+%{_datadir}/%{name}/%{name}-128x128.png
+%{_datadir}/%{name}/%{name}-256x256.png
+%{_datadir}/%{name}/%{name}.svg
+%{_datadir}/%{name}/icons
+%{_datadir}/%{name}/plugins.png
+%{_datadir}/%{name}/plugins-22.png
+%{_datadir}/%{name}/capture.png
+%{_datadir}/%{name}/capture-22.png
+%{_datadir}/%{name}/color-management.png
+%{_datadir}/%{name}/color-management-22.png
+%{_datadir}/%{name}/interface.png
+%{_datadir}/%{name}/interface-22.png
+%{_datadir}/%{name}/imageviewer.png
+%{_datadir}/%{name}/imageviewer-22.png
+%{_datadir}/%{name}/sRGB.icc
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/glib-2.0/schemas/org.entangle-photo.manager.gschema.xml
+%{_datadir}/gir-1.0/Entangle-0.1.gir
+%{_mandir}/man1/entangle.1.gz
 %{_libdir}/girepository-1.0/Entangle-0.1.typelib
-/usr/share/applications/entangle.desktop
-/usr/share/entangle
-%dir /usr/share/gir-1.0
-/usr/share/gir-1

commit entangle for openSUSE:Factory

2012-06-01 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2012-06-01 18:54:31

Comparing /work/SRC/openSUSE:Factory/entangle (Old)
 and  /work/SRC/openSUSE:Factory/.entangle.new (New)


Package is "entangle", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2012-03-11 
20:03:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2012-06-01 
18:54:33.0 +0200
@@ -1,0 +2,18 @@
+Thu May 31 15:03:16 CEST 2012 - meiss...@suse.de
+
+- Updated to 0.3.3
+ * Fix deadlock when starting app with glib >= 2.32
+ * Remove use of deprecated API calls  
+ * Remove use of deprecated GTK widgets
+ * Fix debugging with glib >= 2.32
+ * Fix creation of session browser widget to avoid warnings
+ * Refresh translations
+ * Fix check for glib-compile-schemas binary
+
+
+---
+Thu May 31 15:02:39 CEST 2012 - meiss...@suse.de
+
+- buildrequire glib2-tools
+
+---

Old:

  entangle-0.3.1.tar.gz

New:

  entangle-0.3.3.tar.gz



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.WuU7KZ/_old  2012-06-01 18:54:35.0 +0200
+++ /var/tmp/diff_new_pack.WuU7KZ/_new  2012-06-01 18:54:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package hello (Version 2.3)
+# spec file for package entangle
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,17 +14,26 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   entangle
+BuildRequires:  dbus-1-glib-devel
+BuildRequires:  glib2-tools
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  intltool
+BuildRequires:  libgexiv2-devel
 BuildRequires:  libgphoto2-devel
-BuildRequires:  perl-Template-Toolkit liblcms-devel
-BuildRequires:  gtk3-devel libgudev-1_0-devel dbus-1-glib-devel libgexiv2-devel
-BuildRequires:  gobject-introspection-devel libpeas-devel libtool
+BuildRequires:  libgudev-1_0-devel
+BuildRequires:  liblcms-devel
+BuildRequires:  libpeas-devel
+BuildRequires:  libtool
+BuildRequires:  perl-Template-Toolkit
+Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-AutoReqProv:on
-Summary:A photobooth like application for libgphoto2
-Version:0.3.1
-Release:79
+Version:0.3.3
+Release:0
 Url:   http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
 Patch0: entangle-desktop.patch
@@ -69,4 +78,8 @@
 %dir /usr/share/gtk-doc/html
 /usr/share/gtk-doc/html/Entangle
 
+%dir /usr/share/locale/si
+%dir /usr/share/locale/si/LC_MESSAGES
+/usr/share/locale/*/LC_MESSAGES/entangle.mo
+
 %changelog

++ entangle-0.3.1.tar.gz -> entangle-0.3.3.tar.gz ++
 30323 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org