Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-screenshooter for openSUSE:Factory checked in at 2024-08-01 22:05:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-screenshooter (Old) and /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-screenshooter" Thu Aug 1 22:05:07 2024 rev:46 rq:1190841 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes 2024-07-26 16:16:06.723183615 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.7232/xfce4-screenshooter.changes 2024-08-01 22:05:43.827686284 +0200 @@ -1,0 +2,7 @@ +Tue Jul 30 13:35:43 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to 1.11.1 + * Drop unnecessary libxml dependency + * Translation Updates + +------------------------------------------------------------------- Old: ---- xfce4-screenshooter-1.11.0.tar.bz2 New: ---- xfce4-screenshooter-1.11.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-screenshooter.spec ++++++ --- /var/tmp/diff_new_pack.h8W5kR/_old 2024-08-01 22:05:44.359708227 +0200 +++ /var/tmp/diff_new_pack.h8W5kR/_new 2024-08-01 22:05:44.359708227 +0200 @@ -22,7 +22,7 @@ %bcond_with git Name: xfce4-screenshooter -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Screenshot Tool for the Xfce Desktop License: GPL-2.0-or-later @@ -48,7 +48,6 @@ BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.16.0 BuildRequires: pkgconfig(libxfconf-0) >= 4.16.0 -BuildRequires: pkgconfig(libxml-2.0) >= 2.4.0 BuildRequires: pkgconfig(pango) >= 1.44.0 BuildRequires: pkgconfig(wayland-client) >= 1.15 BuildRequires: pkgconfig(wayland-scanner) >= 1.15 ++++++ xfce4-screenshooter-1.11.0.tar.bz2 -> xfce4-screenshooter-1.11.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/ChangeLog new/xfce4-screenshooter-1.11.1/ChangeLog --- old/xfce4-screenshooter-1.11.0/ChangeLog 2024-07-25 12:55:34.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/ChangeLog 2024-07-30 15:21:16.000000000 +0200 @@ -1,3 +1,44 @@ +commit 8279765470040fa479cba920ca8ce3a25794f56d +Author: triallax <trial...@tutanota.com> +Date: Sat Jul 27 17:43:12 2024 +0100 + + Drop unnecessary libxml dependency + + it was only used for the builtin imgur support which was dropped in + 4222b3a32343c40a7c5529297295ba6b82b42398 + +commit c7939a9e2ec397fcedab64565b6fd932117fdc4c +Author: Anonymous <nore...@xfce.org> +Date: Fri Jul 26 12:49:56 2024 +0200 + + I18n: Update translation sr (100%). + + 89 translated messages. + + Transifex (https://explore.transifex.com/xfce/). + +commit 8b21106aa8b1055a8dc7804f2bac635e034ae4cf +Author: Anonymous <nore...@xfce.org> +Date: Fri Jul 26 12:49:56 2024 +0200 + + I18n: Update translation cs (84%). + + 75 translated messages, 14 untranslated messages. + + Transifex (https://explore.transifex.com/xfce/). + +commit 8468de263237a6b1edefe32de1f74797b6fa2256 +Author: Andre Miranda <andre...@xfce.org> +Date: Thu Jul 25 12:58:11 2024 +0200 + + Back to development + +commit 66ca70bd99c04aad95c80565a80153e8ffac0737 +Author: Andre Miranda <andre...@xfce.org> +Date: Thu Jul 25 12:55:53 2024 +0200 + + Updates for release + commit baf0d67fc0b9e70a897c4a43d76c10ba2b14bfdf Author: Samueru <samuelsm...@hotmail.com> Date: Tue Jul 23 12:09:35 2024 +0000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/Makefile.am new/xfce4-screenshooter-1.11.1/Makefile.am --- old/xfce4-screenshooter-1.11.0/Makefile.am 2024-06-19 20:16:31.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/Makefile.am 2024-07-30 15:19:39.000000000 +0200 @@ -103,7 +103,6 @@ @GLIB_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCE4UI_CFLAGS@ \ - @LIBXML_CFLAGS@ \ @LIBX11_CFLAGS@ \ @WAYLAND_CLIENT_CFLAGS@ \ @XFIXES_CFLAGS@ \ @@ -120,7 +119,6 @@ @LIBXFCE4UTIL_LIBS@ \ @LIBXFCE4UI_LIBS@ \ @GLIB_LIBS@ \ - @LIBXML_LIBS@ \ @LIBXEXT_LIBS@ \ @LIBX11_LIBS@ \ @WAYLAND_CLIENT_LIBS@ \ @@ -166,7 +164,6 @@ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCE4UI_CFLAGS@ \ @GTHREAD_CFLAGS@ \ - @LIBXML_CFLAGS@ \ @LIBX11_CFLAGS@ \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -DPACKAGE_SCRIPTS_DIR=\"$(scriptdir)\" @@ -178,7 +175,6 @@ @GDKX11_LIBS@ \ @GLIB_LIBS@ \ @GTHREAD_LIBS@ \ - @LIBXML_LIBS@ \ @LIBX11_LIBS@ \ @LIBXFCE4UTIL_LIBS@ \ @LIBXFCE4UI_LIBS@ @@ -221,7 +217,6 @@ @LIBXFCE4PANEL_CFLAGS@ \ @LIBXFCE4UI_CFLAGS@ \ @GTHREAD_CFLAGS@ \ - @LIBXML_CFLAGS@ \ @LIBX11_CFLAGS@ panel_plugin_libscreenshooterplugin_la_LDFLAGS = \ @@ -235,7 +230,6 @@ @EXO_LIBS@ \ @LIBXFCE4PANEL_LIBS@ \ @GTHREAD_LIBS@ \ - @LIBXML_LIBS@ \ @LIBX11_LIBS@ \ @LIBXFCE4UI_LIBS@ \ lib/libscreenshooter.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/Makefile.in new/xfce4-screenshooter-1.11.1/Makefile.in --- old/xfce4-screenshooter-1.11.0/Makefile.in 2024-07-25 12:55:30.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/Makefile.in 2024-07-30 15:21:12.000000000 +0200 @@ -488,10 +488,6 @@ LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ -LIBXML_CFLAGS = @LIBXML_CFLAGS@ -LIBXML_LIBS = @LIBXML_LIBS@ -LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@ -LIBXML_VERSION = @LIBXML_VERSION@ LIBXTST_CFLAGS = @LIBXTST_CFLAGS@ LIBXTST_LIBS = @LIBXTST_LIBS@ LIBXTST_REQUIRED_VERSION = @LIBXTST_REQUIRED_VERSION@ @@ -680,7 +676,6 @@ @GLIB_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCE4UI_CFLAGS@ \ - @LIBXML_CFLAGS@ \ @LIBX11_CFLAGS@ \ @WAYLAND_CLIENT_CFLAGS@ \ @XFIXES_CFLAGS@ \ @@ -690,9 +685,8 @@ lib_libscreenshooter_la_LIBADD = -lm @EXO_LIBS@ @GTK_LIBS@ @GDK_LIBS@ \ @GDKX11_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCE4UI_LIBS@ \ - @GLIB_LIBS@ @LIBXML_LIBS@ @LIBXEXT_LIBS@ @LIBX11_LIBS@ \ - @WAYLAND_CLIENT_LIBS@ @XFCONF_LIBS@ @XFIXES_LIBS@ \ - $(am__append_6) + @GLIB_LIBS@ @LIBXEXT_LIBS@ @LIBX11_LIBS@ @WAYLAND_CLIENT_LIBS@ \ + @XFCONF_LIBS@ @XFIXES_LIBS@ $(am__append_6) lib_libscreenshooter_built_sources = \ lib/screenshooter-marshal.c lib/screenshooter-marshal.h @@ -701,8 +695,8 @@ src_xfce4_screenshooter_CFLAGS = -I$(top_srcdir)/lib/ \ -I$(top_builddir)/lib @EXO_CFLAGS@ @GTK_CFLAGS@ @GDK_CFLAGS@ \ @GDKX11_CFLAGS@ @GLIB_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ \ - @LIBXFCE4UI_CFLAGS@ @GTHREAD_CFLAGS@ @LIBXML_CFLAGS@ \ - @LIBX11_CFLAGS@ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4UI_CFLAGS@ @GTHREAD_CFLAGS@ @LIBX11_CFLAGS@ \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -DPACKAGE_SCRIPTS_DIR=\"$(scriptdir)\" $(am__append_7) src_xfce4_screenshooter_LDFLAGS = \ @EXO_LIBS@ \ @@ -711,7 +705,6 @@ @GDKX11_LIBS@ \ @GLIB_LIBS@ \ @GTHREAD_LIBS@ \ - @LIBXML_LIBS@ \ @LIBX11_LIBS@ \ @LIBXFCE4UTIL_LIBS@ \ @LIBXFCE4UI_LIBS@ @@ -737,7 +730,6 @@ @LIBXFCE4PANEL_CFLAGS@ \ @LIBXFCE4UI_CFLAGS@ \ @GTHREAD_CFLAGS@ \ - @LIBXML_CFLAGS@ \ @LIBX11_CFLAGS@ panel_plugin_libscreenshooterplugin_la_LDFLAGS = \ @@ -751,7 +743,6 @@ @EXO_LIBS@ \ @LIBXFCE4PANEL_LIBS@ \ @GTHREAD_LIBS@ \ - @LIBXML_LIBS@ \ @LIBX11_LIBS@ \ @LIBXFCE4UI_LIBS@ \ lib/libscreenshooter.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/NEWS new/xfce4-screenshooter-1.11.1/NEWS --- old/xfce4-screenshooter-1.11.0/NEWS 2024-07-25 12:54:17.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/NEWS 2024-07-30 15:19:53.000000000 +0200 @@ -1,3 +1,9 @@ +1.11.1 (2024-07-30) +====== +- Drop unnecessary libxml dependency +- Translation Updates: + Czech, Serbian + 1.11.0 (2024-07-25) ====== - Drop built-in support for imgur diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/configure new/xfce4-screenshooter-1.11.1/configure --- old/xfce4-screenshooter-1.11.0/configure 2024-07-25 12:55:29.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/configure 2024-07-30 15:21:11.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for xfce4-screenshooter 1.11.0. +# Generated by GNU Autoconf 2.71 for xfce4-screenshooter 1.11.1. # # Report bugs to <https://gitlab.xfce.org/apps/xfce4-screenshooter>. # @@ -622,8 +622,8 @@ # Identity of this package. PACKAGE_NAME='xfce4-screenshooter' PACKAGE_TARNAME='xfce4-screenshooter' -PACKAGE_VERSION='1.11.0' -PACKAGE_STRING='xfce4-screenshooter 1.11.0' +PACKAGE_VERSION='1.11.1' +PACKAGE_STRING='xfce4-screenshooter 1.11.1' PACKAGE_BUGREPORT='https://gitlab.xfce.org/apps/xfce4-screenshooter' PACKAGE_URL='' @@ -741,10 +741,6 @@ EXO_LIBS EXO_CFLAGS EXO_VERSION -LIBXML_REQUIRED_VERSION -LIBXML_LIBS -LIBXML_CFLAGS -LIBXML_VERSION GLIB_REQUIRED_VERSION GLIB_LIBS GLIB_CFLAGS @@ -1480,7 +1476,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 xfce4-screenshooter 1.11.0 to adapt to many kinds of systems. +\`configure' configures xfce4-screenshooter 1.11.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1552,7 +1548,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xfce4-screenshooter 1.11.0:";; + short | recursive ) echo "Configuration of xfce4-screenshooter 1.11.1:";; esac cat <<\_ACEOF @@ -1693,7 +1689,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xfce4-screenshooter configure 1.11.0 +xfce4-screenshooter configure 1.11.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1992,7 +1988,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xfce4-screenshooter $as_me 1.11.0, which was +It was created by xfce4-screenshooter $as_me 1.11.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3265,7 +3261,7 @@ # Define the identity of the package. PACKAGE='xfce4-screenshooter' - VERSION='1.11.0' + VERSION='1.11.1' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -14835,219 +14831,6 @@ - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 >= 2.4.0" >&5 -printf %s "checking for libxml-2.0 >= 2.4.0... " >&6; } - if $PKG_CONFIG "--atleast-version=2.4.0" "libxml-2.0" >/dev/null 2>&1; then - LIBXML_VERSION=`$PKG_CONFIG --modversion "libxml-2.0"` - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXML_VERSION" >&5 -printf "%s\n" "$LIBXML_VERSION" >&6; } - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXML_CFLAGS" >&5 -printf %s "checking LIBXML_CFLAGS... " >&6; } - LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0"` - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXML_CFLAGS" >&5 -printf "%s\n" "$LIBXML_CFLAGS" >&6; } - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LIBXML_LIBS" >&5 -printf %s "checking LIBXML_LIBS... " >&6; } - LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0"` - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBXML_LIBS" >&5 -printf "%s\n" "$LIBXML_LIBS" >&6; } - - LIBXML_REQUIRED_VERSION=2.4.0 - - - - - - - if test x"LIBXML" = x"GLIB"; then - -printf "%s\n" "#define G_LOG_USE_STRUCTURED 1" >>confdefs.h - - fi - - - - - elif $PKG_CONFIG --exists "libxml-2.0" >/dev/null 2>&1; then - xdt_cv_version=`$PKG_CONFIG --modversion "libxml-2.0"` - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 -printf "%s\n" "found, but $xdt_cv_version" >&6; } - - - echo "*** The required package libxml-2.0 was found on your system," - echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade libxml-2.0 to atleast version 2.4.0, or adjust" - echo "*** the PKG_CONFIG_PATH environment variable if you installed" - echo "*** the new version of the package in a nonstandard prefix so" - echo "*** pkg-config is able to find it." - exit 1 - - else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -printf "%s\n" "not found" >&6; } - - - echo "*** The required package libxml-2.0 was not found on your system." - echo "*** Please install libxml-2.0 (atleast version 2.4.0) or adjust" - echo "*** the PKG_CONFIG_PATH environment variable if you" - echo "*** installed the package in a nonstandard prefix so that" - echo "*** pkg-config is able to find it." - exit 1 - - fi - - - - # minimum supported version of pkg-config - xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0 - - - - - - - - - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. -set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_path_PKG_CONFIG+y} -then : - printf %s "(cached) " >&6 -else $as_nop - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG -if test -n "$PKG_CONFIG"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 -printf "%s\n" "$PKG_CONFIG" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - -fi -if test -z "$ac_cv_path_PKG_CONFIG"; then - ac_pt_PKG_CONFIG=$PKG_CONFIG - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6; } -if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} -then : - printf %s "(cached) " >&6 -else $as_nop - case $ac_pt_PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" - printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -if test -n "$ac_pt_PKG_CONFIG"; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } -else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } -fi - - if test "x$ac_pt_PKG_CONFIG" = x; then - PKG_CONFIG="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - PKG_CONFIG=$ac_pt_PKG_CONFIG - fi -else - PKG_CONFIG="$ac_cv_path_PKG_CONFIG" -fi - -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } - else - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } - PKG_CONFIG="" - fi -fi - - if test x"$PKG_CONFIG" = x""; then - echo - echo "*** Your version of pkg-config is too old. You need atleast" - echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config" - echo "*** from the freedesktop.org software repository at" - echo "***" - echo "*** https://www.freedesktop.org/wiki/Software/pkg-config/" - echo "***" - exit 1; - fi - - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for exo-2 >= 0.12.0" >&5 printf %s "checking for exo-2 >= 0.12.0... " >&6; } if $PKG_CONFIG "--atleast-version=0.12.0" "exo-2" >/dev/null 2>&1; then @@ -22649,7 +22432,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xfce4-screenshooter $as_me 1.11.0, which was +This file was extended by xfce4-screenshooter $as_me 1.11.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22717,7 +22500,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -xfce4-screenshooter config.status 1.11.0 +xfce4-screenshooter config.status 1.11.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/configure.ac new/xfce4-screenshooter-1.11.1/configure.ac --- old/xfce4-screenshooter-1.11.0/configure.ac 2024-07-25 12:53:35.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/configure.ac 2024-07-30 15:19:50.000000000 +0200 @@ -3,7 +3,7 @@ dnl xfce4-screenshooter dnl -XDT_VERSION_INIT([1.11.0]) +XDT_VERSION_INIT([1.11.1]) AC_INIT([xfce4-screenshooter], [xdt_version], [https://gitlab.xfce.org/apps/xfce4-screenshooter], [xfce4-screenshooter]) AC_PREREQ([2.69]) @@ -47,7 +47,6 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.24.0]) XDT_CHECK_PACKAGE([GDK], [gdk-3.0], [3.24.0]) XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.66.0]) -XDT_CHECK_PACKAGE([LIBXML], [libxml-2.0], [2.4.0]) XDT_CHECK_PACKAGE([EXO], [exo-2], [0.12.0]) XDT_CHECK_PACKAGE([PANGO], [pango], [1.44.0]) XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.16.0]) Binary files old/xfce4-screenshooter-1.11.0/po/cs.gmo and new/xfce4-screenshooter-1.11.1/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/po/cs.po new/xfce4-screenshooter-1.11.1/po/cs.po --- old/xfce4-screenshooter-1.11.0/po/cs.po 2024-06-19 20:16:31.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/po/cs.po 2024-07-30 15:18:04.000000000 +0200 @@ -3,6 +3,7 @@ # This file is distributed under the same license as the xfce-apps.xfce4-screenshooter package. # # Translators: +# a a, 2024 # Alois NeÅ¡por <i...@aloisnespor.info>, 2013-2014 # Michal Várady <miko.v...@gmail.com>, 2014-2015,2018-2022 # Pavel Borecki <pavel.bore...@gmail.com>, 2019 @@ -13,7 +14,7 @@ "Report-Msgid-Bugs-To: https://gitlab.xfce.org/\n" "POT-Creation-Date: 2024-06-06 00:51+0200\n" "PO-Revision-Date: 2013-07-03 18:40+0000\n" -"Last-Translator: Michal Várady <miko.v...@gmail.com>, 2014-2015,2018-2022\n" +"Last-Translator: a a, 2024\n" "Language-Team: Czech (http://app.transifex.com/xfce/xfce-apps/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,7 +89,7 @@ #: lib/screenshooter-dialogs.c:962 lib/screenshooter-dialogs.c:989 msgid "Not supported in Wayland" -msgstr "" +msgstr "Nenà podporováno ve Waylandu" #: lib/screenshooter-dialogs.c:973 msgid "Select a region" @@ -150,7 +151,7 @@ #: lib/screenshooter-dialogs.c:1192 msgid "Save the screenshot to a file" -msgstr "" +msgstr "Uložit snÃmek obrazovky jako soubor" #. Show in folder checkbox #: lib/screenshooter-dialogs.c:1196 @@ -273,7 +274,7 @@ #: lib/screenshooter-format.c:32 msgid "JPEG File" -msgstr "" +msgstr "Soubor JPEG" #: lib/screenshooter-format.c:33 msgid "BMP File" @@ -285,11 +286,11 @@ #: lib/screenshooter-format.c:35 msgid "JPEG XL File" -msgstr "" +msgstr "Soubor JPEG XL" #: lib/screenshooter-format.c:36 msgid "AVIF File" -msgstr "" +msgstr "Soubor AVIF" #: lib/screenshooter-utils.c:322 #, c-format Binary files old/xfce4-screenshooter-1.11.0/po/sr.gmo and new/xfce4-screenshooter-1.11.1/po/sr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-screenshooter-1.11.0/po/sr.po new/xfce4-screenshooter-1.11.1/po/sr.po --- old/xfce4-screenshooter-1.11.0/po/sr.po 2024-06-19 20:16:31.000000000 +0200 +++ new/xfce4-screenshooter-1.11.1/po/sr.po 2024-07-30 15:18:04.000000000 +0200 @@ -424,4 +424,4 @@ "and the action that will be done with the screenshot: save it to a file, " "copy it to the clipboard, open it using another application, or use your " "creativity with custom actions." -msgstr "" +msgstr "ÐмогÑÑава ÑликаÑе Ñелог заÑлона, Ñадног пÑозоÑа или одÑеÑене облаÑÑи. ÐожеÑе поÑÑавиÑи Ð¾Ð´Ð³Ð¾Ð´Ñ Ð´Ð¾ ÑÑенÑÑка ÑликаÑа и деÑÑÑво над гоÑовом Ñликом: ÑаÑÑваÑи Ñе Ñ Ð´Ð°ÑоÑекÑ, ÑмножиÑи Ñе Ñ ÑпÑемиÑÑе иÑеÑака, оÑвоÑиÑи Ñе неким пÑогÑамом, или коÑиÑÑиÑе ÑвоÑе ÑÑваÑалаÑÑво за одÑеÑиваÑе пÑоизвоÑне ÑадÑе."