[Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-dev-tools][debian/master] 4 commits: New upstream version 4.19.4
Mateusz Łukasik (@mati75)
gitlab at salsa.debian.org
Wed Nov 13 21:31:56 GMT 2024
Mateusz Łukasik pushed to branch debian/master at xfce / desktop / xfce4-dev-tools
Commits:
3fdf0f3d by Mateusz Łukasik at 2024-11-08T17:31:44+01:00
New upstream version 4.19.4
- - - - -
09c7dfbb by Mateusz Łukasik at 2024-11-08T17:31:44+01:00
Update upstream source from tag 'upstream/4.19.4'
Update to upstream version '4.19.4'
with Debian dir c3c40a3e67ad508e634deea384b688d05a0a736b
- - - - -
6f63e753 by Mateusz Łukasik at 2024-11-08T17:33:01+01:00
New upstream release
- - - - -
cd66fde8 by Mateusz Łukasik at 2024-11-13T22:31:44+01:00
Prepare to upload
- - - - -
7 changed files:
- ChangeLog
- NEWS
- configure
- configure.ac
- debian/changelog
- docs/xdt-csource.1
- helpers/xfce-do-release.in
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,72 @@
+commit aaaa112d3e3443fb216e2dd7f9bec622972d7d91
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date: Fri Nov 1 22:03:11 2024 +0100
+
+ Updates for release
+
+commit 7e51adb0818ad6f4e0b6e441f22e89dcdec7c6b7
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Fri Nov 1 16:43:31 2024 +0100
+
+ xfce-do-release: Do not warn when using main instead of master
+
+commit 7e4d43e7906f7532999dd5992c1fdd4fda418a51
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Mon Oct 21 10:52:21 2024 +0200
+
+ Add libgspell-1-dev to CI build
+
+commit 8e042c27e8745cf055508c46f0625540f2927241
+Author: Brian J. Tarricone <brian at tarricone.org>
+Date: Fri Oct 18 11:21:50 2024 -0700
+
+ Add more details to the meson template and its README
+
+ This adds more detailed information about gobject-introspection, as well
+ as how to build vala API descriptions. It also includes information
+ about detecting the presence of library functions, libm, and shipping
+ the meson build files in the autotools tarball.
+
+commit 6569437523b1109ffa21ef11e49fcd88c93353ac
+Author: Brian J. Tarricone <brian at tarricone.org>
+Date: Sun Oct 13 15:27:46 2024 -0700
+
+ Work around parallel 'make distcheck' bug in gettext
+
+ See:
+ https://lists.gnu.org/archive/html/bug-gettext/2024-05/msg00014.html
+
+commit 9008df45d2d5a0566205f86c45026683402982b8
+Author: Brian J. Tarricone <brian at tarricone.org>
+Date: Mon Oct 7 02:37:50 2024 -0700
+
+ Don't quote the filename args passed to 'git diff'
+
+ One of these may be the empty string, if either the autotools build or
+ meson build is missing. Passing the variables bare will make the
+ command line think there's nothing there at all, but quoting an empty
+ string acts as an empty string command line argument, which 'git diff'
+ will get confused by.
+
+ Usually it's of course a good practice to quote variables that contain
+ filenames, since they could have spaces in them or other shell-unsafe
+ characters. But in this case we know the variable will contain a string
+ that consists of only letters and dots.
+
+commit bcf3b8c9e90b9daa48e20c1f11e20d71bd2de827
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Thu Oct 3 16:39:47 2024 +0200
+
+ ci: Parallelize autotools builds
+
+ Closes: #65
+
+commit 92a76eb093d9aaec29419afd40e05002c256a05f
+Author: Brian J. Tarricone <brian at tarricone.org>
+Date: Thu Oct 3 05:59:31 2024 -0700
+
+ Back to development
+
commit fcbe86a8da1113a305ba058e7cbcf0186b461389
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Thu Oct 3 05:58:17 2024 -0700
=====================================
NEWS
=====================================
@@ -1,3 +1,13 @@
+4.19.4 (2024-11-01)
+======
+- xfce-do-release: Do not warn when using main instead of master
+- Add libgspell-1-dev to CI build
+- Add more details to the meson template and its README
+- Work around parallel 'make distcheck' bug in gettext
+- Don't quote the filename args passed to 'git diff'
+- ci: Parallelize autotools builds
+
+
4.19.3 (2024-10-03)
======
- xfce-do-release: fix quoting for xfce-build command
=====================================
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 xfce4-dev-tools 4.19.3.
+# Generated by GNU Autoconf 2.71 for xfce4-dev-tools 4.19.4.
#
# Report bugs to <https://gitlab.xfce.org/xfce/xfce4-dev-tools/>.
#
@@ -624,8 +624,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xfce4-dev-tools'
PACKAGE_TARNAME='xfce4-dev-tools'
-PACKAGE_VERSION='4.19.3'
-PACKAGE_STRING='xfce4-dev-tools 4.19.3'
+PACKAGE_VERSION='4.19.4'
+PACKAGE_STRING='xfce4-dev-tools 4.19.4'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/xfce4-dev-tools/'
PACKAGE_URL=''
@@ -1375,7 +1375,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 xfce4-dev-tools 4.19.3 to adapt to many kinds of systems.
+\`configure' configures xfce4-dev-tools 4.19.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1446,7 +1446,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xfce4-dev-tools 4.19.3:";;
+ short | recursive ) echo "Configuration of xfce4-dev-tools 4.19.4:";;
esac
cat <<\_ACEOF
@@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xfce4-dev-tools configure 4.19.3
+xfce4-dev-tools configure 4.19.4
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1786,7 +1786,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 xfce4-dev-tools $as_me 4.19.3, which was
+It was created by xfce4-dev-tools $as_me 4.19.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2549,7 +2549,7 @@ VERSION_MAJOR=4
VERSION_MINOR=19
-VERSION_MICRO=3
+VERSION_MICRO=4
VERSION_REVISION=
@@ -3068,7 +3068,7 @@ fi
# Define the identity of the package.
PACKAGE='xfce4-dev-tools'
- VERSION='4.19.3'
+ VERSION='4.19.4'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -13837,7 +13837,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 xfce4-dev-tools $as_me 4.19.3, which was
+This file was extended by xfce4-dev-tools $as_me 4.19.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13896,7 +13896,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="\\
-xfce4-dev-tools config.status 4.19.3
+xfce4-dev-tools config.status 4.19.4
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -9,7 +9,7 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
-XDT_VERSION_INIT([4.19.3])
+XDT_VERSION_INIT([4.19.4])
dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT
dnl # YOU ARE DOING.
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+xfce4-dev-tools (4.19.4-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream version 4.19.4.
+
+ -- Mateusz Łukasik <mati75 at linuxmint.pl> Fri, 08 Nov 2024 17:33:03 +0100
+
xfce4-dev-tools (4.19.3-1) experimental; urgency=medium
* Team upload.
=====================================
docs/xdt-csource.1
=====================================
@@ -2,12 +2,12 @@
.\" Title: xdt-csource
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 04/06/2024
+.\" Date: 04/25/2023
.\" Manual: Xfce User\*(Aqs Manual
.\" Source: Xfce
.\" Language: English
.\"
-.TH "XDT\-CSOURCE" "1" "04/06/2024" "Xfce" "Xfce User\*(Aqs Manual"
+.TH "XDT\-CSOURCE" "1" "04/25/2023" "Xfce" "Xfce User\*(Aqs Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
=====================================
helpers/xfce-do-release.in
=====================================
@@ -24,7 +24,7 @@ sanity_checks () {
fi
current_branch=$(git rev-parse --abbrev-ref HEAD)
- if [ "$current_branch" != "master" ]; then
+ if [[ "$current_branch" != @(master|main) ]]; then
if [[ "$current_branch" == *"xfce-4"* ]]; then
echo "You are on a maintenance branch."
else
@@ -272,7 +272,7 @@ update_project_version () {
$MESON rewrite kwargs set project / version "$meson_version_string"
fi
- if git diff --exit-code "$configure_file" "$meson_build_file"; then
+ if git diff --exit-code $configure_file $meson_build_file; then
printf "$warning No project version change, probably a file format issue.\n"
fi
}
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-dev-tools/-/compare/e0eaeb825a35c9173c17a6748e6a9e5db9aa6b94...cd66fde8286ee01448414e4799b82d3a645825f7
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-dev-tools/-/compare/e0eaeb825a35c9173c17a6748e6a9e5db9aa6b94...cd66fde8286ee01448414e4799b82d3a645825f7
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/20241113/576db91a/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list