Hello community,
here is the log from the commit of package issue-generator for openSUSE:Factory
checked in at 2020-07-15 11:26:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
and /work/SRC/openSUSE:Factory/.issue-generator.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "issue-generator"
Wed Jul 15 11:26:00 2020 rev:14 rq:819274 version:1.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes
2020-05-02 22:12:49.475968809 +0200
+++
/work/SRC/openSUSE:Factory/.issue-generator.new.3060/issue-generator.changes
2020-07-15 11:29:48.229880688 +0200
@@ -1,0 +2,6 @@
+Tue Jul 7 09:30:43 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Update to version 1.10
+ - Display wlan interfaces [bsc#1169070]
+
+-------------------------------------------------------------------
Old:
----
issue-generator-1.9.tar.xz
New:
----
issue-generator-1.10.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ issue-generator.spec ++++++
--- /var/tmp/diff_new_pack.WQd1Ej/_old 2020-07-15 11:29:50.421882858 +0200
+++ /var/tmp/diff_new_pack.WQd1Ej/_new 2020-07-15 11:29:50.425882862 +0200
@@ -17,7 +17,7 @@
Name: issue-generator
-Version: 1.9
+Version: 1.10
Release: 0
Summary: Generates an issue files from different snippets
License: GPL-2.0-or-later
++++++ issue-generator-1.9.tar.xz -> issue-generator-1.10.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/NEWS
new/issue-generator-1.10/NEWS
--- old/issue-generator-1.9/NEWS 2020-04-30 14:48:32.000000000 +0200
+++ new/issue-generator-1.10/NEWS 2020-07-07 09:57:48.000000000 +0200
@@ -2,6 +2,9 @@
Copyright (C) 2016-2020 Thorsten Kukuk
+Version 1.10
+* Display wlan interfaces, too [bsc#1169070]
+
Version 1.9
* Fix path for systemd files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/configure
new/issue-generator-1.10/configure
--- old/issue-generator-1.9/configure 2020-04-30 14:47:08.000000000 +0200
+++ new/issue-generator-1.10/configure 2020-07-07 09:57:52.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for issue-generator 1.9.
+# Generated by GNU Autoconf 2.69 for issue-generator 1.10.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
# Identity of this package.
PACKAGE_NAME='issue-generator'
PACKAGE_TARNAME='issue-generator'
-PACKAGE_VERSION='1.9'
-PACKAGE_STRING='issue-generator 1.9'
+PACKAGE_VERSION='1.10'
+PACKAGE_STRING='issue-generator 1.10'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1210,7 +1210,7 @@
# 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 issue-generator 1.9 to adapt to many kinds of systems.
+\`configure' configures issue-generator 1.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1276,7 +1276,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of issue-generator 1.9:";;
+ short | recursive ) echo "Configuration of issue-generator 1.10:";;
esac
cat <<\_ACEOF
@@ -1356,7 +1356,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-issue-generator configure 1.9
+issue-generator configure 1.10
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1373,7 +1373,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by issue-generator $as_me 1.9, which was
+It was created by issue-generator $as_me 1.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2236,7 +2236,7 @@
# Define the identity of the package.
PACKAGE='issue-generator'
- VERSION='1.9'
+ VERSION='1.10'
cat >>confdefs.h <<_ACEOF
@@ -3126,7 +3126,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by issue-generator $as_me 1.9, which was
+This file was extended by issue-generator $as_me 1.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3179,7 +3179,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-issue-generator config.status 1.9
+issue-generator config.status 1.10
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/configure.ac
new/issue-generator-1.10/configure.ac
--- old/issue-generator-1.9/configure.ac 2020-04-30 14:47:02.000000000
+0200
+++ new/issue-generator-1.10/configure.ac 2020-07-07 09:56:47.000000000
+0200
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(issue-generator, 1.9)
+AC_INIT(issue-generator, 1.10)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sbin/issue-generator.in])
AC_PREFIX_DEFAULT(/usr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/man/Makefile.in
new/issue-generator-1.10/man/Makefile.in
--- old/issue-generator-1.9/man/Makefile.in 2020-04-30 14:47:08.000000000
+0200
+++ new/issue-generator-1.10/man/Makefile.in 2020-07-07 09:57:52.000000000
+0200
@@ -273,9 +273,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu man/Makefile
+ $(AUTOMAKE) --foreign man/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/sbin/Makefile.in
new/issue-generator-1.10/sbin/Makefile.in
--- old/issue-generator-1.9/sbin/Makefile.in 2020-04-30 14:47:08.000000000
+0200
+++ new/issue-generator-1.10/sbin/Makefile.in 2020-07-07 09:57:52.000000000
+0200
@@ -247,9 +247,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sbin/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sbin/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu sbin/Makefile
+ $(AUTOMAKE) --foreign sbin/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/systemd/Makefile.in
new/issue-generator-1.10/systemd/Makefile.in
--- old/issue-generator-1.9/systemd/Makefile.in 2020-04-30 14:47:08.000000000
+0200
+++ new/issue-generator-1.10/systemd/Makefile.in 2020-07-07
09:57:52.000000000 +0200
@@ -250,9 +250,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu systemd/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign systemd/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu systemd/Makefile
+ $(AUTOMAKE) --foreign systemd/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/tests/Makefile.in
new/issue-generator-1.10/tests/Makefile.in
--- old/issue-generator-1.9/tests/Makefile.in 2020-04-30 14:47:08.000000000
+0200
+++ new/issue-generator-1.10/tests/Makefile.in 2020-07-07 09:57:52.000000000
+0200
@@ -426,9 +426,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu tests/Makefile
+ $(AUTOMAKE) --foreign tests/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/tmpfiles.d/Makefile.in
new/issue-generator-1.10/tmpfiles.d/Makefile.in
--- old/issue-generator-1.9/tmpfiles.d/Makefile.in 2020-04-30
14:47:08.000000000 +0200
+++ new/issue-generator-1.10/tmpfiles.d/Makefile.in 2020-07-07
09:57:52.000000000 +0200
@@ -248,9 +248,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tmpfiles.d/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tmpfiles.d/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu tmpfiles.d/Makefile
+ $(AUTOMAKE) --foreign tmpfiles.d/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/udev/Makefile.in
new/issue-generator-1.10/udev/Makefile.in
--- old/issue-generator-1.9/udev/Makefile.in 2020-04-30 14:47:08.000000000
+0200
+++ new/issue-generator-1.10/udev/Makefile.in 2020-07-07 09:57:52.000000000
+0200
@@ -248,9 +248,9 @@
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu udev/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign udev/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu udev/Makefile
+ $(AUTOMAKE) --foreign udev/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/issue-generator-1.9/udev/sysconfig.issue-generator
new/issue-generator-1.10/udev/sysconfig.issue-generator
--- old/issue-generator-1.9/udev/sysconfig.issue-generator 2020-04-30
13:51:39.000000000 +0200
+++ new/issue-generator-1.10/udev/sysconfig.issue-generator 2020-07-07
09:52:15.000000000 +0200
@@ -1,9 +1,9 @@
## Path: System/Login
## Description: /etc/issue generator
## Type: string
-## Default: "^[be]"
+## Default: "^[bew]"
#
# Defines a regex, for which network interfaces
# /etc/issue should present the IP number
#
-NETWORK_INTERFACE_REGEX="^[be]"
+NETWORK_INTERFACE_REGEX="^[bew]"