210 lines
7.1 KiB
Plaintext
210 lines
7.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 13 14:06:44 UTC 2015 - tchvatal@suse.com
|
|
|
|
- Cleanup a bit with spec-cleaner
|
|
- Reduce some tags and fix rpmlint warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 20 20:38:38 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
|
- Use %_smp_mflags for parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 19 20:42:00 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 19 12:57:36 CET 2009 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 4 16:27:20 CEST 2007 - coolo@suse.de
|
|
|
|
- correctly obsolete old name (#293401)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 16:56:59 CEST 2007 - mrueckert@suse.de
|
|
|
|
- sync files from OSSP/libmm14 and abuild
|
|
- renamed the package to follow the versioning policy.
|
|
- renamed devel package to libmm-devel and added provides for the
|
|
old name
|
|
- removed static lib
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 23 10:24:57 CEST 2007 - anosek@suse.cz
|
|
|
|
- fixed mm package installs useless libtool archive by default
|
|
[#272059]
|
|
- taken spec file by Marcus Rueckert from BS
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 18 17:00:23 CEST 2006 - postadal@suse.cz
|
|
|
|
- updated to version 1.4.2
|
|
* added new API function MM_reset() and mm_reset()
|
|
* corrected description of mm_sizeof()
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:38:21 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 15 14:40:03 CET 2005 - uli@suse.de
|
|
|
|
- no test on ARM (unimplemented calls in QEMU)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 21 14:22:10 CEST 2005 - poeml@suse.de
|
|
|
|
- update to 1.4.0
|
|
Changes between 1.3.1 and 1.4.0 (12-Sep-2003 to 02-Sep-2005)
|
|
*) Optimize insertion of free memory chunks by merging with
|
|
the spare area if possible to decrease memory fragmentation.
|
|
*) Fix mm_realloc() function: If the memory chunk passed to mm_realloc()
|
|
can't be extended and a new chunk must be allocated, the old memory
|
|
is copied into the new chunk with a call to memcpy(3). However, the
|
|
used size is the length of the new data and will cause memcpy(3) to
|
|
access memory beyond the old data chunk's boundaries.
|
|
*) Upgraded build environment to GNU Libtool 1.5.20 and GNU shtool 2.0.2
|
|
*) Updated all copyright messages for year 2005.
|
|
Changes between 1.3.0 and 1.3.1 (07-Mar-2003 to 12-Sep-2004)
|
|
*) Upgraded build environment to GNU Shtool 2.0.1,
|
|
GNU Libtool 1.5.8 and Autoconf 2.59.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 16:22:50 CEST 2004 - poeml@suse.de
|
|
|
|
- remove unneeded neededforbuild items
|
|
- buildroot is cleaned by %prep
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 13 20:02:40 CET 2004 - schwab@suse.de
|
|
|
|
- Don't call aclocal.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 11 12:20:12 CET 2004 - adrian@suse.de
|
|
|
|
- fix build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 6 10:00:53 CET 2003 - mmj@suse.de
|
|
|
|
- Put includes and static libs in mm-devel
|
|
- Clean up our mess after building
|
|
- Use %run_ldconfig in %post
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 24 22:54:53 CEST 2003 - poeml@suse.de
|
|
|
|
- update to 1.3.0
|
|
- Correctly cleanup under MM_SHMT_MMZERO in case of a shared
|
|
memory segment creation error.
|
|
- Close the filedescriptor of the underlying object immediately
|
|
after mmap(2)'ing it in case of MM_SHMT_MMPOSX, MM_SHMT_MMZERO
|
|
and MM_SHMT_MMFILE.
|
|
- don't explicitely strip binaries since RPM does it (and may keep
|
|
the stripped information somewhere else)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 2 13:02:56 CET 2003 - poeml@suse.de
|
|
|
|
- update to 1.2.2 (no significant changes)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 29 13:29:06 CET 2002 - ro@suse.de
|
|
|
|
- remove old libtool macros
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 15:57:14 CEST 2002 - poeml@suse.de
|
|
|
|
- updated to 1.2.1, buildrooted, outdated patches dropped
|
|
- run test
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 28 12:48:33 CEST 2002 - uli@suse.de
|
|
|
|
- use %_libdir consistently
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 27 15:23:52 CEST 2002 - poeml@suse.de
|
|
|
|
- Fixes possible apache+mod_php4 start failure [#16760]
|
|
We need to set the maximum shared memory segment size --which is
|
|
hardcoded at compile time-- to the target system default value
|
|
(32MB), and not to the current value on the *build* host.
|
|
(mm's configure tries to find out how much it can get; it would
|
|
allow up to 64MB.)
|
|
We've made this configurable now, defaulting to 32MB, but before
|
|
you increase it note that some applications might just plainly
|
|
allocate a maximum sized segment, like the php interpreter does
|
|
when it calls mm_create with size=0.
|
|
- remove AC_PROG_LIBTOOL from aclocal.m4, evacuate it by renaming
|
|
it to acinclude.m4 and libtoolize, aclocal & autoconf.
|
|
- produce position independant code (-fPIC)
|
|
- clean up #neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 12:10:34 CEST 2002 - meissner@suse.de
|
|
|
|
- dropped faulty powerpc case from ltconfig (for ppc64)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 6 10:29:59 CEST 2001 - rolf@suse.de
|
|
|
|
- fixed problem with autoconf
|
|
- added ldconfig -n %{_libdir}
|
|
- bzip2 sources
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 6 13:34:55 MEST 2000 - rolf@suse.de
|
|
|
|
- update to version 1.1.3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 14:19:59 CEST 2000 - rolf@suse.de
|
|
|
|
- fixed bug in suse_update macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 17:11:31 CEST 2000 - rolf@suse.de
|
|
|
|
- update mm-1.1.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 14 15:40:04 CEST 2000 - ro@suse.de
|
|
|
|
- next try to fix install section
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 14 10:01:50 MEST 2000 - rolf@suse.de
|
|
|
|
- fixed bug in install section of Makefile.in
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 8 22:53:20 CEST 2000 - bk@suse.de
|
|
|
|
- added suse update config macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 18:24:50 MEST 2000 - rolf@suse.de
|
|
|
|
- include mm-config as well
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 23 17:46:45 MET 2000 - rolf@suse.de
|
|
|
|
- version 1.0.12
|
|
|