Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spread-sheet-widget for 
openSUSE:Factory checked in at 2021-05-12 19:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spread-sheet-widget (Old)
 and      /work/SRC/openSUSE:Factory/.spread-sheet-widget.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spread-sheet-widget"

Wed May 12 19:32:05 2021 rev:5 rq:892397 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/spread-sheet-widget/spread-sheet-widget.changes  
2020-10-10 19:06:32.112551766 +0200
+++ 
/work/SRC/openSUSE:Factory/.spread-sheet-widget.new.2988/spread-sheet-widget.changes
        2021-05-12 19:32:36.198948658 +0200
@@ -1,0 +2,6 @@
+Tue May 11 23:43:51 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 0.8:
+  * Just build system related changes
+
+-------------------------------------------------------------------

Old:
----
  spread-sheet-widget-0.7.tar.gz
  spread-sheet-widget-0.7.tar.gz.sig

New:
----
  spread-sheet-widget-0.8.tar.gz
  spread-sheet-widget-0.8.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spread-sheet-widget.spec ++++++
--- /var/tmp/diff_new_pack.4whrit/_old  2021-05-12 19:32:36.678946740 +0200
+++ /var/tmp/diff_new_pack.4whrit/_new  2021-05-12 19:32:36.682946725 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spread-sheet-widget
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2017,2020 <opensuse.lietuviu.ka...@gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define         libname libspread-sheet-widget0
 Name:           spread-sheet-widget
-Version:        0.7
+Version:        0.8
 Release:        0
 Summary:        GNU Spread Sheet Widget library for Gtk+
 License:        GPL-3.0-or-later

++++++ spread-sheet-widget-0.7.tar.gz -> spread-sheet-widget-0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/ChangeLog 
new/spread-sheet-widget-0.8/ChangeLog
--- old/spread-sheet-widget-0.7/ChangeLog       2020-10-10 08:03:59.000000000 
+0200
+++ new/spread-sheet-widget-0.8/ChangeLog       2021-03-17 18:05:33.000000000 
+0100
@@ -1,4 +1,9 @@
-2020-10-04 John Darrington <j...@darrington.wattle.id.au>
+2021-03-14 John Darrington <j...@darrington.wattle.id.au>
+
+        Version 0.8 for w32 builds
+
+
+2020-10-10 John Darrington <j...@darrington.wattle.id.au>
 
         Change version number to 0.7
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/Makefile.am 
new/spread-sheet-widget-0.8/Makefile.am
--- old/spread-sheet-widget-0.7/Makefile.am     2020-10-10 08:03:40.000000000 
+0200
+++ new/spread-sheet-widget-0.8/Makefile.am     2021-03-17 18:01:11.000000000 
+0100
@@ -41,6 +41,7 @@
 
 
 lib_LTLIBRARIES = libspread-sheet-widget.la
+libspread_sheet_widget_la_LDFLAGS = -no-undefined
 libspread_sheet_widget_la_CFLAGS = $(GTK3_CFLAGS) $(GLIB2_CFLAGS) -I 
${top_builddir}/src
 libspread_sheet_widget_la_LIBADD = $(GTK3_LIBS) $(GLIB2_LIBS)
 libspread_sheet_widget_la_SOURCES = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/Makefile.in 
new/spread-sheet-widget-0.8/Makefile.in
--- old/spread-sheet-widget-0.7/Makefile.in     2020-10-10 08:03:47.000000000 
+0200
+++ new/spread-sheet-widget-0.8/Makefile.in     2021-03-17 18:01:50.000000000 
+0100
@@ -184,8 +184,8 @@
 am__v_lt_1 = 
 libspread_sheet_widget_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-       $(libspread_sheet_widget_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-       $(LDFLAGS) -o $@
+       $(libspread_sheet_widget_la_CFLAGS) $(CFLAGS) \
+       $(libspread_sheet_widget_la_LDFLAGS) $(LDFLAGS) -o $@
 am_demo_demo_OBJECTS = demo/demo-main.$(OBJEXT) \
        demo/demo-custom-axis.$(OBJEXT)
 demo_demo_OBJECTS = $(am_demo_demo_OBJECTS)
@@ -489,6 +489,7 @@
 doc_prog2_CFLAGS = $(GTK3_CFLAGS) $(GLIB2_CFLAGS)  -I ${top_srcdir}/src
 ACLOCAL_AMFLAGS = -I aclocal-aux ${ACLOCAL_FLAGS}
 lib_LTLIBRARIES = libspread-sheet-widget.la
+libspread_sheet_widget_la_LDFLAGS = -no-undefined
 libspread_sheet_widget_la_CFLAGS = $(GTK3_CFLAGS) $(GLIB2_CFLAGS) -I 
${top_builddir}/src
 libspread_sheet_widget_la_LIBADD = $(GTK3_LIBS) $(GLIB2_LIBS)
 libspread_sheet_widget_la_SOURCES = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/NEWS 
new/spread-sheet-widget-0.8/NEWS
--- old/spread-sheet-widget-0.7/NEWS    2020-10-10 08:03:40.000000000 +0200
+++ new/spread-sheet-widget-0.8/NEWS    2021-03-17 18:00:30.000000000 +0100
@@ -1 +1 @@
-0.7: No release yet
+0.8: No release yet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/configure 
new/spread-sheet-widget-0.8/configure
--- old/spread-sheet-widget-0.7/configure       2020-10-10 08:03:47.000000000 
+0200
+++ new/spread-sheet-widget-0.8/configure       2021-03-17 18:01:50.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for spread-sheet-widget 0.7.
+# Generated by GNU Autoconf 2.69 for spread-sheet-widget 0.8.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='spread-sheet-widget'
 PACKAGE_TARNAME='spread-sheet-widget'
-PACKAGE_VERSION='0.7'
-PACKAGE_STRING='spread-sheet-widget 0.7'
+PACKAGE_VERSION='0.8'
+PACKAGE_STRING='spread-sheet-widget 0.8'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1336,7 +1336,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 spread-sheet-widget 0.7 to adapt to many kinds of 
systems.
+\`configure' configures spread-sheet-widget 0.8 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of spread-sheet-widget 0.7:";;
+     short | recursive ) echo "Configuration of spread-sheet-widget 0.8:";;
    esac
   cat <<\_ACEOF
 
@@ -1528,7 +1528,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-spread-sheet-widget configure 0.7
+spread-sheet-widget configure 0.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1806,7 +1806,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spread-sheet-widget $as_me 0.7, which was
+It was created by spread-sheet-widget $as_me 0.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2670,7 +2670,7 @@
 
 # Define the identity of the package.
  PACKAGE='spread-sheet-widget'
- VERSION='0.7'
+ VERSION='0.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13025,7 +13025,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by spread-sheet-widget $as_me 0.7, which was
+This file was extended by spread-sheet-widget $as_me 0.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13091,7 +13091,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-spread-sheet-widget config.status 0.7
+spread-sheet-widget config.status 0.8
 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/spread-sheet-widget-0.7/configure.ac 
new/spread-sheet-widget-0.8/configure.ac
--- old/spread-sheet-widget-0.7/configure.ac    2020-10-10 08:03:40.000000000 
+0200
+++ new/spread-sheet-widget-0.8/configure.ac    2021-03-17 18:01:02.000000000 
+0100
@@ -14,7 +14,7 @@
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([spread-sheet-widget], [0.7])
+AC_INIT([spread-sheet-widget], [0.8])
 
 AM_INIT_AUTOMAKE()
 AC_CONFIG_MACRO_DIR([aclocal-aux])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/doc/spread-sheet-widget.info 
new/spread-sheet-widget-0.8/doc/spread-sheet-widget.info
--- old/spread-sheet-widget-0.7/doc/spread-sheet-widget.info    2020-10-10 
08:03:56.000000000 +0200
+++ new/spread-sheet-widget-0.8/doc/spread-sheet-widget.info    2021-03-17 
18:05:17.000000000 +0100
@@ -1,7 +1,7 @@
 This is spread-sheet-widget.info, produced by makeinfo version 6.5 from
 spread-sheet-widget.texi.
 
-This manual is for GNU Spread Sheet Widget version 0.7.
+This manual is for GNU Spread Sheet Widget version 0.8.
 
    Copyright (C) 2017, 2020 John Darrington
 
@@ -22,7 +22,7 @@
 GNU Spread Sheet Widget
 ***********************
 
-This manual is for GNU Spread Sheet Widget version 0.7.
+This manual is for GNU Spread Sheet Widget version 0.8.
 
    Copyright (C) 2017, 2020 John Darrington
 
@@ -40,7 +40,7 @@
 =====================
 
 This manual documents the capabilities and the programming interface of
-GNU Spread Sheet Widget (version 0.7).  It assumes that the reader is
+GNU Spread Sheet Widget (version 0.8).  It assumes that the reader is
 already familiar with elementary computer usage, the C programming
 language and with simple programming using Gtk+ version 3.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/doc/stamp-vti 
new/spread-sheet-widget-0.8/doc/stamp-vti
--- old/spread-sheet-widget-0.7/doc/stamp-vti   2020-10-10 08:03:56.000000000 
+0200
+++ new/spread-sheet-widget-0.8/doc/stamp-vti   2021-03-17 18:02:18.000000000 
+0100
@@ -1,4 +1,4 @@
 @set UPDATED 10 October 2020
 @set UPDATED-MONTH October 2020
-@set EDITION 0.7
-@set VERSION 0.7
+@set EDITION 0.8
+@set VERSION 0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spread-sheet-widget-0.7/doc/version.texi 
new/spread-sheet-widget-0.8/doc/version.texi
--- old/spread-sheet-widget-0.7/doc/version.texi        2020-10-10 
08:03:56.000000000 +0200
+++ new/spread-sheet-widget-0.8/doc/version.texi        2021-03-17 
18:02:18.000000000 +0100
@@ -1,4 +1,4 @@
 @set UPDATED 10 October 2020
 @set UPDATED-MONTH October 2020
-@set EDITION 0.7
-@set VERSION 0.7
+@set EDITION 0.8
+@set VERSION 0.8

Reply via email to