Author: arekm Date: Thu Jul 14 18:33:56 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 5.2.34
---- Files affected: packages/mysql-workbench: mysql-workbench.spec (1.32 -> 1.33) , mysql-workbench-posix.patch (NONE -> 1.1) (NEW), mysql-workbench-build.patch (1.4 -> NONE) (REMOVED), mysql-workbench-replace_gnome_url_show_by_xdg-open.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/mysql-workbench/mysql-workbench.spec diff -u packages/mysql-workbench/mysql-workbench.spec:1.32 packages/mysql-workbench/mysql-workbench.spec:1.33 --- packages/mysql-workbench/mysql-workbench.spec:1.32 Sun Apr 3 09:29:40 2011 +++ packages/mysql-workbench/mysql-workbench.spec Thu Jul 14 20:33:51 2011 @@ -2,16 +2,15 @@ Summary: Extensible modeling tool for MySQL Summary(pl.UTF-8): Narzędzie do modelowania baz danych dla MySQL-a Name: mysql-workbench -Version: 5.2.33 -Release: 6 +Version: 5.2.34 +Release: 1 License: GPL v2 Group: Applications/Databases -Source0: ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQLGUITools/%{name}-gpl-%{version}b-src.tar.gz -# Source0-md5: 850e081eeaea87a88c408483817e4b1f +Source0: ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQLGUITools/%{name}-gpl-%{version}-src.tar.gz +# Source0-md5: 781a4e9f6b5573b06a838d53ddb9136d Patch0: %{name}-desktop.patch Patch1: %{name}-python_libs.patch -Patch2: %{name}-replace_gnome_url_show_by_xdg-open.patch -Patch3: %{name}-build.patch +Patch2: %{name}-posix.patch URL: http://wb.mysql.com/ BuildRequires: OpenGL-devel BuildRequires: autoconf @@ -77,7 +76,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build %{__glib_gettextize} @@ -124,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2011/07/14 18:33:51 arekm +- up to 5.2.34 + Revision 1.32 2011/04/03 07:29:40 arekm - rel 6; build fix ================================================================ Index: packages/mysql-workbench/mysql-workbench-posix.patch diff -u /dev/null packages/mysql-workbench/mysql-workbench-posix.patch:1.1 --- /dev/null Thu Jul 14 20:33:56 2011 +++ packages/mysql-workbench/mysql-workbench-posix.patch Thu Jul 14 20:33:51 2011 @@ -0,0 +1,14 @@ +--- mysql-workbench-gpl-5.2.34-src/configure.in~ 2011-07-14 20:03:23.000000000 +0200 ++++ mysql-workbench-gpl-5.2.34-src/configure.in 2011-07-14 20:28:45.034453169 +0200 +@@ -68,9 +68,9 @@ + std_edition=$enableval, std_edition=no) + + if test x$std_edition = xyes; then +- echo -en "#ifndef __WB_CONFIG_H__\n#define __WB_CONFIG_H__\n#define EDITION_SE\n#define COMMERCIAL_CODE\n#endif\n" > wb_config.h ++ printf "#ifndef __WB_CONFIG_H__\n#define __WB_CONFIG_H__\n#define EDITION_SE\n#define COMMERCIAL_CODE\n#endif\n" > wb_config.h + else +- echo -en "#ifndef __WB_CONFIG_H__\n#define __WB_CONFIG_H__\n#undef COMMERCIAL_CODE\n#define EDITION_OSS\n#endif\n" > wb_config.h ++ printf "#ifndef __WB_CONFIG_H__\n#define __WB_CONFIG_H__\n#undef COMMERCIAL_CODE\n#define EDITION_OSS\n#endif\n" > wb_config.h + fi + + AC_CHECK_HEADERS([sys/select.h]) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-workbench/mysql-workbench.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
