Hello community,

here is the log from the commit of package muparser for openSUSE:Factory 
checked in at 2013-03-08 09:25:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/muparser (Old)
 and      /work/SRC/openSUSE:Factory/.muparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "muparser", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/muparser/muparser.changes        2012-12-07 
14:43:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.muparser.new/muparser.changes   2013-03-08 
09:25:07.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Jan 25 04:15:00 UTC 2013 - [email protected]
+
+- Update to new upstream release 2.2.3
+* fixed issue 3509860: Callbacks of functions with string
+  parameters were called twice
+- Remove muparser-fix-ac.diff, muparser-fix-undef.diff
+  (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  muparser-2.2.2.tar.bz2
  muparser-fix-ac.diff
  muparser-fix-undef.diff

New:
----
  muparser-2.2.3.tar.xz
  prepare-tar.sh

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

Other differences:
------------------
++++++ muparser.spec ++++++
--- /var/tmp/diff_new_pack.EFoow6/_old  2013-03-08 09:25:08.000000000 +0100
+++ /var/tmp/diff_new_pack.EFoow6/_new  2013-03-08 09:25:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package muparser
 #
-# 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
@@ -21,14 +21,14 @@
 Summary:        A math parser library
 License:        MIT
 Group:          Productivity/Scientific/Math
-Version:        2.2.2
+Version:        2.2.3
 Release:        0
 Url:            http://muparser.beltoforion.de/
 
+#DL-URL:       http://downloads.sf.net/muparser/muparser_v2_2_3.zip
 # quilt does not like zips very much. downloaded and repackaged.
-Source:         %name-%version.tar.bz2
-Patch1:         muparser-fix-ac.diff
-Patch2:         muparser-fix-undef.diff
+Source:         %name-%version.tar.xz
+Source9:        prepare-tar.sh
 Patch3:         muparser-optflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -36,6 +36,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 
 %description
 muParser is an extensible high performance math parser library written in
@@ -63,7 +64,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 3 -p1
 
 %build
 sh build/autoconf/acregen.sh

++++++ prepare-tar.sh ++++++
#!/bin/sh -ex

in="2_2_3";
out="2.2.3";
wget -c "http://downloads.sf.net/muparser/muparser_v$in.zip";;
unzip "muparser_v$in.zip";
mv "muparser_v$in" "muparser-$out";
find "muparser-$out" -type f "(" -iname "*.dll" -o -iname "*.lib" ")" \
        -print -delete;
tar --owner=root --group=root --use=xz -cf \
        "muparser-$out.tar.xz" "muparser-$out";
rm -Rf "muparser-$out";
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to