mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
Automatic import for version 5.4.10-4
This commit is contained in:
parent
a8daea1ec9
commit
97db18ca4e
2 changed files with 403 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
|||
--- rpm-5.4.4/macros/ruby.in.ruby19~ 2012-02-12 02:12:46.836859413 +0100
|
||||
+++ rpm-5.4.4/macros/ruby.in 2012-02-12 02:15:46.629035339 +0100
|
||||
diff -urN rpm-5.4.9/macros/ruby.in rpm-5.4.9-patched/macros/ruby.in
|
||||
--- rpm-5.4.9/macros/ruby.in 2011-10-15 23:56:57.000000000 +1100
|
||||
+++ rpm-5.4.9-patched/macros/ruby.in 2012-08-30 18:09:09.732009037 +1100
|
||||
@@ -2,7 +2,7 @@
|
||||
# To make use of these macros insert the following line into your spec file:
|
||||
# %{load:%{_usrlibrpm}/macros.d/ruby}
|
||||
|
@ -39,12 +40,17 @@
|
|||
|
||||
%__gem_helper %{_usrlibrpm}/gem_helper.rb
|
||||
|
||||
--- rpm-5.4.4/scripts/gem_helper.rb.ruby19~ 2012-02-10 18:11:51.651949530 +0100
|
||||
+++ rpm-5.4.4/scripts/gem_helper.rb 2012-02-12 02:09:01.918636768 +0100
|
||||
@@ -60,7 +60,11 @@ if ARGV[0] == "build" or ARGV[0] == "ins
|
||||
file_data = Zlib::GzipReader.open("metadata.gz")
|
||||
diff -urN rpm-5.4.9/scripts/gem_helper.rb rpm-5.4.9-patched/scripts/gem_helper.rb
|
||||
--- rpm-5.4.9/scripts/gem_helper.rb 2010-10-16 20:58:48.000000000 +1100
|
||||
+++ rpm-5.4.9-patched/scripts/gem_helper.rb 2012-08-30 18:12:11.233007114 +1100
|
||||
@@ -57,10 +57,13 @@
|
||||
argv.delete_at(0)
|
||||
end
|
||||
|
||||
- file_data = Zlib::GzipReader.open("metadata.gz")
|
||||
+ file_data = Zlib::GzipReader.open("metadata.gz") {|io| io.read}
|
||||
header = YAML::load(file_data)
|
||||
file_data.close()
|
||||
- file_data.close()
|
||||
- body = header.instance_variable_get :@ivars
|
||||
+ body = {}
|
||||
+ # I don't know any better.. :/
|
||||
|
@ -54,9 +60,10 @@
|
|||
|
||||
require 'rubygems'
|
||||
spec = Gem::Specification.from_yaml(YAML.dump(header))
|
||||
--- rpm-5.4.4/scripts/rubygems.rb.ruby19~ 2012-02-10 18:13:31.677929922 +0100
|
||||
+++ rpm-5.4.4/scripts/rubygems.rb 2012-02-10 18:29:59.496622154 +0100
|
||||
@@ -30,7 +30,7 @@ if rest.size != 0 or (!provides and !req
|
||||
diff -urN rpm-5.4.9/scripts/rubygems.rb rpm-5.4.9-patched/scripts/rubygems.rb
|
||||
--- rpm-5.4.9/scripts/rubygems.rb 2011-04-01 18:30:28.000000000 +1100
|
||||
+++ rpm-5.4.9-patched/scripts/rubygems.rb 2012-08-30 18:09:09.771009037 +1100
|
||||
@@ -30,7 +30,7 @@
|
||||
exit(1)
|
||||
end
|
||||
|
||||
|
@ -65,7 +72,7 @@
|
|||
gems = []
|
||||
ruby_versioned = false
|
||||
abi_provide = false
|
||||
@@ -44,17 +44,17 @@ for path in $stdin.readlines
|
||||
@@ -44,17 +44,17 @@
|
||||
# package is dependent on this specific version.
|
||||
# FIXME: only supports current ruby version
|
||||
elsif not ruby_versioned
|
||||
|
@ -87,7 +94,7 @@
|
|||
ruby_versioned = true
|
||||
end
|
||||
end
|
||||
@@ -63,7 +63,7 @@ end
|
||||
@@ -63,7 +63,7 @@
|
||||
if requires or abi_provide
|
||||
print "ruby(abi)"
|
||||
if ruby_versioned
|
||||
|
@ -96,7 +103,7 @@
|
|||
end
|
||||
end
|
||||
|
||||
@@ -105,7 +105,7 @@ if gems.length > 0
|
||||
@@ -105,7 +105,7 @@
|
||||
end
|
||||
if requires
|
||||
for d in spec.dependencies
|
385
rpm.spec
385
rpm.spec
|
@ -59,7 +59,7 @@ Summary: The RPM package management system
|
|||
Name: rpm
|
||||
Epoch: 1
|
||||
Version: %{libver}.%{minorver}
|
||||
Release: %{?prereldate:0.%{prereldate}.}3
|
||||
Release: %{?prereldate:0.%{prereldate}.}4
|
||||
License: LGPLv2.1+
|
||||
Group: System/Configuration/Packaging
|
||||
URL: http://rpm5.org/
|
||||
|
@ -176,7 +176,7 @@ Patch76: rpm-5.4.10-files-listed-twice-terminates-build.patch
|
|||
# status: don't merge
|
||||
Patch77: rpm-5.4.7-use-bdb-5.2.patch
|
||||
# status: probably okay to merge
|
||||
Patch78: rpm-5.4.4-ruby1.9-fixes.patch
|
||||
Patch78: rpm-5.4.9-ruby1.9-fixes.patch
|
||||
# mdvbz#65269
|
||||
# status: same as for other dependency generation patches
|
||||
Patch79: rpm-5.4.4-dont-consider-ranged-dependencies-as-overlapping-for-removal.patch
|
||||
|
@ -1141,6 +1141,10 @@ install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 30 2012 Andrey Bondrov <abondrov@mandriva.org> 1:5.4.10-4
|
||||
+ Revision: 816074
|
||||
- Update ruby1.9-fixes patch to deal with new psych
|
||||
|
||||
* Wed Aug 22 2012 Per Øyvind Karlsen <peroyvind@mandriva.org> 1:5.4.10-3
|
||||
+ Revision: 815594
|
||||
- bump binary payload compression level up to xz' default level (6)
|
||||
|
@ -2551,3 +2555,380 @@ install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
|
|||
+ Revision: 18290
|
||||
- rebuild against new beecrypt
|
||||
|
||||
|
||||
* Wed Feb 14 2007 Pixel <pixel@mandriva.com> 4.4.6-21mdv2007.1
|
||||
+ Revision: 120751
|
||||
- fix parsing ")" (for if statements in spec files for example)
|
||||
- rpm handles nicely failing %%pre, but it doesn't handle the rest
|
||||
- patch to use dgettext instead of gettext to allow progs like urpmi to use
|
||||
their own textdomain and still have rpm translations
|
||||
- fix checking available free space when "non-superuser free space" is 0
|
||||
|
||||
+ Gwenole Beauchesne <gbeauchesne@mandriva.com>
|
||||
- requires newer rpm-mandriva-setup for rtld(GNU_HASH) notes
|
||||
|
||||
* Fri Jan 12 2007 Pixel <pixel@mandriva.com> 4.4.6-19mdv2007.1
|
||||
+ Revision: 108072
|
||||
- P98: security fix for CVE-2006-5466
|
||||
-mv8 which is deprecated and no longer valid (Per Oyvind, #26501)
|
||||
|
||||
+ Thierry Vignaud <tvignaud@mandriva.com>
|
||||
- provides with unexpanded macros aren't that nice
|
||||
|
||||
* Mon Jan 08 2007 Pixel <pixel@mandriva.com> 4.4.6-18mdv2007.1
|
||||
+ Revision: 105990
|
||||
- fix bug 27987 where sslexplorer rpm has "Source RPM: (none)" and so rpm
|
||||
thought it is a src.rpm. the fix is only done for old v3 rpms
|
||||
- "rpm -i --root" as user can't work, don't silently ignore the failing chroot()
|
||||
- fix --root rpm option failing for non-root users (Christiaan Welvaart)
|
||||
- really commit the patch
|
||||
- fix segfault on weird buggy rpm header
|
||||
- fix query format xml on rpm header with tag 265 which has no name (#27108)
|
||||
|
||||
* Fri Dec 08 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 4.4.6-12mdv2007.1
|
||||
+ Revision: 93842
|
||||
- generate PIC code for static objects that can be built into a DSO
|
||||
- remove (obsolete) arch-dependent flags
|
||||
- don't build statically linked executables
|
||||
- Fix zlib tree to parallel build, propagate optflags to there too.
|
||||
- Introduce new ppc32 arch, fix ppc64 bi-arch builds, fix ppc builds on newer CPUs.
|
||||
- fix build on ppc64
|
||||
|
||||
+ Pixel <pixel@mandriva.com>
|
||||
- fix segfault on some old format rpms (#27263)
|
||||
|
||||
* Thu Nov 30 2006 Pixel <pixel@mandriva.com> 4.4.6-11mdv2007.1
|
||||
+ Revision: 88894
|
||||
- rebuild for python 2.5
|
||||
- add patches fixing #26545:
|
||||
o don't leave behind /usr/X11R6/lib/X11/app-defaults;456ac510 on error
|
||||
o fix segfault
|
||||
- ignore getcwd failing (db_abshome will not be set,
|
||||
it may affect db/log/log_archive.c, but that should be ok) (#20897)
|
||||
- fix "rpm -bs t.spec" returning buggy error message
|
||||
"t.spec: No such file or directory" when rpm-build is not installed
|
||||
- fix free on invalid pointer after displaying "Unable to open temp file" (#27260)
|
||||
- have a nice error message when chroot fails
|
||||
(instead of the dreaded: "enterChroot: Assertion `xx == 0' failed.")
|
||||
|
||||
+ Gwenole Beauchesne <gbeauchesne@mandriva.com>
|
||||
- Extend #27260 fix to its root cause as there are other instances of a
|
||||
similar bug in other sources (yet, unexposed/reported).
|
||||
|
||||
* Fri Sep 15 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.6-10mdv2007.0
|
||||
+ Revision: 61429
|
||||
- Bump release number
|
||||
- Improve previous patch: make it conditional on the environment variable RPM_IGNORE_SCRIPTLETS_FAILURE
|
||||
- Allow preinstall scriptlets to fail and not interrupting the installation.
|
||||
This is a workaround for bug 25598.
|
||||
|
||||
* Sat Aug 19 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-9mdv2007.0
|
||||
+ Revision: 56766
|
||||
- bump release
|
||||
- revert to my own chroot patch, thee second one is broken
|
||||
|
||||
* Sun Aug 13 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-8mdv2007.0
|
||||
+ Revision: 55706
|
||||
- bump release
|
||||
- buildrequires lua-devel
|
||||
- import mailscanner
|
||||
- update patch with C. Welvaart fixes
|
||||
|
||||
+ Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
|
||||
- Fix typos
|
||||
|
||||
* Sat Jul 29 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-7mdv2007.0
|
||||
+ Revision: 42481
|
||||
- bump release
|
||||
- add upstream patch97: fix dbenv
|
||||
- patch96: fix #23774
|
||||
|
||||
* Thu Jul 27 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-6mdv2007.0
|
||||
+ Revision: 42186
|
||||
- fix rpmv3 patch: rpm version in the lead in 3 for both rpm 3 and 4
|
||||
- fix #23075: patch 95, use tee -a
|
||||
|
||||
* Wed Jul 26 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-5mdv2007.0
|
||||
+ Revision: 42052
|
||||
- patch93: support rpm v3
|
||||
- bump release
|
||||
- ensure leaveChroot can't be run by another function which is not the the caller of enterChroot
|
||||
- remove changelog from spec
|
||||
- add patch 93 (disable by default, need tests) to fix issue in rpmdb when mixing 'rpm --root' and 'chroot rpm'
|
||||
- update macros in the spec
|
||||
- provide some /etc/rpm files
|
||||
- -3mdv release
|
||||
- fix patch in patch
|
||||
- better rpmdb.h c++ fix
|
||||
- Patch90: fix unchecked end of line in macro expand
|
||||
- patch 89: make rpmdb.h compliant
|
||||
- file in /etc are %%config
|
||||
- patch 88: readd SOURCEPACKAGE tag to source rpm
|
||||
- make no_dirname_dep patch configurable with a macro
|
||||
- bunzip patch, merge rpm 4.4.6
|
||||
- initial import of rpm
|
||||
- initial import of rpm
|
||||
|
||||
+ Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
|
||||
- 4.4.6-4mdk
|
||||
- Patch by Pixel to use --wildcards when using tar to list all specfiles in a tar
|
||||
ball (this fixes rpm -t).
|
||||
- Add patch 91: avoids taking into account duplicates in file list
|
||||
when checking for unpackaged files
|
||||
|
||||
* Wed Jul 12 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.6-4mdv2007.0
|
||||
- Fix rpm -ta (Pixel)
|
||||
|
||||
* Thu Jun 22 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-3mdv2007.0
|
||||
- patchs:
|
||||
- fix rpmdb.h c++ compilation (C. Welvaart)
|
||||
- fix unchecked end of string in macro expand (O. Thauvin)
|
||||
- fix check unpackaged files script (R. Garcia-Suarez)
|
||||
- update macros provide by the spec used for bootstraping
|
||||
- set some /etc/rpm/macros.* as config(noreplace)
|
||||
|
||||
* Mon Jun 12 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-2mdv2007.0
|
||||
- Patch88: readd SOURCEPACKAGE tag into src.rpm
|
||||
|
||||
* Fri May 26 2006 Olivier Thauvin <nanardon@mandriva.org> 4.4.6-1mdv2007.0
|
||||
- 4.4.6
|
||||
- rediff patches
|
||||
- add patch to disable dirnames dependencies for now
|
||||
|
||||
* Tue Mar 21 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.5-2mdk
|
||||
- Require latest rpm-mandriva-setup
|
||||
|
||||
* Tue Mar 14 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.5-1mdk
|
||||
- 4.4.5
|
||||
- Remove patches 41 and 87, merged upstream
|
||||
- Rediff patches 69 and 78
|
||||
- Make rpm-build require libtool-base instead of libtool (bug #21162)
|
||||
- Turn the triggerun in post scriptlet
|
||||
|
||||
* Tue Mar 07 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.4-4mdk
|
||||
- Patch 87
|
||||
|
||||
* Tue Feb 07 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.4-3mdk
|
||||
- Move popt(3) man page into libpopt-devel (bug 18161)
|
||||
- Add coreutils in prerequisites (bug 19144)
|
||||
- Fix dangling symlink (bug 6788)
|
||||
|
||||
* Tue Jan 17 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.4-2mdk
|
||||
- Patch 86: don't cache Depends DB (Olivier Thauvin)
|
||||
- Bump requires on rpm-mandriva-setup
|
||||
|
||||
* Thu Jan 05 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.4-1mdk
|
||||
- New version 4.4.4
|
||||
- Rediff patches 31, 49, 62, 69, 71, 78, 82, 84
|
||||
- Remove patch 66 (fixed upstream)
|
||||
- Remove patch 74 (no longer necessary, no legacy prereqs anymore)
|
||||
- Remove patch 76 (should be unnecessary now that RH bug 151255 is fixed)
|
||||
- Remove patch 79 (applied upstream)
|
||||
- Remove patch 81 (does nothing)
|
||||
- New subpackage perl-RPM, and patch 85 to install it in vendor dir
|
||||
- Use static libneon, libsqlite3 and libopenssl
|
||||
- Update condition for triggerun
|
||||
- Add conditional BuildRequires on nptl-devel
|
||||
- Disable popt tests
|
||||
- Remove selinux
|
||||
- Requires recent rpm-mandriva-setup for _rpmlock_path macro
|
||||
|
||||
* Sun Nov 13 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.2-6mdk
|
||||
- rebuild for openssl (ask by Oden)
|
||||
|
||||
* Sun Oct 23 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.2-5mdk
|
||||
- Fix #19392
|
||||
|
||||
* Fri Sep 16 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 4.4.2-4mdk
|
||||
- buildrequires: rpm-mandriva-setup-build
|
||||
- fix simple coloring patch, aka merge it correctly
|
||||
- re-add the no-doc-conflicts patch for colored packages
|
||||
|
||||
* Tue Aug 30 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.2-3mdk
|
||||
- patch 80: fix #17774
|
||||
- patch 81, 82: should fix ordering issue
|
||||
- BuildRequires: bzip2-devel (thanks Christian)
|
||||
|
||||
* Sat Aug 20 2005 Frederic Lepied <flepied@mandriva.com> 4.4.2-2mdk
|
||||
- 79: fix deadlock from RedHat bug #146549.
|
||||
|
||||
* Fri Jul 22 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.2-1mdk
|
||||
- 4.4.2
|
||||
- remove patch:
|
||||
52: merged upstream
|
||||
67: fixed upstream
|
||||
73: merged upstream
|
||||
78: merged upstream
|
||||
79: merged upstream
|
||||
32, 33, 36: no more need hack
|
||||
- rename rpm-python to python-rpm
|
||||
- use fnctl when not using futex
|
||||
- use nptl only on few arches (ppc* x86_64 pentium3,4/Athlon)
|
||||
|
||||
* Thu Jun 23 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-10mdk
|
||||
- add requires to rpm-build after the rpm-mandriva-setup split
|
||||
|
||||
* Tue Jun 21 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-9mdk
|
||||
- Enable NPTL and co
|
||||
- rework patch77: allow %%_srcdefattr as macro for src.rpm
|
||||
- Patch78: reread few macro between build
|
||||
- Patch79: fix rpm --eval '%%' overflow
|
||||
|
||||
* Fri Jun 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.1-8mdk
|
||||
- Move dependencies on unzip, make and elfutils from rpm to rpm-build
|
||||
|
||||
* Sun Jun 05 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-7mdk
|
||||
- patch77: allow to set root/root as owner of files in src.rpm
|
||||
- rebuild with neon 0.24 as it moved in main instead 0.25
|
||||
|
||||
* Thu Jun 02 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.1-6mdk
|
||||
- Patch 76 : allow to rebuild db with --root option
|
||||
|
||||
* Wed May 18 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-5mdk
|
||||
- update french translation
|
||||
- disable NPTL system + --with to enable it
|
||||
- --w/o pyhton switch
|
||||
- remove db_private patch as it breaks concurrent access
|
||||
|
||||
* Mon May 16 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-4mdk
|
||||
- really apply patch (I sucks)
|
||||
- some cleaning
|
||||
|
||||
* Mon May 16 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-3mdk
|
||||
- Patch71: Ordering transaction on erasure
|
||||
- Patch72: rpm -[Ui] check files conflicts
|
||||
- Patch73,74: Fedora patch, fixing bug
|
||||
|
||||
* Fri May 13 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-2mdk
|
||||
- patch70: allow rpm -bb --short-circuit
|
||||
- conflicts man-pages-pl < 0.4-9mdk
|
||||
- move spec mode for emacs into rpm-mandriva-setup
|
||||
- buildrequires
|
||||
- remove locales files from libpopt
|
||||
|
||||
* Wed May 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.4.1-1mdk
|
||||
- Adapt part of the coloring patch (patch 62)
|
||||
- Fix a few French translations (patch 69)
|
||||
- Require libneon 0.25
|
||||
|
||||
* Mon May 09 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-0.7mdk
|
||||
- BuildRequires readline-devel (P.O. Karlsen)
|
||||
- --disable-{posixmutexes,pthreadsmutexes} on sparc (P.O. Karlsen)
|
||||
- patch68: being able to read old rpms
|
||||
- update source url
|
||||
- fix file list for ppc (C. Welvaart)
|
||||
|
||||
* Fri May 06 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-0.6mdk
|
||||
- use system sqlite
|
||||
- force -fPIC on amd64 (for popt)
|
||||
- perform test for popt
|
||||
- patch67 fix build with gcc4
|
||||
|
||||
* Wed May 04 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-0.5mdk
|
||||
- workaround make -j
|
||||
|
||||
* Wed May 04 2005 Olivier Thauvin <nanardon@mandriva.org> 4.4.1-0.4mdk
|
||||
- 4.4.1
|
||||
- remove biarch, use mklibname (see 4.2.3-10mdk)
|
||||
- do no longer patch the config, use /usr/lib/rpm/VENDOR/rpmrc instead
|
||||
- require rpm-mandriva-setup
|
||||
- remove many obsoletes patch
|
||||
- do not longer provide update-alternative
|
||||
- more defined macros in the spec, less hardcode patch
|
||||
|
||||
* Tue May 03 2005 Pixel <pixel@mandriva.com> 4.2.3-11mdk
|
||||
- emacs spec mode:
|
||||
- use rpm-find-spec-version-with-shell by default, and enhance it
|
||||
- handle release built using mkrel macro (in rpm-increase-release-tag)
|
||||
|
||||
* Thu Apr 28 2005 Olivier Thauvin <nanardon@mandriva.org> 4.2.3-10mdk
|
||||
- split libs into separated package to make rpm update easier for URPM
|
||||
|
||||
* Thu Mar 10 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-9mdk
|
||||
- bump multiarch-utils requires
|
||||
- ignore conflicts in gnome-doc html files, install the latest files
|
||||
|
||||
* Wed Mar 09 2005 Frederic Lepied <flepied@mandrakesoft.com> 4.2.3-8mdk
|
||||
- fix tr call in mono patch (bug #14449)
|
||||
- fix bzip2 call (bug #7663)
|
||||
- encode ru man pages in KOI8-R (bug #10219 and #12613)
|
||||
|
||||
* Fri Feb 25 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-8mdk
|
||||
- hack to always install the latest arch-independent gtk-doc html
|
||||
files and man pages, aka. don't conflict on biarch platforms
|
||||
|
||||
* Fri Feb 25 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-7mdk
|
||||
- popt is now a biarch package
|
||||
|
||||
* Thu Feb 24 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-6mdk
|
||||
- requires multiarch-utils >= 1.0.7-1mdk
|
||||
- RPM_INSTALL_LANG support is obsolete for MDK >= 10.2 (rafael)
|
||||
|
||||
* Tue Feb 08 2005 Frederic Lepied <flepied@mandrakesoft.com> 4.2.3-5mdk
|
||||
- added mkrel macro (Buchan)
|
||||
- changed group System/X11 from System/XFree86
|
||||
|
||||
* Thu Jan 27 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-4mdk
|
||||
- newer multiarch-utils requires
|
||||
- generate package script autoreqs only if requested (#13268)
|
||||
- don't install .delta.rpm directly, use applydeltarpm first (SuSE)
|
||||
|
||||
* Mon Jan 24 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-3mdk
|
||||
- minor cleanups
|
||||
- check for files that ought to be marked as %%multiarch
|
||||
|
||||
* Thu Jan 20 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-2mdk
|
||||
- newer multiarch-utils requires
|
||||
- enable and improve file coloring
|
||||
* use file colors even if still using the external dependencies generator
|
||||
* assign a color to *.so symlinks to mix -devel packages
|
||||
* assign a color to *.a archives to mix -{static,}-devel packages
|
||||
|
||||
* Fri Jan 14 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.3-1mdk
|
||||
- multiarch-utils autoreq
|
||||
- allow build of 32-bit RPMs on x86-64
|
||||
- ppc64 fixes
|
||||
- update from 4.2-branch
|
||||
* auto-relocation fixes on ia64
|
||||
* change default behavior to resolve file conflicts as LIFO
|
||||
* generate debuginfo for setuid binaries
|
||||
|
||||
* Fri Jan 07 2005 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-19mdk
|
||||
- compile --with-glob to avoid a problem with the internal glob code.
|
||||
|
||||
* Thu Jan 06 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.2.2-18mdk
|
||||
- Add patch 60 (Guillaume Rousse): make find-requires ignore dependencies on
|
||||
linux-incompatible perl modules. (bug #12695)
|
||||
|
||||
* Mon Dec 06 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.2.2-17mdk
|
||||
- Add patch 59, necessary for the smart package manager (new function
|
||||
rpmSingleHeaderFromFD() in the python bindings)
|
||||
|
||||
* Sat Dec 04 2004 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-16mdk
|
||||
- rebuild for python 2.4
|
||||
|
||||
* Fri Aug 06 2004 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-15mdk
|
||||
- use system zlib
|
||||
|
||||
* Thu Jul 29 2004 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-14mdk
|
||||
- fix mono patch (bug #7201)
|
||||
|
||||
* Wed Jul 28 2004 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-13mdk
|
||||
- use mono-find-requires and mono-find-provides if present (Götz Waschk) (bug #7201)
|
||||
|
||||
* Wed Jul 28 2004 Frederic Lepied <flepied@mandrakesoft.com> 4.2.2-12mdk
|
||||
- use a correct implementation of cpuid (Gwenole)
|
||||
- return None instead of [] in rpm-python (Paul Nasrat)
|
||||
- add /var/spool/repackage (bug #9874)
|
||||
- handle /usr/lib/gcc/ directories for devel() deps too (Gwenole)
|
||||
|
||||
* Thu May 20 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.2-10mdk
|
||||
- switch back to x86_64 packages on 64-bit extended platforms
|
||||
|
||||
* Fri May 14 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 4.2.2-9mdk
|
||||
- fix /usr/lib/rpmpopt symlink
|
||||
- use -mtune=pentiumpro on any MDK >= 10.0
|
||||
|
||||
* Fri Apr 16 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.2.2-8mdk
|
||||
- When unlocking the RPMLOCK file, don't forget to close(2) it too.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue