Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2013-03-21 10:40:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-workbench (Old)
 and      /work/SRC/openSUSE:Factory/.mysql-workbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mysql-workbench", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes  
2013-02-07 14:24:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes     
2013-03-21 10:40:09.000000000 +0100
@@ -2 +2,13 @@
-Wed Fen  6 13:03:10 CEST 2013 - [email protected]
+Tue Mar 12 15:29:39 UTC 2013 - [email protected]
+
+- Fix invalid changes entry
+
+-------------------------------------------------------------------
+Wed Mar  6 19:18:39 UTC 2013 - [email protected]
+
+- update to version 5.2.47
+  see
+ http://dev.mysql.com/doc/relnotes/workbench/en/wb-news-5-2-47.html
+
+-------------------------------------------------------------------
+Wed Mar  6 13:03:10 UTC 2013 - [email protected]
@@ -26,0 +39,11 @@
+
+-------------------------------------------------------------------
+Thu Nov 15 23:13:41 UTC 2012 - [email protected]
+
+- build and static link included antlr3
+
+-------------------------------------------------------------------
+Wed Nov 14 23:57:26 UTC 2012 - [email protected]
+
+- update to version 5.2.44
+- rebase patches

Old:
----
  mysql-workbench-gpl-5.2.46-src.tar.gz

New:
----
  mysql-workbench-gpl-5.2.47-src.tar.bz2

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

Other differences:
------------------
++++++ mysql-workbench.spec ++++++
--- /var/tmp/diff_new_pack.AvFSXe/_old  2013-03-21 10:40:12.000000000 +0100
+++ /var/tmp/diff_new_pack.AvFSXe/_new  2013-03-21 10:40:12.000000000 +0100
@@ -20,10 +20,10 @@
 Summary:        A MySQL visual modeling tool
 License:        GPL-2.0+
 Group:          Productivity/Databases/Clients
-Version:        5.2.46
+Version:        5.2.47
 Release:        0
 Url:            http://dev.mysql.com/downloads/workbench
-Source:         %{name}-gpl-%{version}-src.tar.gz
+Source:         %{name}-gpl-%{version}-src.tar.bz2
 Source1:        openSUSE_(Vendor_Package).xml
 Patch0:         mysql-workbench-gpl-5.2.44-ctemplate-fix.patch
 Patch1:         mysql-workbench-gpl-5.2.44-avoid-version.patch
@@ -77,6 +77,7 @@
 %endif
 BuildRequires:  cairo-devel >= 1.5.12
 BuildRequires:  libctemplate-devel
+BuildRequires:  libiodbc-devel
 Requires(post):    shared-mime-info
 Requires(postun):  shared-mime-info
 Requires(post):    desktop-file-utils
@@ -99,8 +100,8 @@
 
 %prep
 %setup -q -n  %{name}-gpl-%{version}-src
-%patch0
-%patch1
+%patch0 -p1
+%patch1 -p1
 for j in gpattern.h gmessages.h gthread.h gbase64.h gunicode.h gerror.h 
gquark.h gtypes.h gmacros.h ; do
  for i in `grep -Rl "glib/$j" .`; do
   sed -i "s|glib/$j|glib.h|" $i;
@@ -185,6 +186,7 @@
 %defattr(-,root,root)
 %doc COPYING ChangeLog README.plugins README.modules
 %{_bindir}/*
+/usr/lib/%{name}-bin
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*
 %{_libexecdir}/%{name}-bin

++++++ mysql-workbench-gpl-5.2.44-avoid-version.patch ++++++
--- /var/tmp/diff_new_pack.AvFSXe/_old  2013-03-21 10:40:12.000000000 +0100
+++ /var/tmp/diff_new_pack.AvFSXe/_new  2013-03-21 10:40:12.000000000 +0100
@@ -1,30 +1,31 @@
-Index: ext/cppconn/driver/Makefile.am
+Index: b/ext/cppconn/driver/Makefile.am
 ===================================================================
---- ext/cppconn/driver/Makefile.am.orig
-+++ ext/cppconn/driver/Makefile.am
+--- a/ext/cppconn/driver/Makefile.am
++++ b/ext/cppconn/driver/Makefile.am
 @@ -28,4 +28,4 @@ mysqlcppconn_la_SOURCES=\
  
  INCLUDES=-I.. @MYSQL_INCLUDE@ -I./nativeapi -DMYSQLCLIENT_STATIC_BINDING=1 
-I../cppconn -I../..
  
 -mysqlcppconn_la_LDFLAGS=-module @MYSQL_LIBS@
 +mysqlcppconn_la_LDFLAGS=-avoid-version -module @MYSQL_LIBS@
-Index: library/forms/swig/Makefile.am
+Index: b/library/forms/swig/Makefile.am
 ===================================================================
---- library/forms/swig/Makefile.am.orig
-+++ library/forms/swig/Makefile.am
+--- a/library/forms/swig/Makefile.am
++++ b/library/forms/swig/Makefile.am
 @@ -25,7 +25,7 @@ INCLUDES=@SIGC_CFLAGS@ @PYTHON_CFLAGS@ @
  -I$(top_srcdir)/ext/scintilla/include\
  -I$(top_srcdir)/backend/wbpublic/
  
 -_mforms_la_LDFLAGS=-module
+-_cairo_la_LDFLAGS=-module
 +_mforms_la_LDFLAGS=-avoid-version -module
- _cairo_la_LDFLAGS=-module
++_cairo_la_LDFLAGS=-avoid-version -module
  
  
-Index: modules/db.checks/Makefile.am
+Index: b/modules/db.checks/Makefile.am
 ===================================================================
---- modules/db.checks/Makefile.am.orig
-+++ modules/db.checks/Makefile.am
+--- a/modules/db.checks/Makefile.am
++++ b/modules/db.checks/Makefile.am
 @@ -14,7 +14,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
                  -I$(top_srcdir)/modules/db.mysql/src\
                  @GRT_CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@ @PCRE_CFLAGS@
@@ -34,20 +35,20 @@
  
  db_checks_wbp_la_SOURCES=\
  ./register_plugin.cpp \
-Index: modules/db.mysql.query/Makefile.am
+Index: b/modules/db.mysql.query/Makefile.am
 ===================================================================
---- modules/db.mysql.query/Makefile.am.orig
-+++ modules/db.mysql.query/Makefile.am
+--- a/modules/db.mysql.query/Makefile.am
++++ b/modules/db.mysql.query/Makefile.am
 @@ -11,4 +11,4 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
  
  
  db_mysql_query_grt_la_SOURCES=src/dbquery.cpp
 -db_mysql_query_grt_la_LDFLAGS=-module
 +db_mysql_query_grt_la_LDFLAGS=-avoid-version -module
-Index: modules/db.mysql.sqlide/Makefile.am
+Index: b/modules/db.mysql.sqlide/Makefile.am
 ===================================================================
---- modules/db.mysql.sqlide/Makefile.am.orig
-+++ modules/db.mysql.sqlide/Makefile.am
+--- a/modules/db.mysql.sqlide/Makefile.am
++++ b/modules/db.mysql.sqlide/Makefile.am
 @@ -23,7 +23,7 @@ INCLUDES=\
  @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@
  
@@ -57,10 +58,10 @@
  #db_mysql_sqlide_grt_la_LIBADD=
  
  db_mysql_sqlide_grt_la_SOURCES=\
-Index: modules/db.mysql.sqlparser/Makefile.am
+Index: b/modules/db.mysql.sqlparser/Makefile.am
 ===================================================================
---- modules/db.mysql.sqlparser/Makefile.am.orig
-+++ modules/db.mysql.sqlparser/Makefile.am
+--- a/modules/db.mysql.sqlparser/Makefile.am
++++ b/modules/db.mysql.sqlparser/Makefile.am
 @@ -18,7 +18,7 @@ INCLUDES=\
        -I$(top_srcdir)/library/base\
        @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @PCRE_CFLAGS@ @SIGC_CFLAGS@
@@ -70,10 +71,10 @@
  
  db_mysql_sqlparser_grt_la_SOURCES=\
        src/db.mysql.sqlparser.cpp\
-Index: modules/db.mysql/Makefile.am
+Index: b/modules/db.mysql/Makefile.am
 ===================================================================
---- modules/db.mysql/Makefile.am.orig
-+++ modules/db.mysql/Makefile.am
+--- a/modules/db.mysql/Makefile.am
++++ b/modules/db.mysql/Makefile.am
 @@ -34,7 +34,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
  #                        db_mysql_statement_parser_fe.cpp
  #
@@ -83,10 +84,10 @@
  #ctemplate linked to main binary
  #db_mysql_grt_la_LIBADD=-L$(top_srcdir)/ext/ctemplate/ctemplate-src/ 
$(top_srcdir)/ext/ctemplate/ctemplate-src/libctemplate_wb.la
  
-Index: modules/db/Makefile.am
+Index: b/modules/db/Makefile.am
 ===================================================================
---- modules/db/Makefile.am.orig
-+++ modules/db/Makefile.am
+--- a/modules/db/Makefile.am
++++ b/modules/db/Makefile.am
 @@ -10,5 +10,5 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
  
  
@@ -94,10 +95,10 @@
 -dbutils_grt_la_LDFLAGS=-module
 +dbutils_grt_la_LDFLAGS=-avoid-version -module
  # dbutils_grt_la_LIBADD=$(top_srcdir)/backend/grtdb/libgrtdbbe.la 
$(top_srcdir)/backend/grt/libgrtbe.la
-Index: modules/grt.forms/Makefile.am
+Index: b/modules/grt.forms/Makefile.am
 ===================================================================
---- modules/grt.forms/Makefile.am.orig
-+++ modules/grt.forms/Makefile.am
+--- a/modules/grt.forms/Makefile.am
++++ b/modules/grt.forms/Makefile.am
 @@ -12,5 +12,5 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
  
  
@@ -105,10 +106,10 @@
 -forms_grt_la_LDFLAGS=-module
 +forms_grt_la_LDFLAGS=-avoid-version -module
  forms_grt_la_LIBADD=../../ext/scintilla/gtk/libwbscintilla.la
-Index: modules/wb.model/Makefile.am
+Index: b/modules/wb.model/Makefile.am
 ===================================================================
---- modules/wb.model/Makefile.am.orig
-+++ modules/wb.model/Makefile.am
+--- a/modules/wb.model/Makefile.am
++++ b/modules/wb.model/Makefile.am
 @@ -73,7 +73,7 @@ INCLUDES=-I$(top_srcdir)/generated\
        @CTEMPLATE_CFLAGS@ @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ 
@PCRE_CFLAGS@
  
@@ -118,10 +119,10 @@
  #wb_model_grt_la_LIBADD=$(top_srcdir)/ext/ctemplate
  
  wb_model_grt_la_SOURCES=src/graph_renderer.cpp \
-Index: modules/wb.mysql.import/Makefile.am
+Index: b/modules/wb.mysql.import/Makefile.am
 ===================================================================
---- modules/wb.mysql.import/Makefile.am.orig
-+++ modules/wb.mysql.import/Makefile.am
+--- a/modules/wb.mysql.import/Makefile.am
++++ b/modules/wb.mysql.import/Makefile.am
 @@ -21,7 +21,7 @@ INCLUDES=\
        @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@
  
@@ -131,10 +132,10 @@
  #wb_mysql_import_grt_la_LIBADD=
  
  wb_mysql_import_grt_la_SOURCES=\
-Index: modules/wb.mysql.validation/Makefile.am
+Index: b/modules/wb.mysql.validation/Makefile.am
 ===================================================================
---- modules/wb.mysql.validation/Makefile.am.orig
-+++ modules/wb.mysql.validation/Makefile.am
+--- a/modules/wb.mysql.validation/Makefile.am
++++ b/modules/wb.mysql.validation/Makefile.am
 @@ -20,7 +20,7 @@ INCLUDES=-I$(top_srcdir)/generated\
        @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @PCRE_CFLAGS@
  
@@ -144,10 +145,10 @@
  #wb_mysql_import_grt_la_LIBADD=$(top_srcdir)
  wb_mysql_validation_grt_la_LIBADD=@GRT_LIBS@ @GLIB_LIBS@ @SIGC_LIBS@
  
-Index: modules/wb.validation/Makefile.am
+Index: b/modules/wb.validation/Makefile.am
 ===================================================================
---- modules/wb.validation/Makefile.am.orig
-+++ modules/wb.validation/Makefile.am
+--- a/modules/wb.validation/Makefile.am
++++ b/modules/wb.validation/Makefile.am
 @@ -18,7 +18,7 @@ INCLUDES=-I$(top_srcdir)/generated\
        @MYSQL_INCLUDE@ @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@
  
@@ -157,23 +158,23 @@
  #wb_mysql_import_grt_la_LIBADD=$(top_srcdir)/backend/grtdb/libgrtdbbe.la 
  wb_validation_grt_la_LIBADD=@GRT_LIBS@ @GLIB_LIBS@ @SIGC_LIBS@
  
-Index: plugins/db.mysql.diff.reporting/frontend/Makefile.am
+Index: b/plugins/db.mysql.diff.reporting/frontend/Makefile.am
 ===================================================================
---- plugins/db.mysql.diff.reporting/frontend/Makefile.am.orig
-+++ plugins/db.mysql.diff.reporting/frontend/Makefile.am
+--- a/plugins/db.mysql.diff.reporting/frontend/Makefile.am
++++ b/plugins/db.mysql.diff.reporting/frontend/Makefile.am
 @@ -23,7 +23,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
      @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@ @CAIRO_CFLAGS@ @PCRE_CFLAGS@
  
  
 -db_mysql_diff_reporting_wbp_la_LDFLAGS=-module
-+db_mysql_diff_reporting_wbp_la_LDFLAGS=-module -avoid-version
++db_mysql_diff_reporting_wbp_la_LDFLAGS=-avoid-version -module
  db_mysql_diff_reporting_wbp_la_LIBADD=$(top_srcdir)/library/grt/src/libgrt.la 
$(top_srcdir)/library/forms/libmforms.la 
$(top_srcdir)/ext/scintilla/gtk/libwbscintilla.la @GLIB_LIBS@
  
  
-Index: plugins/db.mysql.editors/linux/Makefile.am
+Index: b/plugins/db.mysql.editors/linux/Makefile.am
 ===================================================================
---- plugins/db.mysql.editors/linux/Makefile.am.orig
-+++ plugins/db.mysql.editors/linux/Makefile.am
+--- a/plugins/db.mysql.editors/linux/Makefile.am
++++ b/plugins/db.mysql.editors/linux/Makefile.am
 @@ -33,7 +33,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
                  @GRT_CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@ @SIGC_CFLAGS@
  
@@ -183,10 +184,10 @@
  
db_mysql_editors_wbp_la_LIBADD=$(top_srcdir)/frontend/linux/linux_utilities/liblinux_utilities.la\
                                 
$(top_srcdir)/ext/scintilla/gtk/libwbscintilla.la
  
-Index: plugins/db.mysql/frontend/Makefile.am
+Index: b/plugins/db.mysql/frontend/Makefile.am
 ===================================================================
---- plugins/db.mysql/frontend/Makefile.am.orig
-+++ plugins/db.mysql/frontend/Makefile.am
+--- a/plugins/db.mysql/frontend/Makefile.am
++++ b/plugins/db.mysql/frontend/Makefile.am
 @@ -25,7 +25,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
      @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@  @CAIRO_CFLAGS@ @PCRE_CFLAGS@
  
@@ -196,10 +197,10 @@
  
  db_mysql_wbp_la_SOURCES=\
  ../backend/db_frw_eng_be.cpp\
-Index: plugins/wb.model.editors/linux/Makefile.am
+Index: b/plugins/wb.model.editors/linux/Makefile.am
 ===================================================================
---- plugins/wb.model.editors/linux/Makefile.am.orig
-+++ plugins/wb.model.editors/linux/Makefile.am
+--- a/plugins/wb.model.editors/linux/Makefile.am
++++ b/plugins/wb.model.editors/linux/Makefile.am
 @@ -21,7 +21,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
                  @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@ @GNOME_CFLAGS@
  
@@ -209,10 +210,10 @@
  
wb_model_editors_wbp_la_LIBADD=$(top_srcdir)/frontend/linux/linux_utilities/liblinux_utilities.la
  
  wb_model_editors_wbp_la_SOURCES=\
-Index: plugins/wb.model.reporting/frontend/Makefile.am
+Index: b/plugins/wb.model.reporting/frontend/Makefile.am
 ===================================================================
---- plugins/wb.model.reporting/frontend/Makefile.am.orig
-+++ plugins/wb.model.reporting/frontend/Makefile.am
+--- a/plugins/wb.model.reporting/frontend/Makefile.am
++++ b/plugins/wb.model.reporting/frontend/Makefile.am
 @@ -17,7 +17,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
                  @GRT_CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@ @SIGC_CFLAGS@ 
@PCRE_CFLAGS@
  
@@ -222,10 +223,10 @@
  
  wb_model_reporting_wbp_la_SOURCES=\
  ../backend/wb_model_reporting.cpp\
-Index: plugins/wb.model.snippets/Makefile.am
+Index: b/plugins/wb.model.snippets/Makefile.am
 ===================================================================
---- plugins/wb.model.snippets/Makefile.am.orig
-+++ plugins/wb.model.snippets/Makefile.am
+--- a/plugins/wb.model.snippets/Makefile.am
++++ b/plugins/wb.model.snippets/Makefile.am
 @@ -23,7 +23,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
      @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@ @CAIRO_CFLAGS@
  
@@ -235,10 +236,10 @@
  
  
wb_model_snippets_wbp_la_LIBADD=$(top_srcdir)/ext/scintilla/gtk/libwbscintilla.la
  
-Index: plugins/wb.printing/linux/Makefile.am
+Index: b/plugins/wb.printing/linux/Makefile.am
 ===================================================================
---- plugins/wb.printing/linux/Makefile.am.orig
-+++ plugins/wb.printing/linux/Makefile.am
+--- a/plugins/wb.printing/linux/Makefile.am
++++ b/plugins/wb.printing/linux/Makefile.am
 @@ -20,7 +20,7 @@ INCLUDES=-I$(top_srcdir)/generated -I$(t
                  @GRT_CFLAGS@ @GLIB_CFLAGS@ @SIGC_CFLAGS@ @GNOME_CFLAGS@
  

++++++ mysql-workbench-gpl-5.2.44-ctemplate-fix.patch ++++++
--- /var/tmp/diff_new_pack.AvFSXe/_old  2013-03-21 10:40:12.000000000 +0100
+++ /var/tmp/diff_new_pack.AvFSXe/_new  2013-03-21 10:40:12.000000000 +0100
@@ -1,7 +1,7 @@
-Index: configure.in
+Index: b/configure.in
 ===================================================================
---- configure.in.orig
-+++ configure.in
+--- a/configure.in
++++ b/configure.in
 @@ -398,7 +398,7 @@ fi
  
  
@@ -11,10 +11,10 @@
  AM_CONDITIONAL(BUILD_SE, test "x$std_edition" = "xyes")
  AM_CONDITIONAL(BUNDLE_UTILITIES, test "x$bundle_utilities" = "xyes")
  AM_CONDITIONAL(BUILD_ANTLR_RUNTIME, test "x$ac_system_antlr_runtime" != 
"xyes")
-Index: ext/Makefile.am
+Index: b/ext/Makefile.am
 ===================================================================
---- ext/Makefile.am.orig
-+++ ext/Makefile.am
+--- a/ext/Makefile.am
++++ b/ext/Makefile.am
 @@ -1,13 +1,9 @@
  
 -if BUILD_CTEMPLATE
@@ -30,3 +30,18 @@
  
  if BUNDLE_UTILITIES
  all-am:
+Index: b/ext/antlr-runtime/Makefile.am
+===================================================================
+--- a/ext/antlr-runtime/Makefile.am
++++ b/ext/antlr-runtime/Makefile.am
+@@ -62,7 +62,9 @@ noinst_HEADERS =     include/antlr3.h                        
                        \
+                                       include/antlr3treeparser.h              
                \
+                                       antlr3config.h
+ 
+-libantlr3c_wb_la_LDFLAGS = -avoid-version
++libantlr3c_wb_la_CFLAGS = -fPIC
++libantlr3c_wb_la_CCFLAGS = -fPIC
++libantlr3c_wb_la_LDFLAGS = -static
+ 
+ INCLUDES = -I. -Iinclude
+ 

++++++ mysql-workbench-gpl-5.2.46-src.tar.gz -> 
mysql-workbench-gpl-5.2.47-src.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench-gpl-5.2.46-src.tar.gz
 
/work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench-gpl-5.2.47-src.tar.bz2
 differ: char 1, line 1


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

Reply via email to