This commit is contained in:
parent
d017ca0311
commit
f76b0b85aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b
|
|
||||||
size 1747068
|
|
3
gmp-4.2.3.tar.bz2
Normal file
3
gmp-4.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:139b5abc49833832184c0a03ff6fc64c59ef102b420d2a5884ad78af5647414b
|
||||||
|
size 1710314
|
@ -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 <iosfwd> /* for std::istream, std::ostream, std::string */
|
|
||||||
+#include <cstdio> /* for std::FILE */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -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
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
23
gmp.spec
23
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.
|
# 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/
|
# 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
|
License: GPL v3 or later; LGPL v3 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.2.2
|
Version: 4.2.3
|
||||||
Release: 21
|
Release: 1
|
||||||
Summary: The GNU MP Library
|
Summary: The GNU MP Library
|
||||||
Url: http://gmplib.org/
|
Url: http://gmplib.org/
|
||||||
Source: gmp-%{version}.tar.bz2
|
Source: gmp-%{version}.tar.bz2
|
||||||
Patch0: gmp-noexec.diff
|
Patch0: gmp-noexec.diff
|
||||||
Patch1: gmp-ia64.diff
|
Patch1: gmp-ia64.diff
|
||||||
Patch2: gmp-s390x.diff
|
Patch2: gmp-s390x.diff
|
||||||
Patch3: gmp-FILE.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,7 +65,6 @@ Authors:
|
|||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export HOME=/tmp/
|
export HOME=/tmp/
|
||||||
@ -135,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/include/gmpxx.h
|
/usr/include/gmpxx.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user