Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2015-02-05 11:00:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gwenhywfar (Old)
 and      /work/SRC/openSUSE:Factory/.gwenhywfar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gwenhywfar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes    2015-01-03 
22:01:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes       
2015-02-05 11:00:47.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Jan 30 13:28:41 UTC 2015 - [email protected]
+
+- Update to version 4.13.1:
+  + Add function declaration that was missing in header, as
+    discovered by the additional compiler option.
+  + Turn compiler warning for implicit function declaration into
+    error.
+  + Fix function name for systems without <langinfo.h> but with
+    <localcharset.h>.
+
+-------------------------------------------------------------------

Old:
----
  gwenhywfar-4.13.0.tar.gz

New:
----
  gwenhywfar-4.13.1.tar.gz

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

Other differences:
------------------
++++++ gwenhywfar.spec ++++++
--- /var/tmp/diff_new_pack.Uvidn7/_old  2015-02-05 11:00:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Uvidn7/_new  2015-02-05 11:00:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gwenhywfar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define        libversion      60
 %define devversion 4.13
 Name:           gwenhywfar
-Version:        4.13.0
+Version:        4.13.1
 Release:        0
 Summary:        Multiplatform helper library for other libraries
 License:        GPL-2.0+ and LGPL-2.1+

++++++ gwenhywfar-4.13.0.tar.gz -> gwenhywfar-4.13.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/ChangeLog 
new/gwenhywfar-4.13.1/ChangeLog
--- old/gwenhywfar-4.13.0/ChangeLog     2014-12-31 14:37:12.000000000 +0100
+++ new/gwenhywfar-4.13.1/ChangeLog     2015-01-03 23:47:33.000000000 +0100
@@ -1,4 +1,26 @@
 ------------------------------------------------------------------
+2015-01-03 23:47:21 +0100 Martin Preuss
+Prepared release 4.13.1
+
+------------------------------------------------------------------
+2015-01-03 21:46:19 +0100 Christian Stimming
+Add function declaration that was missing in header, as discovered by the 
additional compiler option.
+
+------------------------------------------------------------------
+2015-01-03 21:45:56 +0100 Christian Stimming
+Turn compiler warning for implicit function declaration into error.
+This avoids running into the error of 769ab05bb3 again.
+
+------------------------------------------------------------------
+2015-01-03 21:42:31 +0100 Christian Stimming
+Fix function name for systems without <langinfo.h> but with <localcharset.h>
+This is a bugfix for 66521660959.
+
+------------------------------------------------------------------
+2015-01-02 21:31:10 +0100 Martin Preuss
+Prepared release 4.13.0
+
+------------------------------------------------------------------
 2014-12-29 07:54:55 +0100 Elias Oltmanns
 gui: Restore compilation without libiconv.
 
@@ -614,32 +636,3 @@
 
 
 git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2267 
70169cfe-8b10-0410-8925-dcb4b91034d8
-
-------------------------------------------------------------------
-2013-11-24 00:02:08 +0000 martin
-Added explanation and changed gnutls version check.
-git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2266 
70169cfe-8b10-0410-8925-dcb4b91034d8
-
-------------------------------------------------------------------
-2013-11-23 12:04:15 +0000 martin
-Fixed a typo, according to MK.
-git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2265 
70169cfe-8b10-0410-8925-dcb4b91034d8
-
-------------------------------------------------------------------
-2013-11-18 20:52:34 +0000 martin
-Fix build issues with mingw with recent MinGW versions.
-Patch supplied by "geert".
-
-git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2264 
70169cfe-8b10-0410-8925-dcb4b91034d8
-
-------------------------------------------------------------------
-2013-11-18 19:50:55 +0000 martin
-Tried removing unsafe ciphers.
-Applied a modification of a patch submitted by MK.
-
-git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2263 
70169cfe-8b10-0410-8925-dcb4b91034d8
-
-------------------------------------------------------------------
-2013-10-28 20:16:04 +0000 martin
-Added (deactivated) code to use ca-certificates from target system.
-git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2262 
70169cfe-8b10-0410-8925-dcb4b91034d8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/Makefile.in 
new/gwenhywfar-4.13.1/Makefile.in
--- old/gwenhywfar-4.13.0/Makefile.in   2014-12-31 14:32:30.000000000 +0100
+++ new/gwenhywfar-4.13.1/Makefile.in   2015-01-03 23:45:26.000000000 +0100
@@ -1065,8 +1065,8 @@
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-@IF_MAKE_I18N_FILES_FALSE@install-data-local:
 @IF_MAKE_I18N_FILES_FALSE@uninstall-local:
+@IF_MAKE_I18N_FILES_FALSE@install-data-local:
 clean: clean-recursive
 
 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/configure 
new/gwenhywfar-4.13.1/configure
--- old/gwenhywfar-4.13.0/configure     2014-12-31 14:32:33.000000000 +0100
+++ new/gwenhywfar-4.13.1/configure     2015-01-03 23:45:28.000000000 +0100
@@ -2777,7 +2777,7 @@
 #
 GWENHYWFAR_VERSION_MAJOR=4
 GWENHYWFAR_VERSION_MINOR=13
-GWENHYWFAR_VERSION_PATCHLEVEL=0
+GWENHYWFAR_VERSION_PATCHLEVEL=1
 GWENHYWFAR_VERSION_BUILD=0
 GWENHYWFAR_VERSION_TAG="stable"
 
@@ -2789,7 +2789,7 @@
 #
 GWENHYWFAR_SO_CURRENT="73"
 GWENHYWFAR_SO_AGE="13"
-GWENHYWFAR_SO_REVISION="0"
+GWENHYWFAR_SO_REVISION="1"
 GWENHYWFAR_SO_EFFECTIVE="`echo 
\$(($GWENHYWFAR_SO_CURRENT-$GWENHYWFAR_SO_AGE))`"
 
 
@@ -21940,9 +21940,9 @@
 
 else
 
-     # Default value if the argument was not given
-     CXXFLAGS="${CXXFLAGS}"
-     CFLAGS="${CFLAGS}"
+     # Default value if the argument was not given: At least error out on 
implicit function declarations.
+     CXXFLAGS="${CXXFLAGS} -Werror=implicit-function-declaration"
+     CFLAGS="${CFLAGS} -Werror=implicit-function-declaration"
 
 fi
 
@@ -22118,9 +22118,9 @@
 
 else
 
-     # Default value if the argument was not given
-     CXXFLAGS="${CXXFLAGS}"
-     CFLAGS="${CFLAGS}"
+     # Default value if the argument was not given: At least error out on 
implicit function declarations.
+     CXXFLAGS="${CXXFLAGS} -Werror=implicit-function-declaration"
+     CFLAGS="${CFLAGS} -Werror=implicit-function-declaration"
 
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/configure.ac 
new/gwenhywfar-4.13.1/configure.ac
--- old/gwenhywfar-4.13.0/configure.ac  2014-12-31 14:32:20.000000000 +0100
+++ new/gwenhywfar-4.13.1/configure.ac  2015-01-03 23:45:19.000000000 +0100
@@ -29,7 +29,7 @@
 #
 GWENHYWFAR_VERSION_MAJOR=4
 GWENHYWFAR_VERSION_MINOR=13
-GWENHYWFAR_VERSION_PATCHLEVEL=0
+GWENHYWFAR_VERSION_PATCHLEVEL=1
 GWENHYWFAR_VERSION_BUILD=0
 dnl "stable", "rcX", "betaX", "cvs"
 GWENHYWFAR_VERSION_TAG="stable"
@@ -42,7 +42,7 @@
 #
 GWENHYWFAR_SO_CURRENT="73"
 GWENHYWFAR_SO_AGE="13"
-GWENHYWFAR_SO_REVISION="0"
+GWENHYWFAR_SO_REVISION="1"
 GWENHYWFAR_SO_EFFECTIVE="`echo 
\$(($GWENHYWFAR_SO_CURRENT-$GWENHYWFAR_SO_AGE))`"
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/gwenhywfar.spec 
new/gwenhywfar-4.13.1/gwenhywfar.spec
--- old/gwenhywfar-4.13.0/gwenhywfar.spec       2014-12-31 14:32:41.000000000 
+0100
+++ new/gwenhywfar-4.13.1/gwenhywfar.spec       2015-01-03 23:45:36.000000000 
+0100
@@ -3,7 +3,7 @@
 
 
 %define name gwenhywfar
-%define version 4.13.0
+%define version 4.13.1
 %define rpm_cxxflags \"-O2 -march=i486 -mcpu=i586\"
 %define rpm_cflags \"-O2 -march=i486 -mcpu=i586\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/m4/acx_compile_warn.m4 
new/gwenhywfar-4.13.1/m4/acx_compile_warn.m4
--- old/gwenhywfar-4.13.0/m4/acx_compile_warn.m4        2014-07-23 
22:28:23.000000000 +0200
+++ new/gwenhywfar-4.13.1/m4/acx_compile_warn.m4        2015-01-03 
23:44:02.000000000 +0100
@@ -67,9 +67,9 @@
        *) AC_MSG_ERROR(bad value ${enableval} for --enable-error-on-warning) ;;
      esac
   ], [ 
-     # Default value if the argument was not given
-     CXXFLAGS="${CXXFLAGS}" 
-     CFLAGS="${CFLAGS}" 
+     # Default value if the argument was not given: At least error out on 
implicit function declarations.
+     CXXFLAGS="${CXXFLAGS} -Werror=implicit-function-declaration"
+     CFLAGS="${CFLAGS} -Werror=implicit-function-declaration"
   ])
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/src/gui/gui.c 
new/gwenhywfar-4.13.1/src/gui/gui.c
--- old/gwenhywfar-4.13.0/src/gui/gui.c 2014-12-31 14:29:02.000000000 +0100
+++ new/gwenhywfar-4.13.1/src/gui/gui.c 2015-01-03 23:44:02.000000000 +0100
@@ -720,7 +720,7 @@
 #if defined(HAVE_LANGINFO_H)
       cs=nl_langinfo(CODESET);
 #elif defined(HAVE_LOCALCHARSET_H)
-      cs=localecharset();
+      cs=locale_charset();
 #else
       /* just pass "" on to libiconv and hope for the best */
       cs=s;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/src/ressource.rc 
new/gwenhywfar-4.13.1/src/ressource.rc
--- old/gwenhywfar-4.13.0/src/ressource.rc      2014-12-31 14:32:41.000000000 
+0100
+++ new/gwenhywfar-4.13.1/src/ressource.rc      2015-01-03 23:45:36.000000000 
+0100
@@ -43,8 +43,8 @@
 // Version
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4, 13, 0, 0
- PRODUCTVERSION 4, 13, 0, 0
+ FILEVERSION 4, 13, 1, 0
+ PRODUCTVERSION 4, 13, 1, 0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0x0L
  FILEOS 0x40004L      // Windows NT
@@ -58,14 +58,14 @@
             //VALUE "Comments", "\0"
             VALUE "CompanyName", " Aquamaniac\0"
             VALUE "FileDescription", "Multi purpose library\0"
-            VALUE "FileVersion", "v4.13.0\0"
+            VALUE "FileVersion", "v4.13.1\0"
             VALUE "InternalName", "Gwenhywfar\0"
             VALUE "LegalCopyright", "Copyright � 2003 by Martin Preuss\0"
             VALUE "LegalTrademarks", "Aquamaniac\0"
             VALUE "OriginalFilename", "GWENHYWFAR32.DLL\0"
             //VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Gwenhywfar\0"
-            VALUE "ProductVersion", "v4.13.0stable-0\0"
+            VALUE "ProductVersion", "v4.13.1stable-0\0"
             VALUE "Author", "Martin Preuss\0"
             VALUE "Email", "[email protected]\0"
             VALUE "Homepage", "http://gwenhywfar.sf.net/\0";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/src/version.h 
new/gwenhywfar-4.13.1/src/version.h
--- old/gwenhywfar-4.13.0/src/version.h 2014-12-31 14:32:41.000000000 +0100
+++ new/gwenhywfar-4.13.1/src/version.h 2015-01-03 23:45:36.000000000 +0100
@@ -32,11 +32,11 @@
 #define GWEN_VERSION_MAJOR 4
 #define GWENHYWFAR_VERSION_MAJOR 4
 #define GWENHYWFAR_VERSION_MINOR 13
-#define GWENHYWFAR_VERSION_PATCHLEVEL 0
+#define GWENHYWFAR_VERSION_PATCHLEVEL 1
 #define GWENHYWFAR_VERSION_BUILD 0
 #define GWENHYWFAR_VERSION_TAG "stable"
-#define GWENHYWFAR_VERSION_FULL_STRING "4.13.0stable-0"
-#define GWENHYWFAR_VERSION_STRING "4.13.0"
+#define GWENHYWFAR_VERSION_FULL_STRING "4.13.1stable-0"
+#define GWENHYWFAR_VERSION_STRING "4.13.1"
 
 #define GWENHYWFAR_SO_EFFECTIVE 60
 #define GWENHYWFAR_SO_EFFECTIVE_STR "60"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenhywfar-4.13.0/tools/typemaker2/tm_builder.h 
new/gwenhywfar-4.13.1/tools/typemaker2/tm_builder.h
--- old/gwenhywfar-4.13.0/tools/typemaker2/tm_builder.h 2014-07-23 
22:28:23.000000000 +0200
+++ new/gwenhywfar-4.13.1/tools/typemaker2/tm_builder.h 2015-01-03 
23:44:02.000000000 +0100
@@ -73,6 +73,7 @@
 const char *Typemaker2_Builder_GetTypedefFileName(const TYPEMAKER2_BUILDER 
*tb);
 void Typemaker2_Builder_SetTypedefFileName(TYPEMAKER2_BUILDER *tb, const char 
*s);
 
+void Typemaker2_Builder_SetDestFolderName(TYPEMAKER2_BUILDER *tb, const char 
*s);
 
 void Typemaker2_Builder_SetBuildFn(TYPEMAKER2_BUILDER *tb, 
TYPEMAKER2_BUILDER_BUILD_FN fn);
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to