From f76b0b85aa5765dd8033319e52666c8a94fd1cbcfa279660d7cba0f1af6e0fdc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 21 Aug 2008 15:46:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=7 --- gmp-4.2.2.tar.bz2 | 3 --- gmp-4.2.3.tar.bz2 | 3 +++ gmp-FILE.diff | 13 ------------- gmp.changes | 7 +++++++ gmp.spec | 23 ++++++++++++++++------- 5 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 gmp-4.2.2.tar.bz2 create mode 100644 gmp-4.2.3.tar.bz2 delete mode 100644 gmp-FILE.diff diff --git a/gmp-4.2.2.tar.bz2 b/gmp-4.2.2.tar.bz2 deleted file mode 100644 index ba807d0..0000000 --- a/gmp-4.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b -size 1747068 diff --git a/gmp-4.2.3.tar.bz2 b/gmp-4.2.3.tar.bz2 new file mode 100644 index 0000000..74d36cd --- /dev/null +++ b/gmp-4.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139b5abc49833832184c0a03ff6fc64c59ef102b420d2a5884ad78af5647414b +size 1710314 diff --git a/gmp-FILE.diff b/gmp-FILE.diff deleted file mode 100644 index d73a5ce..0000000 --- a/gmp-FILE.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: gmp-h.in -=================================================================== ---- gmp-h.in.orig 2006-04-11 20:10:15.000000000 +0200 -+++ gmp-h.in 2007-05-23 11:08:11.000000000 +0200 -@@ -24,6 +24,7 @@ MA 02110-1301, USA. */ - - #if defined (__cplusplus) - #include /* for std::istream, std::ostream, std::string */ -+#include /* for std::FILE */ - #endif - - - diff --git a/gmp.changes b/gmp.changes index c85b5d6..a697cc2 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 4 10:54:43 CEST 2008 - rguenther@suse.de + +- Update to version 4.2.3. + * minor bugfixes +- Remove no longer applicable patches. + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/gmp.spec b/gmp.spec index ccae7e1..a880da7 100644 --- a/gmp.spec +++ b/gmp.spec @@ -1,10 +1,17 @@ # -# spec file for package gmp (Version 4.2.2) +# spec file for package gmp (Version 4.2.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# 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/ # @@ -16,15 +23,14 @@ BuildRequires: gcc-c++ License: GPL v3 or later; LGPL v3 or later Group: System/Libraries AutoReqProv: on -Version: 4.2.2 -Release: 21 +Version: 4.2.3 +Release: 1 Summary: The GNU MP Library Url: http://gmplib.org/ Source: gmp-%{version}.tar.bz2 Patch0: gmp-noexec.diff Patch1: gmp-ia64.diff Patch2: gmp-s390x.diff -Patch3: gmp-FILE.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,7 +65,6 @@ Authors: %patch0 %patch1 %patch2 -%patch3 %build export HOME=/tmp/ @@ -135,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT /usr/include/gmpxx.h %changelog +* Mon Aug 04 2008 rguenther@suse.de +- Update to version 4.2.3. + * minor bugfixes +- Remove no longer applicable patches. * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support