[Pkg-xfce-commits] [Git][xfce-team/desktop/libxfce4util][debian/master] 3 commits: New upstream version 4.17.4.
Unit 193 (@unit193)
gitlab at salsa.debian.org
Mon Dec 5 06:53:45 GMT 2022
Unit 193 pushed to branch debian/master at xfce / desktop / libxfce4util
Commits:
72dbdb51 by Unit 193 at 2022-12-05T01:49:49-05:00
New upstream version 4.17.4.
- - - - -
05e30bb2 by Unit 193 at 2022-12-05T01:49:50-05:00
Update upstream source from tag 'upstream/4.17.4'
Update to upstream version '4.17.4'
with Debian dir 66070c9401fa1376acf82fca9995ba4220081794
- - - - -
47b5284d by Unit 193 at 2022-12-05T01:50:24-05:00
Update changelog for release.
- - - - -
11 changed files:
- ChangeLog
- NEWS
- configure
- configure.ac
- debian/changelog
- docs/reference/html/index.html
- docs/reference/html/libxfce4util-Version-Information.html
- docs/reference/html/libxfce4util-Xfce-String-Functions.html
- libxfce4util/libxfce4util-config.h
- libxfce4util/xfce-string.c
- xfce4-kiosk-query/main.c
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,27 @@
+commit b5047b47302e54003d00ea23364f8c1bc715acd0
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date: Sat Nov 12 22:08:15 2022 +0100
+
+ bump copyright to 2022
+
+commit d7ce7094c6d7ea238d2c6d97a8535251ca3edd03
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Wed Nov 2 18:23:24 2022 +0100
+
+ docs: Fix return value of xfce_str_replace()
+
+commit 37802977b8152c215b8d6743208abda78fb0603b
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Mon Oct 31 17:04:57 2022 +0100
+
+ Back to development
+
+commit 83c041afe2bc85ba1ac4fd6f5afdc1be4b827338
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Mon Oct 31 17:04:29 2022 +0100
+
+ Updates for release
+
commit e2f2a6eb970687d3cbf47fa0e684e27cf6e8dad9
Author: Gaël Bonithon <gael at xfce.org>
Date: Fri Oct 7 17:37:04 2022 +0200
=====================================
NEWS
=====================================
@@ -1,3 +1,8 @@
+4.17.4 (2022-11-30)
+======
+- bump copyright to 2022
+- docs: Fix return value of xfce_str_replace()
+
4.17.3 (2022-10-31)
======
- Update COPYING (!27)
=====================================
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.3.
+# Generated by GNU Autoconf 2.71 for libxfce4util 4.17.4.
#
# 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.3'
-PACKAGE_STRING='libxfce4util 4.17.3'
+PACKAGE_VERSION='4.17.4'
+PACKAGE_STRING='libxfce4util 4.17.4'
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.3 to adapt to many kinds of systems.
+\`configure' configures libxfce4util 4.17.4 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.3:";;
+ short | recursive ) echo "Configuration of libxfce4util 4.17.4:";;
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.3
+libxfce4util configure 4.17.4
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.3, which was
+It was created by libxfce4util $as_me 4.17.4, 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.3
+LIBXFCE4UTIL_VERSION=4.17.4
am__api_version='1.16'
@@ -3175,7 +3175,7 @@ fi
# Define the identity of the package.
PACKAGE='libxfce4util'
- VERSION='4.17.3'
+ VERSION='4.17.4'
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.16\"" >>confdefs.h
+printf "%s\n" "#define XFCE_VERSION_STRING \"4.18pre2\"" >>confdefs.h
LIBXFCE4UTIL_VERSION_MAJOR=4
LIBXFCE4UTIL_VERSION_MINOR=17
-LIBXFCE4UTIL_VERSION_MICRO=3
+LIBXFCE4UTIL_VERSION_MICRO=4
@@ -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.3, which was
+This file was extended by libxfce4util $as_me 4.17.4, 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.3
+libxfce4util config.status 4.17.4
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.3])
+XDT_VERSION_INIT([4.17.4])
dnl **************************************************************
dnl *** Overall Xfce version, modify this when making releases ***
dnl **************************************************************
-m4_define([xfce_version_string], [4.16])
+m4_define([xfce_version_string], [4.18pre2])
dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT
dnl # YOU ARE DOING.
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+libxfce4util (4.17.4-1) experimental; urgency=medium
+
+ * Team upload.
+
+ [ Akbarkhon Variskhanov ]
+ * debian/control: Fix minor typo and formatting
+
+ [ Unit 193 ]
+ * New upstream version 4.17.4.
+
+ -- Unit 193 <unit193 at debian.org> Mon, 05 Dec 2022 01:49:55 -0500
+
libxfce4util (4.17.3-1) experimental; urgency=medium
* Team upload.
=====================================
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.3.
+ For libxfce4util 4.17.4.
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
=====================================
@@ -152,7 +152,7 @@ xfce_version_string (<em class="parameter"><code><span class="type">void</span><
<hr>
<div class="refsect2">
<a name="LIBXFCE4UTIL-MICRO-VERSION:CAPS"></a><h3>LIBXFCE4UTIL_MICRO_VERSION</h3>
-<pre class="programlisting">#define LIBXFCE4UTIL_MICRO_VERSION 3
+<pre class="programlisting">#define LIBXFCE4UTIL_MICRO_VERSION 4
</pre>
</div>
</div>
=====================================
docs/reference/html/libxfce4util-Xfce-String-Functions.html
=====================================
@@ -171,14 +171,14 @@ removed from the string.</p>
</div>
<div class="refsect3">
<a name="xfce-str-replace.returns"></a><h4>Returns</h4>
-<p> a newly allocated copy of <em class="parameter"><code>str</code></em>
-where all occurances of
+<p>a newly allocated copy of <em class="parameter"><code>str</code></em>
+where all occurrences of
<em class="parameter"><code>pattern</code></em>
are replaced with <em class="parameter"><code>replacement</code></em>
. Or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
<em class="parameter"><code>str</code></em>
-and/or <em class="parameter"><code>pattern</code></em>
-is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
+is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
+<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="api-index-4-18.html#api-index-4.17">4.17</a></p>
</div>
=====================================
libxfce4util/libxfce4util-config.h
=====================================
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
#define LIBXFCE4UTIL_MAJOR_VERSION 4
#define LIBXFCE4UTIL_MINOR_VERSION 17
-#define LIBXFCE4UTIL_MICRO_VERSION 3
+#define LIBXFCE4UTIL_MICRO_VERSION 4
#define LIBXFCE4UTIL_CHECK_VERSION(major,minor,micro) \
(LIBXFCE4UTIL_MAJOR_VERSION > (major) \
=====================================
libxfce4util/xfce-string.c
=====================================
@@ -52,9 +52,10 @@
* Note for future Xfce developers: Deprecate this function when
* g_string_replace() is available. (Added since Glib >= 2.68)
*
- * Returns: a newly allocated copy of @str where all occurances of
+ * Returns: (nullable) (transfer full):
+ * a newly allocated copy of @str where all occurrences of
* @pattern are replaced with @replacement. Or %NULL if
- * @str and/or @pattern is %NULL.
+ * @str is %NULL.
*
* Since: 4.17
**/
=====================================
xfce4-kiosk-query/main.c
=====================================
@@ -68,7 +68,7 @@ main (int argc, char **argv)
{
case 'v':
printf ("xfce4-kiosk-query %s (Xfce %s)\n\n"
- "Copyright (c) 2003-2004\n"
+ "Copyright (c) 2003-2022\n"
" The Xfce development team. All rights reserved.\n"
"Written for Xfce by Benedikt Meurer <benny at xfce.org>.\n\n"
"Please report bugs to <%s>.\n",
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/libxfce4util/-/compare/40b88d00a1b085949f4f8ed367a2e409d6855de9...47b5284d645b65b4e7955735504dd68b183c9f9d
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/libxfce4util/-/compare/40b88d00a1b085949f4f8ed367a2e409d6855de9...47b5284d645b65b4e7955735504dd68b183c9f9d
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/20221205/7977ad99/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list