Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2017-12-05 01:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goffice (Old)
 and      /work/SRC/openSUSE:Factory/.goffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goffice"

Tue Dec  5 01:30:38 2017 rev:91 rq:548107 version:0.10.37

Changes:
--------
--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2017-12-03 
10:13:06.675665320 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes     2017-12-05 
01:30:40.228356099 +0100
@@ -1,0 +2,12 @@
+Sat Dec  2 21:41:04 UTC 2017 - [email protected]
+
+- Update to version 0.10.37:
+  + No visible changes for the users.
+- Point fdupes to the data directory intead of build root, which is
+  is a practice that must be avoided.
+- Adopt the use of %make_build macro instead of raw make command,
+  following the best practices.
+- Remove %clean section once its use is redundant since RPM does
+  this work now.
+
+-------------------------------------------------------------------

Old:
----
  goffice-0.10.36.tar.xz

New:
----
  goffice-0.10.37.tar.xz

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

Other differences:
------------------
++++++ goffice.spec ++++++
--- /var/tmp/diff_new_pack.qkzcG0/_old  2017-12-05 01:30:40.924330815 +0100
+++ /var/tmp/diff_new_pack.qkzcG0/_new  2017-12-05 01:30:40.924330815 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           goffice
-Version:        0.10.36
+Version:        0.10.37
 Release:        0
 Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:        GPL-2.0 or GPL-3.0
@@ -108,8 +108,11 @@
 %endif
 
 %build
-%configure --disable-static --with-pic --enable-introspection
-make %{?_smp_mflags}
+%configure \
+    --disable-static\
+    --with-pic\
+    --enable-introspection
+%make_build
 
 %install
 %make_install
@@ -117,10 +120,7 @@
 # Create directory for extern plugins
 mkdir -p %{buildroot}%{_libdir}/goffice/0.10/plugins
 %find_lang %{name}-%{version}
-%fdupes %{buildroot}
-
-%clean
-rm -rf %{buildroot}
+%fdupes %{buildroot}%{_datadir}
 
 %post -n libgoffice-0_10-10 -p /sbin/ldconfig
 

++++++ goffice-0.10.36.tar.xz -> goffice-0.10.37.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/ChangeLog 
new/goffice-0.10.37/ChangeLog
--- old/goffice-0.10.36/ChangeLog       2017-11-19 01:07:42.000000000 +0100
+++ new/goffice-0.10.37/ChangeLog       2017-12-01 23:44:32.000000000 +0100
@@ -1,3 +1,11 @@
+2017-12-01  Morten Welinder <[email protected]>
+
+       * Release 0.10.37
+
+2017-11-18  Morten Welinder <[email protected]>
+
+       * configure.ac: Post-release bump.
+
 2017-11-18  Morten Welinder <[email protected]>
 
        * Release 0.10.36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/NEWS new/goffice-0.10.37/NEWS
--- old/goffice-0.10.36/NEWS    2017-11-11 01:23:29.000000000 +0100
+++ new/goffice-0.10.37/NEWS    2017-11-19 01:16:09.000000000 +0100
@@ -1,3 +1,6 @@
+goffice 0.10.37:
+
+--------------------------------------------------------------------------
 goffice 0.10.36:
 
 Jean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/configure 
new/goffice-0.10.37/configure
--- old/goffice-0.10.36/configure       2017-07-11 00:42:45.000000000 +0200
+++ new/goffice-0.10.37/configure       2017-11-19 01:28:48.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for goffice 0.10.36.
+# Generated by GNU Autoconf 2.69 for goffice 0.10.37.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='goffice'
 PACKAGE_TARNAME='goffice'
-PACKAGE_VERSION='0.10.36'
-PACKAGE_STRING='goffice 0.10.36'
+PACKAGE_VERSION='0.10.37'
+PACKAGE_STRING='goffice 0.10.37'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice'
 PACKAGE_URL=''
 
@@ -1495,7 +1495,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 goffice 0.10.36 to adapt to many kinds of systems.
+\`configure' configures goffice 0.10.37 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1566,7 +1566,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of goffice 0.10.36:";;
+     short | recursive ) echo "Configuration of goffice 0.10.37:";;
    esac
   cat <<\_ACEOF
 
@@ -1733,7 +1733,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-goffice configure 0.10.36
+goffice configure 0.10.37
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by goffice $as_me 0.10.36, which was
+It was created by goffice $as_me 0.10.37, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3013,7 +3013,7 @@
 
 # Define the identity of the package.
  PACKAGE='goffice'
- VERSION='0.10.36'
+ VERSION='0.10.37'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3109,7 +3109,7 @@
 
 
 
-VERSION_INFO=10:36:0
+VERSION_INFO=10:37:0
 
 VERSION_IFACE=10
 
@@ -17175,7 +17175,7 @@
 
 
 
-$as_echo "#define GOFFICE_VERSION \"0.10.36\"" >>confdefs.h
+$as_echo "#define GOFFICE_VERSION \"0.10.37\"" >>confdefs.h
 
 
 $as_echo "#define GO_VERSION_EPOCH 0" >>confdefs.h
@@ -17184,7 +17184,7 @@
 $as_echo "#define GO_VERSION_MAJOR 10" >>confdefs.h
 
 
-$as_echo "#define GO_VERSION_MINOR 36" >>confdefs.h
+$as_echo "#define GO_VERSION_MINOR 37" >>confdefs.h
 
 
 $as_echo "#define GO_VERSION_EXTRA \"\"" >>confdefs.h
@@ -18164,7 +18164,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by goffice $as_me 0.10.36, which was
+This file was extended by goffice $as_me 0.10.37, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18230,7 +18230,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-goffice config.status 0.10.36
+goffice config.status 0.10.37
 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/goffice-0.10.36/configure.ac 
new/goffice-0.10.37/configure.ac
--- old/goffice-0.10.36/configure.ac    2017-07-07 02:59:48.000000000 +0200
+++ new/goffice-0.10.37/configure.ac    2017-11-19 01:16:09.000000000 +0100
@@ -7,7 +7,7 @@
 
 m4_define([goffice_version_epoch], [0])
 m4_define([goffice_version_major], [10])
-m4_define([goffice_version_minor], [36])
+m4_define([goffice_version_minor], [37])
 m4_define([goffice_version_extra], [])
 m4_define([goffice_full_version],
          
[goffice_version_epoch.goffice_version_major.goffice_version_minor[]goffice_version_extra])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/goffice/goffice-features.h 
new/goffice-0.10.37/goffice/goffice-features.h
--- old/goffice-0.10.36/goffice/goffice-features.h      2017-07-11 
00:42:52.000000000 +0200
+++ new/goffice-0.10.37/goffice/goffice-features.h      2017-11-19 
01:28:55.000000000 +0100
@@ -35,7 +35,7 @@
 /* #undef GOFFICE_SUPPLIED_STRTOLD */
 
 /* The version number of this release, possibly with additional suffix */
-#define GOFFICE_VERSION "0.10.36"
+#define GOFFICE_VERSION "0.10.37"
 
 /* The Epoch of this release */
 #define GO_VERSION_EPOCH 0
@@ -44,7 +44,7 @@
 #define GO_VERSION_MAJOR 10
 
 /* The Minor version number of this release */
-#define GO_VERSION_MINOR 36
+#define GO_VERSION_MINOR 37
 
 /* Extra, possibly empty tag for this release */
 #define GO_VERSION_EXTRA ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/po/ChangeLog 
new/goffice-0.10.37/po/ChangeLog
--- old/goffice-0.10.36/po/ChangeLog    2017-11-19 01:07:42.000000000 +0100
+++ new/goffice-0.10.37/po/ChangeLog    2017-12-01 23:44:32.000000000 +0100
@@ -1,3 +1,7 @@
+2017-12-01  Morten Welinder <[email protected]>
+
+       * Release 0.10.37
+
 2017-11-18  Morten Welinder <[email protected]>
 
        * Release 0.10.36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/tests/constants.c 
new/goffice-0.10.37/tests/constants.c
--- old/goffice-0.10.36/tests/constants.c       2016-03-10 23:14:40.000000000 
+0100
+++ new/goffice-0.10.37/tests/constants.c       2017-11-25 02:30:35.000000000 
+0100
@@ -253,6 +253,8 @@
        go_quad_init (&qc, 180);
        go_quad_div (&qc, &qc, &go_quad_pi);
        examine_constant ("180/pi", &qc);
+       g_printerr ("180/pi computed as double: %.55g\n", 180 / M_PI);
+       g_printerr ("pi/180 computed as double: %.55g\n", M_PI / 180);
 
        go_quad_end (state);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/tools/ChangeLog 
new/goffice-0.10.37/tools/ChangeLog
--- old/goffice-0.10.36/tools/ChangeLog 2017-11-19 01:07:42.000000000 +0100
+++ new/goffice-0.10.37/tools/ChangeLog 2017-12-01 23:44:32.000000000 +0100
@@ -1,3 +1,7 @@
+2017-12-01  Morten Welinder <[email protected]>
+
+       * Release 0.10.37
+
 2017-11-18  Morten Welinder <[email protected]>
 
        * Release 0.10.36


Reply via email to