Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2015-03-30 19:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and      /work/SRC/openSUSE:Factory/.cheese.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cheese"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cheese/cheese.changes    2014-11-18 
22:46:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes       2015-03-30 
19:20:35.000000000 +0200
@@ -1,0 +2,85 @@
+Tue Mar 24 08:17:23 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 17 08:16:55 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 17 09:16:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Avoid warnings from -Wswitch-enum.
+  + Avoid a preprocessor warning.
+  + Fix const cast warnings.
+  + Fix signedness comparison error.
+  + Fix shadowed variable.
+  + Remove old-style function definitions.
+  + Fix signed comparison warning in camera service.
+  + Update gtkdoc_jh_path_xml_catalog.m4 from gtk-doc.
+  + Remove use of GSEAL_ENABLE.
+  + Remove use of GNOME_MAINTAINER_MODE_DEFINES.
+  + Drop use of gnome-autogen.sh.
+  + preferences: resolve ambiguous 'ListStore' usage.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jan 23 21:00:28 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.4:
+  + Ignore intermediate file with Automake 1.15.
+  + Removed obsolete variables in autogen.sh.
+  + um-crop-area:
+    - Fix deprecated API usage (bgo#742530).
+    - Enforce a minimum size. Otherwise, if callers aren't careful,
+      users could resize us so small that we'd crash inside
+      gdk_pixbuf_scale() (bgo#742530).
+    - Fix background rendering around the picture (bgo#742530).
+
+-------------------------------------------------------------------
+Wed Dec 17 21:05:02 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.3:
+  + Refactor crop area scaling code: Recently committed patch
+    f9d576e was modified before applying it into the g-c-c to be
+    more readable. This patch reflect those changes in cheese.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Nov 28 20:08:00 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.2:
+  + Fix Nepali desktop file keywords translation.
+  + Add name and summary elements to AppData. Pacify appstream-util
+    validate.
+  + Limit default size for avatar cropping. Limit the default size
+    to fit the image also (bgo#739870).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Nov 18 16:34:15 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.1:
+  + Remove old marshaller header from doc ignore list.
+  + Use get_instance_private() instead of priv pointer. Use the
+    generated macro rather than storing a pointer to the private
+    struct within the object.
+  + Drop some trailing semicolons after macros.
+  + Use new-style private struct in CheeseCameraDevice.
+  + Use _get_instance_private() consistently in camera. Use the new
+    cheese_camera_get_instance_private() instead of the old macro.
+  + Bump required Vala version for get_menu_by_id(). Use the get
+    the given menu from GtkApplication.
+  - Refactor setup_camera() in CheeseWidget. Remove superfluous
+    prototype. Use GSettings convenience getters. Reduce scope of
+    some variables.
+  - Avoid using G_GNUC_CONST on _get_type(). As the g_type_ensure()
+    documentation notes, it is incorrect to mark a _get_type()
+    method with G_GNUC_CONST, as it as a side effect the first time
+    it is called.
+
+-------------------------------------------------------------------

Old:
----
  cheese-3.14.2.tar.xz

New:
----
  cheese-3.16.0.tar.xz

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

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.9FO2so/_old  2015-03-30 19:20:36.000000000 +0200
+++ /var/tmp/diff_new_pack.9FO2so/_new  2015-03-30 19:20:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cheese
 #
-# 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
@@ -20,13 +20,13 @@
 %define lib_gtk_major 23
 
 Name:           cheese
-Version:        3.14.2
+Version:        3.16.0
 Release:        0
 Summary:        Webcam Booth for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Other
 Url:            https://wiki.gnome.org/Apps/Cheese
-Source0:        
http://download.gnome.org/sources/cheese/3.14/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/cheese/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  appdata-tools
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -37,7 +37,7 @@
 BuildRequires:  vala >= 0.25.2
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.13.2
-BuildRequires:  pkgconfig(clutter-gst-2.0) >= 1.9.0
+BuildRequires:  pkgconfig(clutter-gst-2.0)
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -132,7 +132,7 @@
 %configure \
     --disable-static \
     --disable-scrollkeeper
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %makeinstall

++++++ cheese-3.14.2.tar.xz -> cheese-3.16.0.tar.xz ++++++
++++ 32627 lines of diff (skipped)


Reply via email to