Accepting request 22455 from mozilla:Factory
Copy from mozilla:Factory/mozilla-nspr based on submit request 22455 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/22455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=15
This commit is contained in:
parent
2198b2fa1f
commit
360ee562c2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 08:14:52 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
- update to 4.8.2 (bnc#546371)
|
||||
* RISC OS, Symbian and WinCE improvements
|
||||
* bugfixes and optimizations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 21:56:39 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package mozilla-nspr (Version 4.8)
|
||||
# spec file for package mozilla-nspr (Version 4.8.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 2006-2009 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,8 +21,8 @@
|
||||
|
||||
Name: mozilla-nspr
|
||||
BuildRequires: gcc-c++
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Version: 4.8
|
||||
License: GPL v2 or later ; LGPL v2.1 or later ; MPL ..
|
||||
Version: 4.8.2
|
||||
Release: 1
|
||||
Summary: Netscape Portable Runtime
|
||||
Url: http://www.mozilla.org/projects/nspr/
|
||||
@ -45,13 +46,8 @@ normal file and network I/O, interval timing and calendar time, basic
|
||||
memory management (malloc and free), and shared library linking.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mozilla Foundation <drivers@mozilla.org>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
License: GPL v2 or later ; LGPL v2.1 or later ; MPL ..
|
||||
Summary: Netscape Portable Runtime development files
|
||||
Group: Development/Libraries/Other
|
||||
Requires: mozilla-nspr = %{version}
|
||||
@ -68,11 +64,6 @@ normal file and network I/O, interval timing and calendar time, basic
|
||||
memory management (malloc and free), and shared library linking.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mozilla Foundation <drivers@mozilla.org>
|
||||
|
||||
%prep
|
||||
%setup -n nspr-%{version} -q
|
||||
cd mozilla
|
||||
@ -124,117 +115,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/nspr/
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2009 wr@rosenauer.org
|
||||
- update to 4.8
|
||||
* Windows 9x and NT 3.51 and 4.0 are no longer
|
||||
supported
|
||||
* Windows Mobile and Mac OS X 64-bit (x86_64) are now supported
|
||||
* New macros:
|
||||
prlock.h: PR_ASSERT_CURRENT_THREAD_OWNS_LOCK
|
||||
prmon.h: PR_ASSERT_CURRENT_THREAD_IN_MONITOR
|
||||
* special log module timestamp adds timestamps to NSPR log
|
||||
messages
|
||||
* Sat Apr 11 2009 wr@rosenauer.org
|
||||
- update to 4.7.4
|
||||
* Fix strict aliasing issues in prdtoa.c for gcc 4.4 (bmo#439144)
|
||||
- obsoletes prdtoa.patch and -fno-strict-aliasing flag
|
||||
* In prlink.c, errStrBuf is not thread-safe
|
||||
* Fri Jan 30 2009 hfiguiere@suse.de
|
||||
- update to 4.7.3
|
||||
* Only Solaris fixes.
|
||||
* Tue Jan 13 2009 wr@rosenauer.org
|
||||
- update to 4.7.2 RTM version
|
||||
* use /dev/urandom instead of /dev/random (bmo#455829)
|
||||
* support Linux/SPARC64 (bmo#459304)
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Wed Jun 18 2008 maw@suse.de
|
||||
- Merge changes from the build service (thanks, Wolfgang)
|
||||
(bnc#400001 and SWAMP#18164).
|
||||
* Fri May 02 2008 wr@rosenauer.org
|
||||
- update to 4.7.1 RTM version
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Mon Mar 31 2008 maw@suse.de
|
||||
- Undo the shared library package split, per discussion in
|
||||
opensuse-packaging.
|
||||
* Wed Mar 26 2008 wr@rosenauer.org
|
||||
- update to 4.7.1beta2-20080325 snapshot
|
||||
* Wed Mar 26 2008 maw@suse.de
|
||||
- Merge changes from the build service (thanks, Wolfgang)
|
||||
- Update to the 4.7.1beta1-20080225 snapshot
|
||||
- Split out a shared library subpackage.
|
||||
* Thu Feb 07 2008 maw@suse.de
|
||||
- Merge changes from the build service (thanks, Wolfgang).
|
||||
- Remove strcstr.patch, which has been upstreamed.
|
||||
* Thu Feb 07 2008 wr@rosenauer.org
|
||||
- update to 4.7.0 (requirement for Firefox 3)
|
||||
- added a %%clean section
|
||||
* Thu Nov 22 2007 wr@rosenauer.org
|
||||
- update to version 4.6.8
|
||||
* Mon Jun 11 2007 ro@suse.de
|
||||
- update to NSPR 4.6.7 (pull in from wr from opensuse BS)
|
||||
* Thu Feb 22 2007 maw@suse.de
|
||||
- Update to version 4.6.5
|
||||
* Wed Feb 07 2007 wr@rosenauer.org
|
||||
- fixed crasher in PL_strcaserstr() (strcstr.patch) (bmo #369467)
|
||||
* Wed Jan 31 2007 maw@suse.de
|
||||
- Don't install %%{_includedir}/nspr4/prvrsion.h with the executable
|
||||
bit set.
|
||||
* Sat Oct 21 2006 aj@suse.de
|
||||
- from openSUSE BuildService (thanks Wolfgang Rosenauer):
|
||||
- update to version 4.6.3: Bug fix release.
|
||||
* Tue Aug 01 2006 stark@suse.de
|
||||
- version is still 4.6.2
|
||||
* Sat Jul 15 2006 stark@suse.de
|
||||
- added PR_SI_HOSTNAME_UNTRUNCATED flag to get the hostname as
|
||||
FQDN with PR_GetSystemInfo() if configured on a system
|
||||
(bmo #322956)
|
||||
* Mon May 15 2006 stark@suse.de
|
||||
- update to 4.6.2 RTM version
|
||||
bugs fixed:
|
||||
* PR_ParseTimeString use PR_Assert and it calls abort on
|
||||
invalid date (bmo #247896)
|
||||
* PR_SetSysfdTableSize and PR_GetSysfdTableMax are not exported
|
||||
(bmo #326110)
|
||||
* Add a UTF-16 API to load a library (bmo #326168)
|
||||
* various changes for non-Linux platforms
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Dec 16 2005 stark@suse.de
|
||||
- update to final 4.6.1 RTM version
|
||||
* Wed Dec 07 2005 stark@suse.de
|
||||
- moved headers to nspr4 sub-directories and removed some
|
||||
unneeded headers
|
||||
* Fri Nov 25 2005 stark@suse.de
|
||||
- changed ldconfig call in install-scripts
|
||||
* Tue Nov 15 2005 stark@suse.de
|
||||
- current 4.6.1pre (20051114)
|
||||
* Tue Oct 11 2005 stark@suse.de
|
||||
- next official release will most likely be 4.6.1 (20051010)
|
||||
* Mon Sep 26 2005 mls@suse.de
|
||||
- make devel package require base package
|
||||
* Thu Sep 22 2005 stark@suse.de
|
||||
- update to 4.7.0pre (20050921)
|
||||
* Tue May 31 2005 stark@suse.de
|
||||
- update to final 4.6
|
||||
* Thu May 19 2005 stark@suse.de
|
||||
- renamed mozilla-nspr.pc to nspr.pc as decided upstream
|
||||
- latest snapshots which integrates hidden.patch
|
||||
* Wed May 18 2005 stark@suse.de
|
||||
- workaround for gcc bug (bmo #293438, bnc #83908)
|
||||
- provide its own pkgconfig file (mozilla-nspr.pc)
|
||||
* Tue May 10 2005 stark@suse.de
|
||||
- update to current HEAD (upstreamed two patches)
|
||||
* Tue Apr 26 2005 stark@suse.de
|
||||
- moved static libs to sub-directory
|
||||
(almost nobody should link against them statically)
|
||||
* Mon Apr 25 2005 stark@suse.de
|
||||
- fix nspr-config for biarch
|
||||
* Tue Mar 22 2005 stark@suse.de
|
||||
- update to HEAD for mozilla compatibility
|
||||
* Sat Mar 19 2005 stark@suse.de
|
||||
- update to 4.5.2beta1
|
||||
* Tue Mar 08 2005 stark@suse.de
|
||||
- initial standalone package
|
||||
|
3
nspr-4.8.2.tar.bz2
Normal file
3
nspr-4.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:023dae513e0e2aea3ccc770f9ac14e292977de2036310ff9921646388ec98f1b
|
||||
size 936493
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e518c86c73fb300a609c83bcc51fc2f3e22a9bac130969126eb16b8cd8b6dec7
|
||||
size 906588
|
Loading…
x
Reference in New Issue
Block a user