Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2014-11-18 22:45:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-15 
16:27:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes       2014-11-18 
22:46:49.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Nov 13 20:23:41 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Add name and summary elements to AppData.
+  + Limit default size for avatar cropping (bgo#739870).
+  + Substitute bindir and libexecdir in Makefile.am (bgo#726095).
+  + Use AC_PROG_SED in configure.ac.
+  + Bump required Vala version for get_menu_by_id(). Used to get
+    the given menu from GtkApplication.
+
+-------------------------------------------------------------------

Old:
----
  cheese-3.14.1.tar.xz

New:
----
  cheese-3.14.2.tar.xz

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

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.m7fZAo/_old  2014-11-18 22:46:50.000000000 +0100
+++ /var/tmp/diff_new_pack.m7fZAo/_new  2014-11-18 22:46:50.000000000 +0100
@@ -20,7 +20,7 @@
 %define lib_gtk_major 23
 
 Name:           cheese
-Version:        3.14.1
+Version:        3.14.2
 Release:        0
 Summary:        Webcam Booth for GNOME
 License:        GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vala >= 0.23.3
+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

++++++ cheese-3.14.1.tar.xz -> cheese-3.14.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/ChangeLog new/cheese-3.14.2/ChangeLog
--- old/cheese-3.14.1/ChangeLog 2014-10-13 22:02:23.000000000 +0200
+++ new/cheese-3.14.2/ChangeLog 2014-11-10 23:59:35.000000000 +0100
@@ -1,6 +1,76 @@
+commit 346938abe194ab691c84076725e245a60eccd031
+Author: David King <amigad...@amigadave.com>
+Date:   Mon Nov 10 22:58:27 2014 +0000
+
+    Update NEWS for 3.14.2 release
+
+M      NEWS
+M      configure.ac
+
+commit a0eb380c618e55657f217dcb617e31ba7d4ecfc5
+Author: David King <amigad...@amigadave.com>
+Date:  Mon Nov 10 22:56:34 2014 +0000
+
+    Add name and summary elements to AppData
+
+    Pacify appstream-util validate.
+
+M      data/org.gnome.Cheese.appdata.xml.in
+
+commit f9406b6b927344fd2f49e07f3bd6d0fa4ff4cf34
+Author: Ondrej Holy <oh...@redhat.com>
+Date:  Mon Nov 10 09:04:59 2014 +0100
+
+    Limit default size for avatar cropping
+
+    Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
+    for cropping avatars thus crop rectangle could be easily bigger then
+    image. The crop rectagle can't be modified and
+    cc_crop_area_get_picture
+    causes errors if the rectangle is bigger, because it has negative
+    coordinates. Limit the default size to fit the image also.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=739870
+
+M      libcheese/um-crop-area.c
+
+commit e19f4b1a5ccd682b2d67171f29a037e0b754085b
+Author: David King <amigad...@amigadave.com>
+Date:  Sat Oct 25 12:20:36 2014 +0100
+
+    Substitute bindir and libexecdir in Makefile.am
+
+    Rather than substituting the values of libexecdir and bindir during
+    configure, which might include some unexpanded shell variables, expand
+    and substitute them as targets in Makefile.am instead.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=726095
+
+M      Makefile.am
+M      configure.ac
+
+commit 3a21ac4f1a83ffa99956a199240ff68261bf4af1
+Author: David King <amigad...@amigadave.com>
+Date:  Sat Oct 25 11:29:49 2014 +0100
+
+    Use AC_PROG_SED in configure.ac
+
+M      Makefile.am
+M      configure.ac
+
+commit 0cd0fbbbe0a9fad166d7a43d71906aebeb106cbf
+Author: David King <amigad...@amigadave.com>
+Date:  Tue Oct 14 14:13:25 2014 +0100
+
+    Bump required Vala version for get_menu_by_id()
+
+    Use the get the given menu from GtkApplication.
+
+M      configure.ac
+
 commit 5ce24ac0049582ea28bfd791a2b3820cf61c3ed0
 Author: David King <amigad...@amigadave.com>
-Date:   Mon Oct 13 21:00:53 2014 +0100
+Date:  Mon Oct 13 21:00:53 2014 +0100
 
     Update NEWS for 3.14.1 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/Makefile.am 
new/cheese-3.14.2/Makefile.am
--- old/cheese-3.14.1/Makefile.am       2014-10-13 21:59:16.000000000 +0200
+++ new/cheese-3.14.2/Makefile.am       2014-11-10 23:57:43.000000000 +0100
@@ -367,10 +367,17 @@
 appstream_in_files = data/org.gnome.Cheese.appdata.xml.in
 appstream_XML = $(appstream_in_files:.appdata.xml.in=.appdata.xml)
 
+data/org.gnome.Cheese.service: data/org.gnome.Cheese.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]bindir[@]|$(bindir)|" $< > $@
+
+data/org.gnome.Camera.service: data/org.gnome.Camera.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
+
 servicedir = $(datadir)/dbus-1/services
-service_DATA = \
-       data/org.gnome.Camera.service \
-       data/org.gnome.Cheese.service
+service_in_files = \
+       data/org.gnome.Camera.service.in \
+       data/org.gnome.Cheese.service.in
+service_DATA = $(service_in_files:.service.in=.service)
 
 @GSETTINGS_RULES@
 gsettings_SCHEMAS = data/org.gnome.Cheese.gschema.xml
@@ -463,7 +470,7 @@
          echo '  <version>$(PACKAGE_VERSION)</version>' >> $@.xml ; \
          echo "  <revision>$$REVISION</revision>" >> $@.xml ; \
          echo '</info>' >> $@.xml ; \
-         sed '1,1s/^<?xml\b[^>?]*?>//' < test-log.xml >> $@.xml ; \
+         $(SED) '1,1s/^<?xml\b[^>?]*?>//' < test-log.xml >> $@.xml ; \
          rm test-log.xml ; \
          echo >> $@.xml ; \
          echo '</report-collection>' >> $@.xml ; \
@@ -534,11 +541,12 @@
 dist_noinst_DATA = \
        ChangeLog.pre-git \
        COPYING.GPL3 \
+       $(appstream_in_files) \
        $(desktop_in_files) \
        $(gsettings_SCHEMAS) \
        $(noinst_gnome_camera_service_headers) \
        $(noinst_resource_files) \
-       $(appstream_in_files) \
+       $(service_in_files) \
        data/org.gnome.Cheese.gresource.xml \
        data/org.gnome.Camera.xml \
        build-aux/test-driver \
@@ -566,6 +574,7 @@
        $(pkgconfig_DATA) \
        $(enum_data) \
        $(gir_DATA) \
+       $(service_DATA) \
        $(typelib_DATA) \
        $(nodist_gnome_camera_service_headers) \
        $(nodist_gnome_camera_service_SOURCES) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/Makefile.in 
new/cheese-3.14.2/Makefile.in
--- old/cheese-3.14.1/Makefile.in       2014-10-13 22:01:35.000000000 +0200
+++ new/cheese-3.14.2/Makefile.in       2014-11-10 23:58:49.000000000 +0100
@@ -95,9 +95,7 @@
        $(top_srcdir)/configure $(am__configure_deps) \
        $(srcdir)/config.h.in $(top_srcdir)/data/cheese.pc.in \
        $(top_srcdir)/data/cheese-gtk.pc.in \
-       $(top_srcdir)/data/org.gnome.Camera.service.in \
        $(top_srcdir)/data/org.gnome.Cheese.desktop.in.in \
-       $(top_srcdir)/data/org.gnome.Cheese.service.in \
        src/cheese-application.c src/cheese-countdown.c \
        src/cheese-effects-manager.c src/cheese-preferences.c \
        src/cheese-window.c src/cheese-main.c $(dist_noinst_SCRIPTS) \
@@ -130,8 +128,7 @@
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = data/cheese.pc data/cheese-gtk.pc \
-       data/org.gnome.Camera.service data/org.gnome.Cheese.desktop.in \
-       data/org.gnome.Cheese.service
+       data/org.gnome.Cheese.desktop.in
 CONFIG_CLEAN_VPATH_FILES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
@@ -948,10 +945,11 @@
 appstream_in_files = data/org.gnome.Cheese.appdata.xml.in
 appstream_XML = $(appstream_in_files:.appdata.xml.in=.appdata.xml)
 servicedir = $(datadir)/dbus-1/services
-service_DATA = \
-       data/org.gnome.Camera.service \
-       data/org.gnome.Cheese.service
+service_in_files = \
+       data/org.gnome.Camera.service.in \
+       data/org.gnome.Cheese.service.in
 
+service_DATA = $(service_in_files:.service.in=.service)
 gsettings_SCHEMAS = data/org.gnome.Cheese.gschema.xml
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = \
@@ -1002,11 +1000,12 @@
 dist_noinst_DATA = \
        ChangeLog.pre-git \
        COPYING.GPL3 \
+       $(appstream_in_files) \
        $(desktop_in_files) \
        $(gsettings_SCHEMAS) \
        $(noinst_gnome_camera_service_headers) \
        $(noinst_resource_files) \
-       $(appstream_in_files) \
+       $(service_in_files) \
        data/org.gnome.Cheese.gresource.xml \
        data/org.gnome.Camera.xml \
        build-aux/test-driver \
@@ -1034,6 +1033,7 @@
        $(pkgconfig_DATA) \
        $(enum_data) \
        $(gir_DATA) \
+       $(service_DATA) \
        $(typelib_DATA) \
        $(nodist_gnome_camera_service_headers) \
        $(nodist_gnome_camera_service_SOURCES) \
@@ -1125,12 +1125,8 @@
        cd $(top_builddir) && $(SHELL) ./config.status $@
 data/cheese-gtk.pc: $(top_builddir)/config.status 
$(top_srcdir)/data/cheese-gtk.pc.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
-data/org.gnome.Camera.service: $(top_builddir)/config.status 
$(top_srcdir)/data/org.gnome.Camera.service.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
 data/org.gnome.Cheese.desktop.in: $(top_builddir)/config.status 
$(top_srcdir)/data/org.gnome.Cheese.desktop.in.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
-data/org.gnome.Cheese.service: $(top_builddir)/config.status 
$(top_srcdir)/data/org.gnome.Cheese.service.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
 
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
        @$(NORMAL_INSTALL)
@@ -2866,6 +2862,12 @@
 @APPSTREAM_XML_RULES@
 @INTLTOOL_XML_RULE@
 
+data/org.gnome.Cheese.service: data/org.gnome.Cheese.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]bindir[@]|$(bindir)|" $< > $@
+
+data/org.gnome.Camera.service: data/org.gnome.Camera.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
+
 @GSETTINGS_RULES@
 
 install-data-hook: install-update-icon-cache
@@ -2907,7 +2909,7 @@
 @CHEESE_ENABLE_TESTS_TRUE@       echo '  
<version>$(PACKAGE_VERSION)</version>' >> $@.xml ; \
 @CHEESE_ENABLE_TESTS_TRUE@       echo "  <revision>$$REVISION</revision>" >> 
$@.xml ; \
 @CHEESE_ENABLE_TESTS_TRUE@       echo '</info>' >> $@.xml ; \
-@CHEESE_ENABLE_TESTS_TRUE@       sed '1,1s/^<?xml\b[^>?]*?>//' < test-log.xml 
>> $@.xml ; \
+@CHEESE_ENABLE_TESTS_TRUE@       $(SED) '1,1s/^<?xml\b[^>?]*?>//' < 
test-log.xml >> $@.xml ; \
 @CHEESE_ENABLE_TESTS_TRUE@       rm test-log.xml ; \
 @CHEESE_ENABLE_TESTS_TRUE@       echo >> $@.xml ; \
 @CHEESE_ENABLE_TESTS_TRUE@       echo '</report-collection>' >> $@.xml ; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/NEWS new/cheese-3.14.2/NEWS
--- old/cheese-3.14.1/NEWS      2014-10-13 22:00:43.000000000 +0200
+++ new/cheese-3.14.2/NEWS      2014-11-10 23:58:18.000000000 +0100
@@ -1,6 +1,25 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.14.2
+  - Add name and summary elements to AppData
+    Pacify appstream-util validate.
+  - Limit default size for avatar cropping
+    Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
+    for cropping avatars thus crop rectangle could be easily bigger then
+    image. The crop rectagle can't be modified and cc_crop_area_get_picture
+    causes errors if the rectangle is bigger, because it has negative
+    coordinates. Limit the default size to fit the image also.
+    https://bugzilla.gnome.org/show_bug.cgi?id=739870
+  - Substitute bindir and libexecdir in Makefile.am
+    Rather than substituting the values of libexecdir and bindir during
+    configure, which might include some unexpanded shell variables, expand
+    and substitute them as targets in Makefile.am instead.
+    https://bugzilla.gnome.org/show_bug.cgi?id=726095
+  - Use AC_PROG_SED in configure.ac
+  - Bump required Vala version for get_menu_by_id()
+    Used to get the given menu from GtkApplication.
+
 version 3.14.1
   - Use LT_LIB_M to find the math library
     libcheese-gtk needs to link with -lm to find the fmod function.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/configure new/cheese-3.14.2/configure
--- old/cheese-3.14.1/configure 2014-10-13 22:01:34.000000000 +0200
+++ new/cheese-3.14.2/configure 2014-11-10 23:58:47.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Cheese 3.14.1.
+# Generated by GNU Autoconf 2.69 for Cheese 3.14.2.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=cheese>.
 #
@@ -198,6 +198,7 @@
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" 
as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = 
\"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1
 
   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
     
ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
@@ -205,8 +206,7 @@
     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
     PATH=/empty FPATH=/empty; export PATH FPATH
     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
-test \$(( 1 + 1 )) = 2 || exit 1"
+      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
 else
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='Cheese'
 PACKAGE_TARNAME='cheese'
-PACKAGE_VERSION='3.14.1'
-PACKAGE_STRING='Cheese 3.14.1'
+PACKAGE_VERSION='3.14.2'
+PACKAGE_STRING='Cheese 3.14.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=cheese'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Cheese'
 
@@ -829,7 +829,6 @@
 FGREP
 EGREP
 GREP
-SED
 host_os
 host_vendor
 host_cpu
@@ -840,6 +839,7 @@
 build
 LIBTOOL
 VALAC
+SED
 am__fastdepCC_FALSE
 am__fastdepCC_TRUE
 CCDEPMODE
@@ -1513,7 +1513,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Cheese 3.14.1 to adapt to many kinds of systems.
+\`configure' configures Cheese 3.14.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1583,7 +1583,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Cheese 3.14.1:";;
+     short | recursive ) echo "Configuration of Cheese 3.14.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1730,7 +1730,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Cheese configure 3.14.1
+Cheese configure 3.14.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2099,7 +2099,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Cheese $as_me 3.14.1, which was
+It was created by Cheese $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2968,7 +2968,7 @@
 
 # Define the identity of the package.
  PACKAGE='cheese'
- VERSION='3.14.1'
+ VERSION='3.14.2'
 
 
 # Some tools Automake needs.
@@ -4155,6 +4155,75 @@
 
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not 
truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+            
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null 
|| break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_SED_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+  fi
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
 # Extract the first word of "valac", so it can be a program name with args.
 set dummy valac; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -4196,11 +4265,11 @@
 fi
 
 
-   if test "$VALAC" != valac && test -n "0.23.3"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least 
version 0.23.3" >&5
-$as_echo_n "checking whether $VALAC is at least version 0.23.3... " >&6; }
+   if test "$VALAC" != valac && test -n "0.25.2"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $VALAC is at least 
version 0.25.2" >&5
+$as_echo_n "checking whether $VALAC is at least version 0.25.2... " >&6; }
        am__vala_version=`$VALAC --version | sed 's/Vala  *//'`
-       as_arg_v1=0.23.3
+       as_arg_v1=0.25.2
 as_arg_v2="$am__vala_version"
 awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
 case $? in #(
@@ -12224,9 +12293,9 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBCHEESE_LT_VERSION=7:30:0
+LIBCHEESE_LT_VERSION=7:31:0
 
-LIBCHEESE_GTK_LT_VERSION=24:14:1
+LIBCHEESE_GTK_LT_VERSION=24:15:1
 
 
 
#*******************************************************************************
@@ -14813,7 +14882,7 @@
 
 
#*******************************************************************************
 
-ac_config_files="$ac_config_files Makefile docs/reference/Makefile 
docs/reference/version.xml data/cheese.pc data/cheese-gtk.pc 
data/org.gnome.Camera.service data/org.gnome.Cheese.desktop.in 
data/org.gnome.Cheese.service help/Makefile po/Makefile.in"
+ac_config_files="$ac_config_files Makefile docs/reference/Makefile 
docs/reference/version.xml data/cheese.pc data/cheese-gtk.pc 
data/org.gnome.Cheese.desktop.in help/Makefile po/Makefile.in"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -15397,7 +15466,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Cheese $as_me 3.14.1, which was
+This file was extended by Cheese $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15464,7 +15533,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Cheese config.status 3.14.1
+Cheese config.status 3.14.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -15878,9 +15947,7 @@
     "docs/reference/version.xml") CONFIG_FILES="$CONFIG_FILES 
docs/reference/version.xml" ;;
     "data/cheese.pc") CONFIG_FILES="$CONFIG_FILES data/cheese.pc" ;;
     "data/cheese-gtk.pc") CONFIG_FILES="$CONFIG_FILES data/cheese-gtk.pc" ;;
-    "data/org.gnome.Camera.service") CONFIG_FILES="$CONFIG_FILES 
data/org.gnome.Camera.service" ;;
     "data/org.gnome.Cheese.desktop.in") CONFIG_FILES="$CONFIG_FILES 
data/org.gnome.Cheese.desktop.in" ;;
-    "data/org.gnome.Cheese.service") CONFIG_FILES="$CONFIG_FILES 
data/org.gnome.Cheese.service" ;;
     "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/configure.ac 
new/cheese-3.14.2/configure.ac
--- old/cheese-3.14.1/configure.ac      2014-10-13 22:00:08.000000000 +0200
+++ new/cheese-3.14.2/configure.ac      2014-11-10 23:57:54.000000000 +0100
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([Cheese],
-        [3.14.1],
+        [3.14.2],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -18,7 +18,8 @@
 # Check for programs
 AC_PROG_CC
 AM_PROG_CC_C_O
-AM_PROG_VALAC([0.23.3])
+AC_PROG_SED
+AM_PROG_VALAC([0.25.2])
 
 # Initialize libtool
 LT_PREREQ([2.2])
@@ -44,8 +45,8 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [7:30:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:14:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:31:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:15:1])
 
 
#*******************************************************************************
 # Internationalization
@@ -214,9 +215,7 @@
 docs/reference/version.xml
 data/cheese.pc
 data/cheese-gtk.pc
-data/org.gnome.Camera.service
 data/org.gnome.Cheese.desktop.in
-data/org.gnome.Cheese.service
 help/Makefile
 po/Makefile.in
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/data/org.gnome.Cheese.appdata.xml.in 
new/cheese-3.14.2/data/org.gnome.Cheese.appdata.xml.in
--- old/cheese-3.14.1/data/org.gnome.Cheese.appdata.xml.in      2014-10-08 
21:35:04.000000000 +0200
+++ new/cheese-3.14.2/data/org.gnome.Cheese.appdata.xml.in      2014-11-10 
23:57:54.000000000 +0100
@@ -3,10 +3,9 @@
 <application>
     <id type="desktop">org.gnome.Cheese.desktop</id>
     <metadata_license>CC0-1.0</metadata_license>
-<!-- Both taken from the desktop file.
-    <name>Cheese</name>
-    <summary></summary>
--->
+<!-- Both taken from the desktop file. -->
+    <_name>Cheese</_name>
+    <_summary>Take photos and videos with your webcam, with fun graphical 
effects</_summary>
     <description>
         <_p>Cheese uses your webcam to take photos and videos, applies fancy
         special effects and lets you share the fun with others.</_p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/data/org.gnome.Cheese.desktop.in 
new/cheese-3.14.2/data/org.gnome.Cheese.desktop.in
--- old/cheese-3.14.1/data/org.gnome.Cheese.desktop.in  2014-10-13 
22:01:40.000000000 +0200
+++ new/cheese-3.14.2/data/org.gnome.Cheese.desktop.in  2014-11-10 
23:58:53.000000000 +0100
@@ -12,5 +12,5 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=cheese
 X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=3.14.1
+X-GNOME-Bugzilla-Version=3.14.2
 DBusActivatable=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/docs/reference/html/index.html 
new/cheese-3.14.2/docs/reference/html/index.html
--- old/cheese-3.14.1/docs/reference/html/index.html    2014-10-13 
22:02:23.000000000 +0200
+++ new/cheese-3.14.2/docs/reference/html/index.html    2014-11-10 
23:59:35.000000000 +0100
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Cheese Reference 
Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for cheese 3.14.1
+      for cheese 3.14.2
 .
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="http://developer.gnome.org/cheese/unstable/"; 
target="_top">http://developer.gnome.org/cheese/unstable/</a>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/libcheese/um-crop-area.c 
new/cheese-3.14.2/libcheese/um-crop-area.c
--- old/cheese-3.14.1/libcheese/um-crop-area.c  2014-10-08 21:35:04.000000000 
+0200
+++ new/cheese-3.14.2/libcheese/um-crop-area.c  2014-11-10 23:57:43.000000000 
+0100
@@ -185,8 +185,11 @@
                 if (priv->scale == 0.0) {
                         gdouble crop_scale;
 
-                        crop_scale = MIN (gdk_pixbuf_get_width (priv->pixbuf) 
/ priv->base_width * 0.8,
-                                          gdk_pixbuf_get_height (priv->pixbuf) 
/ priv->base_height * 0.8);
+                        /* Scale the crop rectangle to 80% of the area, or 
less to fit the image */
+                        crop_scale = MIN (MIN ((gdouble)gdk_pixbuf_get_width 
(priv->pixbuf) / priv->base_width * 0.8,
+                                               (gdouble)dest_width / 
priv->base_width),
+                                          MIN ((gdouble)gdk_pixbuf_get_height 
(priv->pixbuf) / priv->base_height * 0.8,
+                                               (gdouble)dest_height / 
priv->base_height));
                         priv->crop.width = crop_scale * priv->base_width / 
scale;
                         priv->crop.height = crop_scale * priv->base_height / 
scale;
                         priv->crop.x = (gdk_pixbuf_get_width 
(priv->browse_pixbuf) - priv->crop.width) / 2;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-application.c 
new/cheese-3.14.2/src/cheese-application.c
--- old/cheese-3.14.1/src/cheese-application.c  2014-10-13 22:01:45.000000000 
+0200
+++ new/cheese-3.14.2/src/cheese-application.c  2014-11-10 23:58:58.000000000 
+0100
@@ -1,4 +1,4 @@
-/* cheese-application.c generated by valac 0.26.0.21-afb3, the Vala compiler
+/* cheese-application.c generated by valac 0.26.0.41-3092, the Vala compiler
  * generated from cheese-application.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-countdown.c 
new/cheese-3.14.2/src/cheese-countdown.c
--- old/cheese-3.14.1/src/cheese-countdown.c    2014-10-13 22:01:45.000000000 
+0200
+++ new/cheese-3.14.2/src/cheese-countdown.c    2014-11-10 23:58:58.000000000 
+0100
@@ -1,4 +1,4 @@
-/* cheese-countdown.c generated by valac 0.26.0.21-afb3, the Vala compiler
+/* cheese-countdown.c generated by valac 0.26.0.41-3092, the Vala compiler
  * generated from cheese-countdown.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-effects-manager.c 
new/cheese-3.14.2/src/cheese-effects-manager.c
--- old/cheese-3.14.1/src/cheese-effects-manager.c      2014-10-13 
22:01:45.000000000 +0200
+++ new/cheese-3.14.2/src/cheese-effects-manager.c      2014-11-10 
23:58:58.000000000 +0100
@@ -1,4 +1,4 @@
-/* cheese-effects-manager.c generated by valac 0.26.0.21-afb3, the Vala 
compiler
+/* cheese-effects-manager.c generated by valac 0.26.0.41-3092, the Vala 
compiler
  * generated from cheese-effects-manager.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-main.c 
new/cheese-3.14.2/src/cheese-main.c
--- old/cheese-3.14.1/src/cheese-main.c 2014-10-13 22:01:46.000000000 +0200
+++ new/cheese-3.14.2/src/cheese-main.c 2014-11-10 23:58:59.000000000 +0100
@@ -1,4 +1,4 @@
-/* cheese-main.c generated by valac 0.26.0.21-afb3, the Vala compiler
+/* cheese-main.c generated by valac 0.26.0.41-3092, the Vala compiler
  * generated from cheese-main.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-preferences.c 
new/cheese-3.14.2/src/cheese-preferences.c
--- old/cheese-3.14.1/src/cheese-preferences.c  2014-10-13 22:01:45.000000000 
+0200
+++ new/cheese-3.14.2/src/cheese-preferences.c  2014-11-10 23:58:58.000000000 
+0100
@@ -1,4 +1,4 @@
-/* cheese-preferences.c generated by valac 0.26.0.21-afb3, the Vala compiler
+/* cheese-preferences.c generated by valac 0.26.0.41-3092, the Vala compiler
  * generated from cheese-preferences.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cheese-3.14.1/src/cheese-window.c 
new/cheese-3.14.2/src/cheese-window.c
--- old/cheese-3.14.1/src/cheese-window.c       2014-10-13 22:01:46.000000000 
+0200
+++ new/cheese-3.14.2/src/cheese-window.c       2014-11-10 23:58:59.000000000 
+0100
@@ -1,4 +1,4 @@
-/* cheese-window.c generated by valac 0.26.0.21-afb3, the Vala compiler
+/* cheese-window.c generated by valac 0.26.0.41-3092, the Vala compiler
  * generated from cheese-window.vala, do not modify */
 
 /*

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

Reply via email to