Hello community, here is the log from the commit of package wxMaxima for openSUSE:Factory checked in at 2013-04-24 21:43:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old) and /work/SRC/openSUSE:Factory/.wxMaxima.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxMaxima", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes 2012-09-13 00:07:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes 2013-04-24 21:43:01.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Apr 23 06:12:43 UTC 2013 - [email protected] + +- Update to version 13.04.0: + + No detailed changelog available +- Add wxMaxima-fix-missing-locale.patch to fix build failure while + trying to install a locale that is missing from the tarball. + +------------------------------------------------------------------- Old: ---- wxMaxima-12.09.0.tar.gz New: ---- wxMaxima-13.04.0.tar.gz wxMaxima-fix-missing-locale.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxMaxima.spec ++++++ --- /var/tmp/diff_new_pack.gsUvc1/_old 2013-04-24 21:43:04.000000000 +0200 +++ /var/tmp/diff_new_pack.gsUvc1/_new 2013-04-24 21:43:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package wxMaxima # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: wxMaxima -Version: 12.09.0 +Version: 13.04.0 Release: 0 Summary: Graphical User Interface for the maxima Computer Algebra System License: GPL-2.0+ @@ -25,6 +25,10 @@ Url: http://wxmaxima.sourceforge.net/ Source0: http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz Source1: wxmaxima.desktop +# PATCH-FIX-UPSTREAM wxMaxima-fix-missing-locale.patch [email protected] -- Fix build error by removing references to missing locale in makefiles (requires automake) +Patch0: wxMaxima-fix-missing-locale.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gtk2-devel @@ -70,8 +74,10 @@ %prep %setup -q +%patch0 -p1 %build +autoreconf -i %configure \ --enable-printing \ --enable-unicode-glyphs @@ -85,7 +91,9 @@ %suse_update_desktop_file -n wxmaxima %endif +%if 0%{?suse_version} %fdupes %{buildroot}%{_datadir} +%endif %find_lang %name ++++++ wxMaxima-12.09.0.tar.gz -> wxMaxima-13.04.0.tar.gz ++++++ ++++ 7147 lines of diff (skipped) ++++++ wxMaxima-fix-missing-locale.patch ++++++ Index: wxMaxima-13.04.0/locales/Makefile.am =================================================================== --- wxMaxima-13.04.0.orig/locales/Makefile.am +++ wxMaxima-13.04.0/locales/Makefile.am @@ -2,8 +2,8 @@ # This file is based on the corresponding file for the poedit program # -WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN -WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN +WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl +WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl localedir = $(datadir)/locale -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
