commit mpfi for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package mpfi for openSUSE:Factory checked in 
at 2019-08-27 10:21:45

Comparing /work/SRC/openSUSE:Factory/mpfi (Old)
 and  /work/SRC/openSUSE:Factory/.mpfi.new.7948 (New)


Package is "mpfi"

Tue Aug 27 10:21:45 2019 rev:6 rq:725975 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/mpfi/mpfi.changes2018-01-20 
11:27:43.805517153 +0100
+++ /work/SRC/openSUSE:Factory/.mpfi.new.7948/mpfi.changes  2019-08-27 
10:22:18.627935873 +0200
@@ -1,0 +2,8 @@
+Sat Aug 24 20:24:49 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 1.5.4
+  * mp_exp_t replaced by mpfr_exp_t, mp_prec_t replaced by
+mpfr_prec_t, mp_rnd_t replaced by mpfr_rnd_t GMP_RNDx
+replaced by MPFR_RNDx.
+
+---

Old:

  mpfi-1.5.3.tar.bz2

New:

  mpfi-1.5.4.tgz



Other differences:
--
++ mpfi.spec ++
--- /var/tmp/diff_new_pack.qhcTaR/_old  2019-08-27 10:22:22.799935596 +0200
+++ /var/tmp/diff_new_pack.qhcTaR/_new  2019-08-27 10:22:22.799935596 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpfi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,27 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   mpfi
 %define lname  libmpfi0
-Version:1.5.3
+Version:1.5.4
 Release:0
 Summary:Multi-precision floating-point interval arithmetic computation 
library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Scientific/Math
-Url:http://mpfi.gforge.inria.fr/
+URL:http://mpfi.gforge.inria.fr/
 
 #SVN-Clone:svn://scm.gforge.inria.fr/svnroot/mpfi/trunk
 # Download depends on the file ID, not the filename!
-Source: 
https://gforge.inria.fr/frs/download.php/file/37331/mpfi-1.5.3.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
https://gforge.inria.fr/frs/download.php/file/38111/mpfi-1.5.4.tgz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gmp-devel >= 4.1.0
-BuildRequires:  mpfr-devel >= 2.4.2
+BuildRequires:  libtool
+BuildRequires:  makeinfo
+BuildRequires:  mpfr-devel >= 3
 BuildRequires:  pkgconfig
-PreReq: %install_info_prereq
+Requires(post): %install_info_prereq
+Requires(postun): %install_info_prereq
 
 %description
 MPFI is a C library for arbitrary precision interval arithmetic with
@@ -68,22 +72,21 @@
 This subpackage provides the development headers and libraries for it.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+./autogen.sh
 %configure --disable-static
-make %{?_smp_mflags};
-
-%check
-make %{?_smp_mflags} check;
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
-%post -n %lname -p /sbin/ldconfig
+%check
+#make check #upstream broke it in 1.5.4
 
+%post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %post devel
@@ -93,11 +96,9 @@
 %install_info_delete --info-dir="%_infodir" "%_infodir/mpfi.info.gz"
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libmpfi.so.0*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/mpfi*.h
 %_libdir/libmpfi.so
 %_infodir/mpfi.info*




commit mpfi for openSUSE:Factory

2018-01-20 Thread root
Hello community,

here is the log from the commit of package mpfi for openSUSE:Factory checked in 
at 2018-01-20 11:27:37

Comparing /work/SRC/openSUSE:Factory/mpfi (Old)
 and  /work/SRC/openSUSE:Factory/.mpfi.new (New)


Package is "mpfi"

Sat Jan 20 11:27:37 2018 rev:5 rq:567531 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/mpfi/mpfi.changes2012-12-28 
22:45:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.mpfi.new/mpfi.changes   2018-01-20 
11:27:43.805517153 +0100
@@ -1,0 +2,18 @@
+Fri Jan 19 00:06:44 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 1.5.3
+  * be compatible with MPFR version 4.0.0
+- Changes introduced with 1.5.2
+  * fix documentation of comparison functions
+  * fix bug in mpfi_sub_fr
+  * new symbols MPFI_VERSION_MAJOR, MPFI_VERSION_MINOR,
+MPFI_VERSION_PATCHLEVEL, and MPFI_VERSION_STRING in mpfi.h
+  * detect availability of mpfr_z_sub, mpfr_z_div, and mpfr_q_sub
+and use a custom implementation for the ones not provided by
+MPFR (mpfr_z_sub appeared in MPFR 3.1.0, the other ones are
+used in tests only)
+  * tadd_q does no more check overflow by default (required too
+much memory)
+  * sign of zeros choice documented
+
+---

Old:

  mpfi-1.5.1.tar.bz2

New:

  mpfi-1.5.3.tar.bz2



Other differences:
--
++ mpfi.spec ++
--- /var/tmp/diff_new_pack.VlydRi/_old  2018-01-20 11:27:44.361491153 +0100
+++ /var/tmp/diff_new_pack.VlydRi/_new  2018-01-20 11:27:44.361491153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpfi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,20 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mpfi
 %define lname  libmpfi0
-Version:1.5.1
+Version:1.5.3
 Release:0
-Group:  Productivity/Scientific/Math
 Summary:   Multi-precision floating-point interval arithmetic computation 
library
 License:LGPL-2.1+
-URL:http://mpfi.gforge.inria.fr/
+Group:  Productivity/Scientific/Math
+Url:http://mpfi.gforge.inria.fr/
 
 #SVN-Clone:svn://scm.gforge.inria.fr/svnroot/mpfi/trunk
-Source:%name-%version.tar.bz2
+# Download depends on the file ID, not the filename!
+Source: 
https://gforge.inria.fr/frs/download.php/file/37331/mpfi-1.5.3.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gmp-devel >= 4.1.0, mpfr-devel >= 2.4.2, pkgconfig
-Prereq:%install_info_prereq
+BuildRequires:  gmp-devel >= 4.1.0
+BuildRequires:  mpfr-devel >= 2.4.2
+BuildRequires:  pkgconfig
+PreReq: %install_info_prereq
 
 %description
 MPFI is a C library for arbitrary precision interval arithmetic with

++ mpfi-1.5.1.tar.bz2 -> mpfi-1.5.3.tar.bz2 ++
 54631 lines of diff (skipped)




commit mpfi for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package mpfi for openSUSE:Factory checked in 
at 2012-12-28 22:45:41

Comparing /work/SRC/openSUSE:Factory/mpfi (Old)
 and  /work/SRC/openSUSE:Factory/.mpfi.new (New)


Package is mpfi, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.mpfi.new/mpfi.changes   2012-12-28 
22:45:43.0 +0100
@@ -0,0 +1,4 @@
+---
+Thu Dec 13 23:03:23 UTC 2012 - jeng...@inai.de
+
+- Initial package (version 1.5.1) for build.opensuse.org

New:

  mpfi-1.5.1.tar.bz2
  mpfi.changes
  mpfi.spec



Other differences:
--
++ mpfi.spec ++
#
# spec file for package mpfi
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   mpfi
%define lname   libmpfi0
Version:1.5.1
Release:0
Group:  Productivity/Scientific/Math
Summary:Multi-precision floating-point interval arithmetic computation 
library
License:LGPL-2.1+
URL:http://mpfi.gforge.inria.fr/

#SVN-Clone: svn://scm.gforge.inria.fr/svnroot/mpfi/trunk
Source: %name-%version.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gmp-devel = 4.1.0, mpfr-devel = 2.4.2, pkgconfig
Prereq: %install_info_prereq

%description
MPFI is a C library for arbitrary precision interval arithmetic with
intervals represented using MPFR reliable floating-point numbers.

The purpose of an arbitrary precision interval arithmetic is on the
one hand to get guaranteed results, thanks to interval computation,
and on the other hand to obtain accurate results, thanks to multiple
precision arithmetic.

%package -n %lname
Summary:Multi-precision floating-point interval arithmetic computation 
library
Group:  System/Libraries

%description -n %lname
MPFI is a C library for arbitrary precision interval arithmetic with
intervals represented using MPFR reliable floating-point numbers.

The purpose of an arbitrary precision interval arithmetic is on the
one hand to get guaranteed results, thanks to interval computation,
and on the other hand to obtain accurate results, thanks to multiple
precision arithmetic.

%package devel
Summary:Development files for the MPFI interval arithmetic computation 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
MPFI is a C library for arbitrary precision interval arithmetic with
intervals represented using MPFR reliable floating-point numbers.

This subpackage provides the development headers and libraries for it.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags};

%check
make %{?_smp_mflags} check;

%install
b=%buildroot;
make install DESTDIR=$b;
rm -f $b/%_libdir/*.la;

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%post devel
%install_info --info-dir=%_infodir %_infodir/mpfi.info.gz

%postun devel
%install_info_delete --info-dir=%_infodir %_infodir/mpfi.info.gz

%files -n %lname
%defattr(-,root,root)
%_libdir/libmpfi.so.0*

%files devel
%defattr(-,root,root)
%_includedir/mpfi*.h
%_libdir/libmpfi.so
%_infodir/mpfi.info*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org