[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-volman][debian/master] 4 commits: New upstream version 4.18.0.

Unit 193 (@unit193) gitlab at salsa.debian.org
Tue Feb 21 23:31:57 GMT 2023



Unit 193 pushed to branch debian/master at xfce / goodies / thunar-volman


Commits:
f24c6491 by Unit 193 at 2022-12-15T19:58:30-05:00
New upstream version 4.18.0.
- - - - -
c24d34f6 by Unit 193 at 2022-12-15T19:58:31-05:00
Update upstream source from tag 'upstream/4.18.0'

Update to upstream version '4.18.0'
with Debian dir d64993d32746b695fa4c2a932dfe80ad98564109
- - - - -
3f77162c by Unit 193 at 2022-12-15T19:59:46-05:00
d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.

- - - - -
b5fdb582 by Unit 193 at 2022-12-15T20:00:28-05:00
Update changelog for release.

- - - - -


7 changed files:

- ChangeLog
- NEWS
- config.h.in
- configure
- configure.ac
- debian/changelog
- debian/rules


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,21 @@
+commit 374ca24128cae12fc5d04aa9f15c3e203b4494df
+Author: Gaël Bonithon <gael at xfce.org>
+Date:   Mon Dec 5 20:47:52 2022 +0100
+
+    build: Bump requirements for Xfce 4.18
+
+commit 4b6566df1af4a11b00d84028b6329fba287c3cda
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date:   Thu Dec 1 09:29:00 2022 +0100
+
+    Back to development
+
+commit 5f75286a72185083753fb27c3867f4c49926ecb2
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date:   Thu Dec 1 09:28:05 2022 +0100
+
+    Updates for release
+
 commit 079cbc46ba1febf87f224028b5f9f43fe8da9ab3
 Author: Alexander Schwinn <alexxcons at xfce.org>
 Date:   Sat Nov 12 21:45:42 2022 +0100


=====================================
NEWS
=====================================
@@ -1,3 +1,8 @@
+4.18.0 (2022-12-15)
+======
+- build: Bump requirements for Xfce 4.18
+
+
 4.17.1 (2022-12-01)
 ======
 - bump copyright year


=====================================
config.h.in
=====================================
@@ -9,10 +9,10 @@
 /* Name of default gettext domain */
 #undef GETTEXT_PACKAGE
 
-/* Prevent post 2_50 APIs */
+/* Prevent post 2_66 APIs */
 #undef GLIB_VERSION_MAX_ALLOWED
 
-/* Ignore post 2_50 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 079cbc4.
+# From configure.ac 374ca24.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for thunar-volman 4.17.1.
+# Generated by GNU Autoconf 2.71 for thunar-volman 4.18.0.
 #
 # Report bugs to <http://bugzilla.xfce.org/>.
 #
@@ -627,8 +627,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='thunar-volman'
 PACKAGE_TARNAME='thunar-volman'
-PACKAGE_VERSION='4.17.1'
-PACKAGE_STRING='thunar-volman 4.17.1'
+PACKAGE_VERSION='4.18.0'
+PACKAGE_STRING='thunar-volman 4.18.0'
 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
 PACKAGE_URL=''
 
@@ -1455,7 +1455,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 thunar-volman 4.17.1 to adapt to many kinds of systems.
+\`configure' configures thunar-volman 4.18.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1527,7 +1527,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of thunar-volman 4.17.1:";;
+     short | recursive ) echo "Configuration of thunar-volman 4.18.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1656,7 +1656,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-thunar-volman configure 4.17.1
+thunar-volman configure 4.18.0
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1879,7 +1879,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 thunar-volman $as_me 4.17.1, which was
+It was created by thunar-volman $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3269,7 +3269,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='thunar-volman'
- VERSION='4.17.1'
+ VERSION='4.18.0'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -15037,9 +15037,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.50.0" >&5
-printf %s "checking for glib-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.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; }
@@ -15056,7 +15056,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.50.0
+    GLIB_REQUIRED_VERSION=2.66.0
 
 
 
@@ -15070,15 +15070,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.50.0" >&5
-printf "%s\n" "$as_me: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.50.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_50" >>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_50" >>confdefs.h
+printf "%s\n" "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_66" >>confdefs.h
 
 
 
@@ -15092,7 +15092,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.50.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."
@@ -15104,7 +15104,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.50.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."
@@ -15262,9 +15262,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.50.0" >&5
-printf %s "checking for gio-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.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; }
@@ -15281,7 +15281,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.50.0
+    GIO_REQUIRED_VERSION=2.66.0
 
 
 
@@ -15305,7 +15305,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.50.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."
@@ -15317,7 +15317,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.50.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."
@@ -15475,9 +15475,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0 >= 2.50.0" >&5
-printf %s "checking for gthread-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "gthread-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0 >= 2.66.0" >&5
+printf %s "checking for gthread-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "gthread-2.0" >/dev/null 2>&1; then
     GTHREAD_VERSION=`$PKG_CONFIG --modversion "gthread-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTHREAD_VERSION" >&5
 printf "%s\n" "$GTHREAD_VERSION" >&6; }
@@ -15494,7 +15494,7 @@ printf %s "checking GTHREAD_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTHREAD_LIBS" >&5
 printf "%s\n" "$GTHREAD_LIBS" >&6; }
 
-    GTHREAD_REQUIRED_VERSION=2.50.0
+    GTHREAD_REQUIRED_VERSION=2.66.0
 
 
 
@@ -15518,7 +15518,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gthread-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gthread-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade gthread-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."
@@ -15530,7 +15530,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gthread-2.0 was not found on your system."
-      echo "*** Please install gthread-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install gthread-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."
@@ -15688,9 +15688,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.20.0" >&5
-printf %s "checking for gtk+-3.0 >= 3.20.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=3.20.0" "gtk+-3.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.24.0" >&5
+printf %s "checking for gtk+-3.0 >= 3.24.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=3.24.0" "gtk+-3.0" >/dev/null 2>&1; then
     GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-3.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
 printf "%s\n" "$GTK_VERSION" >&6; }
@@ -15707,7 +15707,7 @@ printf %s "checking GTK_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
 printf "%s\n" "$GTK_LIBS" >&6; }
 
-    GTK_REQUIRED_VERSION=3.20.0
+    GTK_REQUIRED_VERSION=3.24.0
 
 
 
@@ -15731,7 +15731,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gtk+-3.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gtk+-3.0 to atleast version 3.20.0, or adjust"
+      echo "*** Please upgrade gtk+-3.0 to atleast version 3.24.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."
@@ -15743,7 +15743,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gtk+-3.0 was not found on your system."
-      echo "*** Please install gtk+-3.0 (atleast version 3.20.0) or adjust"
+      echo "*** Please install gtk+-3.0 (atleast version 3.24.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."
@@ -16865,7 +16865,7 @@ fi
 
 
 
-printf "%s\n" "#define TVM_VERSION_HELP \"4.17\"" >>confdefs.h
+printf "%s\n" "#define TVM_VERSION_HELP \"4.18\"" >>confdefs.h
 
 
 
@@ -17589,7 +17589,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 thunar-volman $as_me 4.17.1, which was
+This file was extended by thunar-volman $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17657,7 +17657,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="\\
-thunar-volman config.status 4.17.1
+thunar-volman config.status 4.18.0
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 


=====================================
configure.ac
=====================================
@@ -25,9 +25,9 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([tvm_version_major], [4])
-m4_define([tvm_version_minor], [17])
-m4_define([tvm_version_micro], [1])
-m4_define([tvm_version_build], [079cbc4])
+m4_define([tvm_version_minor], [18])
+m4_define([tvm_version_micro], [0])
+m4_define([tvm_version_build], [374ca24])
 m4_define([tvm_version_tag], [])
 m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [git], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])])
 
@@ -97,10 +97,10 @@ dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
 XDT_CHECK_PACKAGE([EXO], [exo-2], [0.10.0])
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.20.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.24.0])
 XDT_CHECK_PACKAGE([GUDEV], [gudev-1.0], [145])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+thunar-volman (4.18.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 4.18.0.
+  * d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.
+
+ -- Unit 193 <unit193 at debian.org>  Thu, 15 Dec 2022 19:59:55 -0500
+
 thunar-volman (4.17.1-1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -8,3 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@
+
+override_dh_installchangelogs:
+	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-volman/-/compare/7c4db33c89afb7da18fa8934429cd5365f4b8769...b5fdb582000a786df022f6bb2af93186e9efcd70

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-volman/-/compare/7c4db33c89afb7da18fa8934429cd5365f4b8769...b5fdb582000a786df022f6bb2af93186e9efcd70
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/20230221/eda5b30a/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list