[Pkg-xfce-commits] [Git][xfce-team/desktop/libxfce4util][upstream/latest] New upstream version 4.18.0.
Unit 193 (@unit193)
gitlab at salsa.debian.org
Thu Dec 15 10:14:04 GMT 2022
Unit 193 pushed to branch upstream/latest at xfce / desktop / libxfce4util
Commits:
ae7e63e0 by Unit 193 at 2022-12-15T05:03:08-05:00
New upstream version 4.18.0.
- - - - -
8 changed files:
- ChangeLog
- NEWS
- config.h.in
- configure
- configure.ac
- docs/reference/html/index.html
- docs/reference/html/libxfce4util-Version-Information.html
- libxfce4util/libxfce4util-config.h
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,21 @@
+commit 6ad47d4a613a81f675b889b416d694d01b0fdee3
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Mon Dec 5 20:33:01 2022 +0100
+
+ build: Bump requirements for Xfce 4.18
+
+commit 1918c40d05d7f19193430e150cb1ffa618adda78
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Wed Nov 30 16:42:55 2022 +0100
+
+ Back to development
+
+commit b2e69aa5a18932f3a74bff7bdc785d182b7a5de2
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Wed Nov 30 16:42:28 2022 +0100
+
+ Updates for release
+
commit b5047b47302e54003d00ea23364f8c1bc715acd0
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Sat Nov 12 22:08:15 2022 +0100
=====================================
NEWS
=====================================
@@ -1,3 +1,7 @@
+4.18.0 (2022-12-15)
+======
+- build: Bump requirements for Xfce 4.18
+
4.17.4 (2022-11-30)
======
- bump copyright to 2022
=====================================
config.h.in
=====================================
@@ -9,10 +9,10 @@
/* Name of default gettext domain */
#undef GETTEXT_PACKAGE
-/* Prevent post 2_56 APIs */
+/* Prevent post 2_66 APIs */
#undef GLIB_VERSION_MAX_ALLOWED
-/* Ignore post 2_56 APIs */
+/* Ignore post 2_66 APIs */
#undef GLIB_VERSION_MIN_REQUIRED
/* Use GLib structured logging */
=====================================
configure
=====================================
@@ -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 libxfce4util 4.17.4.
+# Generated by GNU Autoconf 2.71 for libxfce4util 4.18.0.
#
# Report bugs to <xfce4-dev at xfce.org>.
#
@@ -625,8 +625,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libxfce4util'
PACKAGE_TARNAME='libxfce4util'
-PACKAGE_VERSION='4.17.4'
-PACKAGE_STRING='libxfce4util 4.17.4'
+PACKAGE_VERSION='4.18.0'
+PACKAGE_STRING='libxfce4util 4.18.0'
PACKAGE_BUGREPORT='xfce4-dev at xfce.org'
PACKAGE_URL=''
@@ -1468,7 +1468,7 @@ if test "$ac_init_help" = "long"; then
# 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 libxfce4util 4.17.4 to adapt to many kinds of systems.
+\`configure' configures libxfce4util 4.18.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1539,7 +1539,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libxfce4util 4.17.4:";;
+ short | recursive ) echo "Configuration of libxfce4util 4.18.0:";;
esac
cat <<\_ACEOF
@@ -1679,7 +1679,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libxfce4util configure 4.17.4
+libxfce4util configure 4.18.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1900,7 +1900,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libxfce4util $as_me 4.17.4, which was
+It was created by libxfce4util $as_me 4.18.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2660,7 +2660,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-LIBXFCE4UTIL_VERSION=4.17.4
+LIBXFCE4UTIL_VERSION=4.18.0
am__api_version='1.16'
@@ -3175,7 +3175,7 @@ fi
# Define the identity of the package.
PACKAGE='libxfce4util'
- VERSION='4.17.4'
+ VERSION='4.18.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3468,12 +3468,12 @@ LIBXFCE4UTIL_VERINFO=7:0:0
-printf "%s\n" "#define XFCE_VERSION_STRING \"4.18pre2\"" >>confdefs.h
+printf "%s\n" "#define XFCE_VERSION_STRING \"4.18\"" >>confdefs.h
LIBXFCE4UTIL_VERSION_MAJOR=4
-LIBXFCE4UTIL_VERSION_MINOR=17
-LIBXFCE4UTIL_VERSION_MICRO=4
+LIBXFCE4UTIL_VERSION_MINOR=18
+LIBXFCE4UTIL_VERSION_MICRO=0
@@ -14899,9 +14899,9 @@ fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.56.0" >&5
-printf %s "checking for gobject-2.0 >= 2.56.0... " >&6; }
- if $PKG_CONFIG "--atleast-version=2.56.0" "gobject-2.0" >/dev/null 2>&1; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.66.0" >&5
+printf %s "checking for gobject-2.0 >= 2.66.0... " >&6; }
+ if $PKG_CONFIG "--atleast-version=2.66.0" "gobject-2.0" >/dev/null 2>&1; then
GOBJECT_VERSION=`$PKG_CONFIG --modversion "gobject-2.0"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GOBJECT_VERSION" >&5
printf "%s\n" "$GOBJECT_VERSION" >&6; }
@@ -14918,7 +14918,7 @@ printf %s "checking GOBJECT_LIBS... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GOBJECT_LIBS" >&5
printf "%s\n" "$GOBJECT_LIBS" >&6; }
- GOBJECT_REQUIRED_VERSION=2.56.0
+ GOBJECT_REQUIRED_VERSION=2.66.0
@@ -14942,7 +14942,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
echo "*** The required package gobject-2.0 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade gobject-2.0 to atleast version 2.56.0, or adjust"
+ echo "*** Please upgrade gobject-2.0 to atleast version 2.66.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."
@@ -14954,7 +14954,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package gobject-2.0 was not found on your system."
- echo "*** Please install gobject-2.0 (atleast version 2.56.0) or adjust"
+ echo "*** Please install gobject-2.0 (atleast version 2.66.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."
@@ -15113,9 +15113,9 @@ fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.56.0" >&5
-printf %s "checking for glib-2.0 >= 2.56.0... " >&6; }
- if $PKG_CONFIG "--atleast-version=2.56.0" "glib-2.0" >/dev/null 2>&1; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.66.0" >&5
+printf %s "checking for glib-2.0 >= 2.66.0... " >&6; }
+ if $PKG_CONFIG "--atleast-version=2.66.0" "glib-2.0" >/dev/null 2>&1; then
GLIB_VERSION=`$PKG_CONFIG --modversion "glib-2.0"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GLIB_VERSION" >&5
printf "%s\n" "$GLIB_VERSION" >&6; }
@@ -15132,7 +15132,7 @@ printf %s "checking GLIB_LIBS... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GLIB_LIBS" >&5
printf "%s\n" "$GLIB_LIBS" >&6; }
- GLIB_REQUIRED_VERSION=2.56.0
+ GLIB_REQUIRED_VERSION=2.66.0
@@ -15146,15 +15146,15 @@ printf "%s\n" "#define G_LOG_USE_STRUCTURED 1" >>confdefs.h
fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.56.0" >&5
-printf "%s\n" "$as_me: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.56.0" >&6;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.66.0" >&5
+printf "%s\n" "$as_me: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.66.0" >&6;}
-printf "%s\n" "#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_56" >>confdefs.h
+printf "%s\n" "#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_66" >>confdefs.h
-printf "%s\n" "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_56" >>confdefs.h
+printf "%s\n" "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_66" >>confdefs.h
@@ -15168,7 +15168,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
echo "*** The required package glib-2.0 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade glib-2.0 to atleast version 2.56.0, or adjust"
+ echo "*** Please upgrade glib-2.0 to atleast version 2.66.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."
@@ -15180,7 +15180,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package glib-2.0 was not found on your system."
- echo "*** Please install glib-2.0 (atleast version 2.56.0) or adjust"
+ echo "*** Please install glib-2.0 (atleast version 2.66.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."
@@ -15339,9 +15339,9 @@ fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.56.0" >&5
-printf %s "checking for gio-2.0 >= 2.56.0... " >&6; }
- if $PKG_CONFIG "--atleast-version=2.56.0" "gio-2.0" >/dev/null 2>&1; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.66.0" >&5
+printf %s "checking for gio-2.0 >= 2.66.0... " >&6; }
+ if $PKG_CONFIG "--atleast-version=2.66.0" "gio-2.0" >/dev/null 2>&1; then
GIO_VERSION=`$PKG_CONFIG --modversion "gio-2.0"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_VERSION" >&5
printf "%s\n" "$GIO_VERSION" >&6; }
@@ -15358,7 +15358,7 @@ printf %s "checking GIO_LIBS... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_LIBS" >&5
printf "%s\n" "$GIO_LIBS" >&6; }
- GIO_REQUIRED_VERSION=2.56.0
+ GIO_REQUIRED_VERSION=2.66.0
@@ -15382,7 +15382,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
echo "*** The required package gio-2.0 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade gio-2.0 to atleast version 2.56.0, or adjust"
+ echo "*** Please upgrade gio-2.0 to atleast version 2.66.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."
@@ -15394,7 +15394,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package gio-2.0 was not found on your system."
- echo "*** Please install gio-2.0 (atleast version 2.56.0) or adjust"
+ echo "*** Please install gio-2.0 (atleast version 2.66.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."
@@ -17020,7 +17020,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libxfce4util $as_me 4.17.4, which was
+This file was extended by libxfce4util $as_me 4.18.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17088,7 +17088,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-libxfce4util config.status 4.17.4
+libxfce4util config.status 4.18.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -10,12 +10,12 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([libxfce4util_verinfo], [7:0:0])
-XDT_VERSION_INIT([4.17.4])
+XDT_VERSION_INIT([4.18.0])
dnl **************************************************************
dnl *** Overall Xfce version, modify this when making releases ***
dnl **************************************************************
-m4_define([xfce_version_string], [4.18pre2])
+m4_define([xfce_version_string], [4.18])
dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT
dnl # YOU ARE DOING.
@@ -98,17 +98,17 @@ XDT_I18N()
dnl ***********************************
dnl *** Check for GObject installed ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.56.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.66.0])
dnl ********************************
dnl *** Check for GLib installed ***
dnl ********************************
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.56.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.66.0])
dnl ********************************
dnl *** Check for GIO installed ***
dnl ********************************
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.56.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.66.0])
dnl *************************
dnl *** Check for gtk-doc ***
=====================================
docs/reference/html/index.html
=====================================
@@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libxfce4util Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
- For libxfce4util 4.17.4.
+ For libxfce4util 4.18.0.
The latest version of this documentation can be found on-line at
<a class="ulink" href="https://developer.xfce.org/libxfce4util/index.html" target="_top">https://developer.xfce.org/libxfce4util/</a>..
</p></div>
=====================================
docs/reference/html/libxfce4util-Version-Information.html
=====================================
@@ -146,13 +146,13 @@ xfce_version_string (<em class="parameter"><code><span class="type">void</span><
<hr>
<div class="refsect2">
<a name="LIBXFCE4UTIL-MINOR-VERSION:CAPS"></a><h3>LIBXFCE4UTIL_MINOR_VERSION</h3>
-<pre class="programlisting">#define LIBXFCE4UTIL_MINOR_VERSION 17
+<pre class="programlisting">#define LIBXFCE4UTIL_MINOR_VERSION 18
</pre>
</div>
<hr>
<div class="refsect2">
<a name="LIBXFCE4UTIL-MICRO-VERSION:CAPS"></a><h3>LIBXFCE4UTIL_MICRO_VERSION</h3>
-<pre class="programlisting">#define LIBXFCE4UTIL_MICRO_VERSION 4
+<pre class="programlisting">#define LIBXFCE4UTIL_MICRO_VERSION 0
</pre>
</div>
</div>
=====================================
libxfce4util/libxfce4util-config.h
=====================================
@@ -31,8 +31,8 @@
G_BEGIN_DECLS
#define LIBXFCE4UTIL_MAJOR_VERSION 4
-#define LIBXFCE4UTIL_MINOR_VERSION 17
-#define LIBXFCE4UTIL_MICRO_VERSION 4
+#define LIBXFCE4UTIL_MINOR_VERSION 18
+#define LIBXFCE4UTIL_MICRO_VERSION 0
#define LIBXFCE4UTIL_CHECK_VERSION(major,minor,micro) \
(LIBXFCE4UTIL_MAJOR_VERSION > (major) \
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/libxfce4util/-/commit/ae7e63e05177a2d18b08ae80d3943d756b10163d
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/libxfce4util/-/commit/ae7e63e05177a2d18b08ae80d3943d756b10163d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20221215/0389bbb4/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list