[Pkg-xfce-commits] [Git][xfce-team/apps/xfburn][upstream/latest] New upstream version 0.7.2.
Unit 193 (@unit193)
gitlab at salsa.debian.org
Thu Aug 15 07:01:06 BST 2024
Unit 193 pushed to branch upstream/latest at xfce / apps / xfburn
Commits:
bcc41c35 by Unit 193 at 2024-08-15T01:56:01-04:00
New upstream version 0.7.2.
- - - - -
8 changed files:
- ChangeLog
- NEWS
- README.md
- configure
- configure.ac
- docs/xfburn.1
- po/xfburn.pot
- xfburn/xfburn-main-window.c
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,35 @@
+commit 5e9241fc3e48b239e2c93b17c4cb948386499f7c
+Author: Hunter Turcin <huntertur at gmail.com>
+Date: Mon Aug 12 16:54:59 2024 -0500
+
+ Updates for release
+
+commit 34587bcc1435d7a5c8fa896d1be369900ed853dc
+Author: Hunter Turcin <huntertur at gmail.com>
+Date: Mon Aug 12 16:45:50 2024 -0500
+
+ Fix help dialog opening on unintended keypresses
+
+ Fixes #62
+
+commit 5a5078204d98506df2d04a702bc33fe23b236b57
+Author: Hunter Turcin <huntertur at gmail.com>
+Date: Sun Jul 14 16:24:12 2024 -0500
+
+ Update version number in README.md
+
+commit 0f04d47e43fd9ecc9024e71b98ad3b598b9f141b
+Author: Hunter Turcin <huntertur at gmail.com>
+Date: Sun Jul 14 16:18:03 2024 -0500
+
+ Back to development
+
+commit 37675c10de87af64ca8aa3f6cd76bd1a5d114987
+Author: Hunter Turcin <huntertur at gmail.com>
+Date: Sun Jul 14 16:11:01 2024 -0500
+
+ Updates for release
+
commit aeda1c2e3956fcd2c6681f3ef53fe377bcca4462
Author: Anonymous <noreply at xfce.org>
Date: Sat Jun 8 12:49:28 2024 +0200
=====================================
NEWS
=====================================
@@ -1,3 +1,7 @@
+xfburn 0.7.2 (2024-08-12)
+============-------------
+- Fix help dialog opening on unintended keypresses
+
xfburn 0.7.1 (2024-07-14)
============-------------
- build: clang: Silence -Wcast-align
=====================================
README.md
=====================================
@@ -1,7 +1,7 @@
xfburn
======
-Version 0.7.0, 2023-03-03
+Version 0.7.2, 2024-08-12
[xfburn's website](https://docs.xfce.org/apps/xfburn/start)
=====================================
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 xfburn 0.7.1.
+# Generated by GNU Autoconf 2.71 for xfburn 0.7.2.
#
# Report bugs to <https://gitlab.xfce.org/apps/xfburn>.
#
@@ -624,8 +624,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xfburn'
PACKAGE_TARNAME='xfburn'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='xfburn 0.7.1'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='xfburn 0.7.2'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/apps/xfburn'
PACKAGE_URL=''
@@ -1445,7 +1445,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 xfburn 0.7.1 to adapt to many kinds of systems.
+\`configure' configures xfburn 0.7.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1516,7 +1516,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xfburn 0.7.1:";;
+ short | recursive ) echo "Configuration of xfburn 0.7.2:";;
esac
cat <<\_ACEOF
@@ -1654,7 +1654,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xfburn configure 0.7.1
+xfburn configure 0.7.2
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1955,7 +1955,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 xfburn $as_me 0.7.1, which was
+It was created by xfburn $as_me 0.7.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3229,7 +3229,7 @@ fi
# Define the identity of the package.
PACKAGE='xfburn'
- VERSION='0.7.1'
+ VERSION='0.7.2'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -18703,7 +18703,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 xfburn $as_me 0.7.1, which was
+This file was extended by xfburn $as_me 0.7.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18771,7 +18771,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="\\
-xfburn config.status 0.7.1
+xfburn config.status 0.7.2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -1,5 +1,5 @@
dnl Version information
-XDT_VERSION_INIT([0.7.1])
+XDT_VERSION_INIT([0.7.2])
dnl Initialize autoconf
AC_COPYRIGHT([Copyright (c) 2005-2008 Jean-François Wauthy <pollux at xfce.org>, 2008 Mario Đanić <mario at libburnia-project.org>, 2008-2015 David Mohr <david at mcbf.net>, 2019-2020 Rene Kjellerup <rk.katana.steel at gmail.com>, 2022-2024 Hunter Turcin <huntertur at gmail.com>, Copyright (c) 2004-2024 Xfce development team. All rights reserved.])
=====================================
docs/xfburn.1
=====================================
@@ -2,12 +2,12 @@
.\" Title: xfburn
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 07/14/2024
+.\" Date: 08/12/2024
.\" Manual: User Commands
.\" Source:
.\" Language: English
.\"
-.TH "XFBURN" "1" "07/14/2024" "" "User Commands"
+.TH "XFBURN" "1" "08/12/2024" "" "User Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
=====================================
po/xfburn.pot
=====================================
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xfburn 0.7.0git-aeda1c2\n"
+"Project-Id-Version: xfburn 0.7.2\n"
"Report-Msgid-Bugs-To: https://gitlab.xfce.org/apps/xfburn\n"
-"POT-Creation-Date: 2024-07-14 15:53-0500\n"
+"POT-Creation-Date: 2024-08-12 21:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -825,7 +825,7 @@ msgstr ""
msgid "Refresh file list"
msgstr ""
-#: xfburn/xfburn-main-window.c:510
+#: xfburn/xfburn-main-window.c:511
msgid "Another cd burning GUI"
msgstr ""
=====================================
xfburn/xfburn-main-window.c
=====================================
@@ -338,7 +338,8 @@ cb_delete_main_window (XfburnMainWindow * mainwin, GdkEvent * event, XfburnMainW
static gboolean
cb_key_press_event (GtkWidget *widget, GdkEventKey *event)
{
- xfce_dialog_show_help (GTK_WINDOW (widget), "xfburn", "start", "");
+ if (event->keyval == GDK_KEY_F1)
+ xfce_dialog_show_help (GTK_WINDOW (widget), "xfburn", "start", "");
return GDK_EVENT_PROPAGATE;
}
View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfburn/-/commit/bcc41c3562b1940a5eb65b66cbbd4355279e61c3
--
View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfburn/-/commit/bcc41c3562b1940a5eb65b66cbbd4355279e61c3
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/20240815/e339b4a3/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list