Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 203481 Details for
Bug 302221
Wrong soname in current gmp.spec
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to gmp.spec that fixes the problem
gmp.spec.patch (text/plain), 1.58 KB, created by
Roberto Bagnara
on 2007-09-23 15:07:44 UTC
(
hide
)
Description:
Patch to gmp.spec that fixes the problem
Filename:
MIME Type:
Creator:
Roberto Bagnara
Created:
2007-09-23 15:07:44 UTC
Size:
1.58 KB
patch
obsolete
>Index: gmp.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.spec,v >retrieving revision 1.45 >diff -u -d -r1.45 gmp.spec >--- gmp.spec 20 Sep 2007 08:48:03 -0000 1.45 >+++ gmp.spec 23 Sep 2007 15:05:31 -0000 >@@ -8,7 +8,7 @@ > Summary: A GNU arbitrary precision library > Name: gmp > Version: 4.2.2 >-Release: 2%{?dist} >+Release: 3%{?dist} > URL: http://gmplib.org/ > Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2 > Source2: gmp.h >@@ -91,7 +91,7 @@ > rm -f $RPM_BUILD_ROOT%{_libdir}/lib{gmp,mp,gmpxx}.la > rm -f $RPM_BUILD_ROOT%{_infodir}/dir > /sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} >-ln -sf libgmpxx.so.3 $RPM_BUILD_ROOT%{_libdir}/libgmpxx.so >+ln -sf libgmpxx.so.4 $RPM_BUILD_ROOT%{_libdir}/libgmpxx.so > cd .. > %ifarch %{ix86} > cd build-sse2 >@@ -103,9 +103,9 @@ > install -m 755 .libs/libgmpxx.so.4.* $RPM_BUILD_ROOT%{_libdir}/sse2 > cp -a .libs/libgmpxx.so.4 $RPM_BUILD_ROOT%{_libdir}/sse2 > chmod 755 $RPM_BUILD_ROOT%{_libdir}/sse2/libgmpxx.so.4 >-install -m 755 .libs/libmp.so.3.* $RPM_BUILD_ROOT%{_libdir}/sse2 >-cp -a .libs/libmp.so.3 $RPM_BUILD_ROOT%{_libdir}/sse2 >-chmod 755 $RPM_BUILD_ROOT%{_libdir}/sse2/libmp.so.3 >+install -m 755 .libs/libmp.so.4.* $RPM_BUILD_ROOT%{_libdir}/sse2 >+cp -a .libs/libmp.so.4 $RPM_BUILD_ROOT%{_libdir}/sse2 >+chmod 755 $RPM_BUILD_ROOT%{_libdir}/sse2/libmp.so.4 > cd .. > %endif > >@@ -182,6 +182,9 @@ > %{_infodir}/gmp.info* > > %changelog >+* Sun Sep 23 2007 Roberto Bagnara <bagnara@cs.unipr.it> 4.2.2-3 >+- fix soname for libgmpxx >+ > * Thu Sep 20 2007 Ivana Varekova <varekova@redhat.com> 4.2.2-2 > - fix check tag >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 302221
: 203481