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 593108 Details for
Bug 831654
Update RHEL 5.x to NSPR 4.9.1 for Mozilla 10.0.6
[?]
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]
For the record: the changes made for the nspr 4.9.1 update
changes-for-nspr-4.9.1-update.patch (text/plain), 5.49 KB, created by
Elio Maldonado Batiz
on 2012-06-20 01:49:39 UTC
(
hide
)
Description:
For the record: the changes made for the nspr 4.9.1 update
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-06-20 01:49:39 UTC
Size:
5.49 KB
patch
obsolete
>diff --git a/.gitignore b/.gitignore >index 5ede155..5618f50 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1 +1 @@ >-/nspr-4.8.9.tar.bz2 >+/nspr-4.9.1.tar.bz2 >diff --git a/nspr-config-pc.patch b/nspr-config-pc.patch >index cf31395..18431ab 100644 >--- a/nspr-config-pc.patch >+++ b/nspr-config-pc.patch >@@ -1,48 +1,10 @@ >---- mozilla/nsprpub/config/nspr-config-pc.in.x123 2005-05-11 02:53:41.000000000 +0200 >-+++ mozilla/nsprpub/config/nspr-config-pc.in 2006-05-24 20:52:12.000000000 +0200 >-@@ -98,7 +98,7 @@ >- includedir=@includedir@ >- fi >- if test -z "$libdir"; then >-- libdir=@libdir@ >-+ libdir=`pkg-config --variable=libdir nspr` >- fi >- >- if test "$echo_prefix" = "yes"; then >-@@ -132,12 +132,12 @@ >- if test -n "$lib_nspr"; then >- libdirs="$libdirs -lnspr${major_version}" >- fi >-- os_ldflags="@LDFLAGS@" >-+ os_ldflags=`pkg-config --variable=ldflags nspr` >- for i in $os_ldflags ; do >- if echo $i | grep \^-L >/dev/null; then >- libdirs="$libdirs $i" >- fi >- done >-- echo $libdirs @OS_LIBS@ >-+ echo $libdirs `pkg-config --variable=os_libs nspr` >- fi >- >---- mozilla/nsprpub/configure.in.x123 2006-05-24 20:52:12.000000000 +0200 >-+++ mozilla/nsprpub/configure.in 2006-05-24 20:53:53.000000000 +0200 >-@@ -2667,6 +2667,8 @@ >- config/nsprincl.mk >- config/nsprincl.sh >- config/nspr-config >-+config/nspr-config-pc >-+config/nspr-config-vars >- lib/Makefile >- lib/ds/Makefile >- lib/libc/Makefile >---- mozilla/nsprpub/configure.x123 2006-05-24 20:52:12.000000000 +0200 >-+++ mozilla/nsprpub/configure 2006-05-24 20:54:05.000000000 +0200 >-@@ -5899,6 +5899,8 @@ >- config/nsprincl.mk >- config/nsprincl.sh >- config/nspr-config >-+config/nspr-config-pc >-+config/nspr-config-vars >- lib/Makefile >- lib/ds/Makefile >- lib/libc/Makefile >+diff -up ./mozilla/nsprpub/config/nspr.pc.in.extralibs ./mozilla/nsprpub/config/nspr.pc.in >+--- ./mozilla/nsprpub/config/nspr.pc.in.extralibs 2012-06-16 11:02:11.846447511 -0700 >++++ ./mozilla/nsprpub/config/nspr.pc.in 2012-06-16 11:05:30.578619641 -0700 >+@@ -6,5 +6,5 @@ includedir=@includedir@ >+ Name: NSPR >+ Description: The Netscape Portable Runtime >+ Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ >+-Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ >++Libs: -L@libdir@/nspr4 -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ @OS_LIBS@ >+ Cflags: -I@includedir@ >diff --git a/nspr-config-vars.in b/nspr-config-vars.in >deleted file mode 100644 >index ebf0aa4..0000000 >--- a/nspr-config-vars.in >+++ /dev/null >@@ -1,2 +0,0 @@ >-ldflags=@LDFLAGS@ >-os_libs=@OS_LIBS@ >diff --git a/nspr.pc.in b/nspr.pc.in >deleted file mode 100644 >index 1d8f4a0..0000000 >--- a/nspr.pc.in >+++ /dev/null >@@ -1,10 +0,0 @@ >-prefix=%prefix% >-exec_prefix=%exec_prefix% >-libdir=%libdir% >-includedir=%includedir% >- >-Name: NSPR >-Description: The Netscape Portable Runtime >-Version: %NSPR_VERSION% >-Libs: %FULL_NSPR_LIBS% >-Cflags: %FULL_NSPR_CFLAGS% >diff --git a/nspr.spec b/nspr.spec >index b9b70f7..41d45d9 100644 >--- a/nspr.spec >+++ b/nspr.spec >@@ -1,6 +1,6 @@ > Summary: Netscape Portable Runtime > Name: nspr >-Version: 4.8.9 >+Version: 4.9.1 > Release: 1%{?dist} > License: MPLv1.1 or GPLv2+ or LGPLv2+ > URL: http://www.mozilla.org/projects/nspr/ >@@ -11,8 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root > # When CVS tag based snapshots are being used, refer to CVS documentation on > # mozilla.org and check out subdirectory mozilla/nsprpub. > Source0: %{name}-%{version}.tar.bz2 >-Source1: nspr.pc.in >-Source2: nspr-config-vars.in > > Patch1: nspr-config-pc.patch > >@@ -49,8 +47,6 @@ Header files for doing development with the Netscape Portable Runtime. > cp ./mozilla/nsprpub/config/nspr-config.in ./mozilla/nsprpub/config/nspr-config-pc.in > %patch1 -p0 > >-cp %{SOURCE2} ./mozilla/nsprpub/config/ >- > %build > > ./mozilla/nsprpub/configure \ >@@ -77,21 +73,6 @@ NSPR_CFLAGS=`./config/nspr-config --cflags` > NSPR_VERSION=`./config/nspr-config --version` > %{__mkdir_p} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig > >-cat ./config/nspr-config-vars > \ >- $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nspr.pc >- >-cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \ >- -e "s,%%prefix%%,%{_prefix},g" \ >- -e "s,%%exec_prefix%%,%{_prefix},g" \ >- -e "s,%%includedir%%,%{_includedir}/nspr4,g" \ >- -e "s,%%NSPR_VERSION%%,$NSPR_VERSION,g" \ >- -e "s,%%FULL_NSPR_LIBS%%,$NSPR_LIBS,g" \ >- -e "s,%%FULL_NSPR_CFLAGS%%,$NSPR_CFLAGS,g" >> \ >- $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nspr.pc >- >-%{__mkdir_p} $RPM_BUILD_ROOT/%{_bindir} >-%{__cp} ./config/nspr-config-pc $RPM_BUILD_ROOT/%{_bindir}/nspr-config >- > # Get rid of the things we don't want installed (per upstream) > %{__rm} -rf \ > $RPM_BUILD_ROOT/%{_bindir}/compile-et.pl \ >@@ -124,6 +105,13 @@ cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \ > %{_bindir}/nspr-config > > %changelog >+* Mon Jun 18 2012 Elio Maldonado <emaldona@redhat.com> - 4.9.1-1 >+- Update to NSPR_4_9_1_RTM >+- Resolves: rhbz#831654 >+ >+* Mon Jun 18 2012 Elio Maldonado <emaldona@redhat.com> - 4.8.9-1 >+- rebuilt >+ > * Sun Jan 29 2012 Elio Maldonado Batiz <emaldona@redhat.com> - 4.8.9-1 > - Resolves: Bug 772945 - [RFE] Async update nspr to make firefox 10 LTS rebase possible > - Update to 4.8.9 >diff --git a/sources b/sources >index 283660b..03e36d2 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-cb1c6804e603c30823adc69558cabb69 nspr-4.8.9.tar.bz2 >+13710cf1d7086215bee8ec3114298378 nspr-4.9.1.tar.bz2
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 831654
: 593108 |
593509