Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2017-09-13 21:52:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and      /work/SRC/openSUSE:Factory/.cheese.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cheese"

Wed Sep 13 21:52:18 2017 rev:100 rq:523530 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cheese/cheese.changes    2017-03-22 
23:13:11.691002152 +0100
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes       2017-09-13 
21:52:19.856510229 +0200
@@ -1,0 +2,45 @@
+Mon Sep 11 21:44:07 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Sep  8 22:21:45 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and replace old macros.
+
+-------------------------------------------------------------------
+Wed Aug 30 23:15:08 UTC 2017 - sa...@gmx.com.br
+
+- Recommend yelp instead of requiring it.
+
+-------------------------------------------------------------------
+Wed Aug  9 08:52:18 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.90:
+  + Remove camera service. It was an experiment, but in future
+    PipeWire will be used instead, so it is no longer needed.
+  + Remove some unused configuration variables.
+  + Correctly select the given camera device. Due to a bug in the
+    VAPI file the code would pass a string to the camera setup
+    routine instead of a CameraDevice object. As the setup routine
+    already has code to automatically select an appropriate device
+    based on the name passing an argument is not even required.
+    Note that the --device parameter might be somewhat confusing as
+    it refers to the devices name and not to the /dev/videoX device
+    file (bgo#777047).
+  + Use consistent language about the user's home folder. Fix
+    <files> tag to be used around one folder and not multiple
+    folders (bgo#773526).
+  + camera-device: limit width and height. Set a limit on the width
+    and height or else we might end scanning and overflowing
+    forever.
+  + camera-device: handle fraction ranges. Add support for fraction
+    ranges.
+  + camera: remove dead instance variables (bgo#780021).
+  + Updated translations.
+- Stop handling desktop_database_post(un) and
+  icon_theme_cache_post(un) in post(un), no longer needed as
+  file-triggers takes care of this now.
+
+-------------------------------------------------------------------

Old:
----
  cheese-3.24.0.tar.xz

New:
----
  cheese-3.26.0.tar.xz

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

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.VciQxq/_old  2017-09-13 21:52:20.416431450 +0200
+++ /var/tmp/diff_new_pack.VciQxq/_new  2017-09-13 21:52:20.420430887 +0200
@@ -20,13 +20,13 @@
 %define lib_gtk_major 25
 
 Name:           cheese
-Version:        3.24.0
+Version:        3.26.0
 Release:        0
 Summary:        Webcam Booth for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Other
 Url:            https://wiki.gnome.org/Apps/Cheese
-Source0:        
http://download.gnome.org/sources/cheese/3.24/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/cheese/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -52,7 +52,7 @@
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 BuildRequires:  pkgconfig(x11)
 Requires:       gnome-video-effects
-Requires:       yelp
+Recommends:     yelp
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -61,7 +61,7 @@
 with fun graphical effects.
 
 %package -n libcheese%{lib_major}
-Summary:        Webcam Booth for GNOME - Library
+Summary:        Library implementing a webcam booth for GNOME
 # won't start without those:
 Group:          System/Libraries
 Requires:       gstreamer-plugins-bad
@@ -74,7 +74,7 @@
 with fun graphical effects.
 
 %package -n typelib-1_0-Cheese-3_0
-Summary:        Webcam Booth for GNOME - Introspection bindings
+Summary:        Introspection bindings for libcheese
 Group:          System/Libraries
 
 %description -n typelib-1_0-Cheese-3_0
@@ -85,7 +85,7 @@
 libcheese library.
 
 %package -n libcheese-gtk%{lib_gtk_major}
-Summary:        Webcam Booth for GNOME - UI Library
+Summary:        UI library for the Cheese a webcam booth
 # The library is using gsettings keys that are defined in the -common package
 Group:          System/Libraries
 Requires:       libcheese-common >= %{version}
@@ -101,7 +101,7 @@
 party applications to include parts of cheese functionality.
 
 %package -n libcheese-common
-Summary:        Webcam Booth for GNOME - Common Data used by Libraries
+Summary:        Common data files for the Cheese webcam booth
 Group:          System/Libraries
 %glib2_gsettings_schema_requires
 
@@ -113,7 +113,7 @@
 like schemas.
 
 %package devel
-Summary:        Webcam Booth for GNOME - Development Files
+Summary:        Development files for the Cheese webcam booth
 Group:          Development/Libraries/GNOME
 Requires:       libcheese%{lib_major} = %{version}
 Requires:       libcheese-gtk%{lib_gtk_major} = %{version}
@@ -137,20 +137,12 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file org.gnome.Cheese
 %fdupes %{buildroot}%{_datadir}/help/
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %post -n libcheese%{lib_major} -p /sbin/ldconfig
 
 %postun -n libcheese%{lib_major} -p /sbin/ldconfig
@@ -176,8 +168,6 @@
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Cheese*.*
 %{_mandir}/man1/cheese.1%{?ext_man}
 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
-%{_datadir}/dbus-1/services/org.gnome.Camera.service
-%{_libexecdir}/gnome-camera-service
 
 %files -n libcheese%{lib_major}
 %defattr(-, root, root)

++++++ cheese-3.24.0.tar.xz -> cheese-3.26.0.tar.xz ++++++
++++ 13087 lines of diff (skipped)


Reply via email to