Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2021-09-29 20:17:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and      /work/SRC/openSUSE:Factory/.cheese.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cheese"

Wed Sep 29 20:17:27 2021 rev:110 rq:921598 version:41.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cheese/cheese.changes    2021-04-12 
12:37:36.621386412 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new.1899/cheese.changes  2021-09-29 
20:17:30.698789969 +0200
@@ -1,0 +2,43 @@
+Mon Sep 20 10:57:01 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Update to version 41.0:
+  + Allow headerbar to appear on all desktops.
+  + Update to runtime 40 and some meta-data fixes.
+  + Reference of [GtkChild] fields is handled by GtkBuilder, type
+    must be unowned.
+  + Change GLib.PtrArray into GLib.GenericArray.
+  + libcheese: Fix critical on failing to load cropping cursor.
+  + Allow device parameter to understand api.v4l2.path.
+  + Update flatpak manifest and appdata.
+  + Remember last used camera.
+  + Enable cameras with only MJPEG output.
+  + Preserve video/x-raw over image/jpeg.
+  + Support camera video formats with MJPEG output.
+  + Show better error when file info query fails.
+  + Fix infinite loop if thumbnailer is not available.
+  + Updated translations.
+- Rename typelib-1_0-Cheese-3_0 subpackage to
+  typelib-1_0-Cheese-41_0, following upstream.
+- Drop upstream fixed patches:
+  + 1c1e7fa0c4608331fd89683ccb342ed3518acccc.patch
+  + 5587daca748e9010f59250c5dcb8e8ea42266685.patch
+  + 58de82b3d463b69f4c0bef75667e47020924e28b.patch
+  + 7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch
+  + 9f0825c3169047da75d3fe91a3cb02bfe6fb7f25.patch
+
+-------------------------------------------------------------------
+Thu Sep 16 01:24:22 UTC 2021 - Stanislav Brabec <[email protected]>
+
+- Remove obsolete translation-update-upstream support
+  (jsc#SLE-21105).
+
+-------------------------------------------------------------------
+Mon Sep 13 13:19:05 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Add upstream patches adding support for video MJPEG output:
+  + 58de82b3d463b69f4c0bef75667e47020924e28b.patch
+  + 1c1e7fa0c4608331fd89683ccb342ed3518acccc.patch
+  + 5587daca748e9010f59250c5dcb8e8ea42266685.patch
+  + 9f0825c3169047da75d3fe91a3cb02bfe6fb7f25.patch
+
+-------------------------------------------------------------------

Old:
----
  7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch
  cheese-3.38.0.tar.xz

New:
----
  cheese-41.0.tar.xz

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

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.Ms22C2/_old  2021-09-29 20:17:31.326790752 +0200
+++ /var/tmp/diff_new_pack.Ms22C2/_new  2021-09-29 20:17:31.330790757 +0200
@@ -20,15 +20,13 @@
 %define lib_gtk_major 25
 
 Name:           cheese
-Version:        3.38.0
+Version:        41.0
 Release:        0
 Summary:        Webcam Booth for GNOME
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
 URL:            https://wiki.gnome.org/Apps/Cheese
-Source0:        
https://download.gnome.org/sources/cheese/3.38/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0:         
https://gitlab.gnome.org/GNOME/cheese/-/commit/7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch
+Source0:        
https://download.gnome.org/sources/cheese/41/%{name}-%{version}.tar.xz
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -36,7 +34,6 @@
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
-BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.25.2
 BuildRequires:  yelp-tools
@@ -74,11 +71,11 @@
 Cheese is an application to take photos and videos with your webcam,
 with fun graphical effects.
 
-%package -n typelib-1_0-Cheese-3_0
+%package -n typelib-1_0-Cheese-41_0
 Summary:        Introspection bindings for libcheese
 Group:          System/Libraries
 
-%description -n typelib-1_0-Cheese-3_0
+%description -n typelib-1_0-Cheese-41_0
 Cheese is an application to take photos and videos with your webcam,
 with fun graphical effects.
 
@@ -117,7 +114,7 @@
 Group:          Development/Libraries/GNOME
 Requires:       libcheese%{lib_major} = %{version}
 Requires:       libcheese-gtk%{lib_gtk_major} = %{version}
-Requires:       typelib-1_0-Cheese-3_0 = %{version}
+Requires:       typelib-1_0-Cheese-41_0 = %{version}
 
 %description devel
 Cheese is an application to take photos and videos with your webcam,
@@ -127,7 +124,6 @@
 
 %prep
 %autosetup -p1
-translation-update-upstream po %{name}
 
 %build
 %meson
@@ -147,7 +143,7 @@
 
 %files
 %license COPYING
-%doc AUTHORS README ChangeLog
+%doc NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/cheese
 %dir %{_datadir}/metainfo
@@ -160,8 +156,8 @@
 %files -n libcheese%{lib_major}
 %{_libdir}/libcheese.so.%{lib_major}*
 
-%files -n typelib-1_0-Cheese-3_0
-%{_libdir}/girepository-1.0/Cheese-3.0.typelib
+%files -n typelib-1_0-Cheese-41_0
+%{_libdir}/girepository-1.0/Cheese-41.0.typelib
 
 %files -n libcheese-gtk%{lib_gtk_major}
 %{_libdir}/libcheese-gtk.so.%{lib_gtk_major}*
@@ -170,12 +166,13 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
 
 %files devel
+%doc AUTHORS README ChangeLog
 %{_includedir}/cheese/
 %{_libdir}/pkgconfig/cheese.pc
 %{_libdir}/pkgconfig/cheese-gtk.pc
 %{_libdir}/libcheese.so
 %{_libdir}/libcheese-gtk.so
-%{_datadir}/gir-1.0/Cheese-3.0.gir
+%{_datadir}/gir-1.0/Cheese-41.0.gir
 %{_datadir}/gtk-doc/html/cheese/
 
 %files lang -f %{name}.lang

++++++ cheese-3.38.0.tar.xz -> cheese-41.0.tar.xz ++++++
++++ 10942 lines of diff (skipped)

Reply via email to