SEARCH
NEWS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
FORUM
DONATE



 
 
Changelog for popt-1.8.2-18.x86_64.rpm :
Tue Oct 11 20:00:00 2005 Go Taniguchi 4.2.2-18
- support OLD RPMTAG_HEADERSIGNATURES tag

Wed Jul 6 20:00:00 2005 Kiichiro NAKA - 4.2.2-15
- fixed find-provides (so_provides)
- Red Hat #123697 (dt_debug patch)

Sat Jan 22 19:00:00 2005 Koushi
- disabled patch6 for x86_64

Fri Dec 3 19:00:00 2004 Koushi - 2004120401:4.2.2-13
- added requires to devel sub package

Sat Sep 11 20:00:00 2004 Go Taniguchi 4.2.2-12
- do not strip loadable module dirs (/lib/modules, /usr/X11R6/lib/modules)
- *.la fixes and use external zlib

Mon Aug 30 20:00:00 2004 Koushi - 2004083101:4.2.2-11
- added debugedit.patch, to fix debug build on chroot env.

Sun Aug 22 20:00:00 2004 Koushi - 2004082301:4.2.2-10
- fixed man page character code

Wed Aug 18 20:00:00 2004 Koushi - 2004081901:4.2.2-9
- do selinux again

Wed Aug 18 20:00:00 2004 Koushi - 2004081803:4.2.2-8
- revert macro change to __dbi_cdb

Tue Aug 17 20:00:00 2004 Koushi - 2004081802:4.2.2-7
- skip_selinux patch, workarounding the problem of broken rpm database

Tue Aug 17 20:00:00 2004 Koushi - 2004081801:4.2.2-6
- added perl-fixreq.patch, don\'t correct base perl requirement.

Wed Aug 11 20:00:00 2004 Koushi - 2004081201:4.2.2-5
- added automake18.patch for new automake
- added selinux.patch to support SELinux on rpm

Mon Aug 9 20:00:00 2004 Go Taniguchi 2004081001:4.2.2-4
- hack for dbsync with chroot env.
- There is native support nptl, then __dbi_cdb chose to create again.

Fri Aug 6 20:00:00 2004 Go Taniguchi - 2004080701:4.2.2-3
- fix triple Fclose in psm.c

Thu Jul 29 20:00:00 2004 Koushi - 2004073001:4.2.2-2
- added promoteepoch.patch for serial comparison on dependency

Tue Jul 27 20:00:00 2004 Koushi - 4.2.2-1
- upto 4.2.2

Thu Jul 15 20:00:00 2004 Toshihiro Yamagishi
- update perlreq.patch

Wed Jul 7 20:00:00 2004 Toshihiro Yamagishi 4.2-20
- added libtoolize in popt to avoid libtool mismatching.

Tue Dec 2 19:00:00 2003 - 2003120301:4.2-19
- added noclosemsg.patch, no close error message (ignored anyway).

Thu Nov 27 19:00:00 2003 Masaru Yokoi
- 4.2-18
- fixed perl.req

Tue Nov 18 19:00:00 2003 - 2003111901:4.2-17
- added strip-shared patch, strips all shared libraries on building
- more localize of spec file 8-)

Mon Oct 27 19:00:00 2003 Toshihiro Yamagishi
- 4.2-16
- repair utf8 messages

Tue Oct 21 20:00:00 2003 Toshihiro Yamagishi
- 4.2-15
- added writeHeaderListTofile function into rpm-python

Mon Oct 20 20:00:00 2003 Masaru Yokoi
- 4.2-13
- update perlreq2 patch .

Tue Oct 14 20:00:00 2003 - 2003101501:4.2-13
- modified utf8-iconv.patch removing iconv garbage characters.
- modified python_dir.patch fixing install of python rpmdb files.

Thu Jul 31 20:00:00 2003 Kiichiro NAKA
- 4.2-11
- fixed for python-2.3

Thu Jul 31 20:00:00 2003 Go Taniguchi
- add private to __dbi_cdb for nptl
- db update from 4.2.1

Tue Jul 29 20:00:00 2003 koushi - 2003073001:4.2-9
- configure --disable-elf, buildin elf reader causes segv

Mon Jul 28 20:00:00 2003 Go Taniguchi 4.2-8
- default x86 arch is i586

Wed Jul 23 20:00:00 2003 Koushi Takahashi - 2003072402:4.2-7
- change utf8 patch for right locale name.
- added docdir patch, not use version for docdir.
- updated popt.po.

Thu Jun 26 20:00:00 2003 Masaru Yokoi
- set POSIX locale in find-requires, find-provides.

Thu Jun 19 20:00:00 2003 Robin Hu
- quick fix to rpmrc, i686 is i686 anyway

Mon May 26 20:00:00 2003 Masaru Yokoi
- perl.req was fixed.

Thu May 22 20:00:00 2003 Koushi Takahashi
- apply sigchld patch for i386 too.

Mon Apr 7 20:00:00 2003 Go Taniguchi
- scripts dose not use sigchld for x86_64

Fri Apr 4 20:00:00 2003 Go Taniguchi
- update 4.2 release, Is this realy release?

Sun Feb 23 19:00:00 2003 Masaru Yokoi
- lost macros are restored.

Wed Feb 19 19:00:00 2003 Toshihiro Yamagishi
- returned the missing changes
- added shadow-utils pre-requirement

Tue Feb 18 19:00:00 2003 Masaru Yokoi
- reactivate %__perl_provieds and %__perl_requires .
- perl.prov and perl.req will be faster.
- added missing file /usr/lib64/rpm/rpmfile .

Wed Jan 22 19:00:00 2003 Go Taniguchi
- add macros:
function __install_info__ { for FILE in $AATT ; do
[ -f /usr/share/info/${FILE} ] && /sbin/install-info /usr/share/info/${FILE} --dir=/usr/share/info/dir
[ -f /usr/share/info/${FILE}.gz ] && /sbin/install-info /usr/share/info/${FILE}.gz --dir=/usr/share/info/dir
[ -f /usr/share/info/${FILE}.info.gz ] && /sbin/install-info /usr/share/info/${FILE}.info.gz --dir=/usr/share/info/dir
done
return 0
}
__install_info__, install-info macro

function __remove_info__ { for FILE in $AATT ; do
[ -f /usr/share/info/${FILE} ] && /sbin/install-info --remove /usr/share/info/${FILE} --dir=/usr/share/info/dir
[ -f /usr/share/info/${FILE}.gz ] && /sbin/install-info --remove /usr/share/info/${FILE}.gz --dir=/usr/share/info/dir
[ -f /usr/share/info/${FILE}.info.gz ] && /sbin/install-info --remove /usr/share/info/${FILE}.info.gz --dir=/usr/share/info/dir
done
return 0
}
[ \"$1\" = \"0\" ] && __remove_info__, install-info --remove macro

[ -x /usr/bin/autoconf-2.13 ] && ln -s /usr/bin/autoconf-2.13 autoconf
[ -x /usr/bin/autoheader-2.13 ] && ln -s /usr/bin/autoheader-2.13 autoheader
[ -x /usr/bin/aclocal-1.4 ] && ln -s /usr/bin/aclocal-1.4 aclocal
[ -x /usr/bin/automake-1.4 ] && ln -s /usr/bin/automake-1.4 automake
PATH=`pwd`:$PATH; export PATH, if you want to use old automake autoconf
disable macros: 0, set to no build error
0, set to no build error
please see /usr/lib/rpm/macros

Sun Jan 19 19:00:00 2003 Go Taniguchi
- update CVS 20030119

Thu Jan 16 19:00:00 2003 Go Taniguchi
- setting up x86_64-pc-linux-gnu x86_64-pc-linux and x86_64 in macros
- use shared zlib

Wed Jan 15 19:00:00 2003 Go Taniguchi
- support \"rpm -bX\" options
- remove perl prov/req

Tue Jan 14 19:00:00 2003 Go Taniguchi
- update 4.2 cvs
- mearge some patchs

Sun Nov 3 19:00:00 2002 Go Taniguchi 4.0.2-20
- update-alternatives symbolic link to alternatives, orignal update-alternatives is buggy

Mon Jul 29 20:00:00 2002 Go Taniguchi 4.0.2-19
- added redhat type alternatives, compat dir with update-alternatives

Fri May 24 20:00:00 2002 Go Taniguchi 4.0.2-18
- added support s390 s390x

Tue May 14 20:00:00 2002 Go Taniguchi
- fixed make install for ia64

Sat Apr 20 20:00:00 2002 Go Taniguchi 4.0.2-17
- added update-alternatives

Mon Mar 18 19:00:00 2002 Koushi Takahashi 4.0.2-16
- Added utf8-iconv patch to support UTF-8 encoded spec file
- Added buildlang patch, build always uses LANG=C

Sun Mar 17 19:00:00 2002 Masaru Yokoi 4.0.2-15
- added \"buildrequire: zlib-devel >= 1.1.4\" to fix security problem of zlib.

Thu Jan 10 19:00:00 2002 Kiichiro NAKA
- 4.0.2-14VANG
- Modified to compile on Cygwin NT

Thu Dec 27 19:00:00 2001 Koushi Takahashi
- Spec lint by speclint2.
- Modifed rpm-4.0-popt-ja.patch - Can do patch!
- Fixed objdump claims executable scripts.

Fri Jul 13 20:00:00 2001 Kiichiro Naka
- 4.0.2-11
- Hacked to fix relocation mode

Thu Jul 12 20:00:00 2001 Go Taniguchi
- fixed header\'s lang, zh_CN and zh_TW is different

Wed Jun 6 20:00:00 2001 Maxime Froment
- patched include files for pedantic ansi C compatibility

Sun Apr 15 20:00:00 2001 Maxime Froment
- _mandir, _infodir compliance with FHS2.1, defined by other macros
- don\'t build apidocs by default

Wed Apr 11 20:00:00 2001 Mike Madore
- Don\'t require doxygen on IA64. It doesn\'t currently build.
- Don\'t build apidocs (needs doxygen).

Wed Apr 11 20:00:00 2001 Go Taniguchi
- added help --oldformat in rpm --help

Mon Apr 9 20:00:00 2001 Go Taniguchi
- fixed _defaultdocdir

Thu Apr 5 20:00:00 2001 Go Taniguchi
- bad __infodir, fixed

Wed Apr 4 20:00:00 2001 Go Taniguchi
- added --oldformat option for make package, It\'s compat with rpm-3
- fixed rpmrc and macros for TL
- _topdir move to /var/src/rpm
- default package set to i586, and deleted i586 patch. It\'s broken dir.

Wed Mar 21 19:00:00 2001 Maxime Froment
- upgraded to 4.0.2

Thu Nov 30 19:00:00 2000 SL Baur
- repair broken i586 patch
- fix %files lists
- don\'t require popt for building

Mon Sep 18 20:00:00 2000 SL Baur
- synch with rpm-4.0 final tarball

Tue Sep 5 20:00:00 2000 Masaru Yokoi
- Removed fhs21 patch.

Mon Sep 4 20:00:00 2000 Masaru Yokoi
- Modified mandir and infodir to suitable for FHS-2.1.
- Added rpm-4.0-i586.patch to fix i586 architecture running on x86.

Mon Aug 28 20:00:00 2000 SL Baur
- apply patch from RedHat bugzilla #11463 to fix nested if scanning bug

Mon Aug 7 20:00:00 2000 SL Baur
- synch spec file with RedHat
- Integrate previous TL patches:
64bit: Fixes anonymous integer constants used in long integer context
nobash2: Eliminates horrible --rpm-requires special bash hack
popt-ja: Adds Japanese localization file for popt
popt-localefix: Fixes popt so that the ja locale file gets used
req: not sure (-sb) ####
shortcircuit_anywhere: allow usage of --short-circuit with -ba and -bb.
BUGFIX: -ba when short circuited now writes both src and binary RPMs.
tl: default to -mpentium in ix86 builds, _topdir is /usr/src/turbo.

Tue Jul 18 20:00:00 2000 Jeff Johnson
- rebuild against glibc-2.1.91-14.
- add /usr/kerberos/man to brp-compress.

Sun Jul 16 20:00:00 2000 Jeff Johnson
- first release candidate.

Fri Jul 14 20:00:00 2000 Jeff Johnson
- rip out pre-transaction syscalls, more design is needed.
- display rpmlib provides when invoked with --showrc.
- remove (dead) dependency checks on implicitly provided package names.
- remove (dead) rpmdb API code in python bindings.
- remove (legacy) support for version 1 packaging.
- remove (legacy) support for converting gdbm databases.
- fix: make set of replaced file headers unique.
- fix: don\'t attempt dbiOpen with anything but requested dbN.

Wed Jul 12 20:00:00 2000 Jeff Johnson
- fix: initialize pretransaction argv (segfault).
- fix: check rpmlib features w/o database (and check earlier as well).

Tue Jul 11 20:00:00 2000 Jeff Johnson
- add S_ISLNK pre-transaction syscall test.

Mon Jul 10 20:00:00 2000 Jeff Johnson
- fix: legacy requires \'./\' payload prefix to be omitted for rpm itself.
- fix: remove verbose database +++/--- messages to conform to doco.
- compare versions if doing --freshen.

Sun Jul 9 20:00:00 2000 Jeff Johnson
- identify package when install scriptlet fails (#12448).
- remove build mode help from rpm.c, use rpmb instead.
- support for rpmlib(...) internal feature dependencies.
- fix: set multilibno on sparc per-platform config.

Sat Jul 8 20:00:00 2000 Jeff Johnson
- add pre-transaction syscall\'s to handle /etc/init.d change.
- don\'t bother saving \'/\' as fingerprint subdir.
- eliminate legacy RPMTAG_{OBSOLETES,PROVIDES,CAPABILITY}.
- eliminate unused headerGz{Read,Write}.
- fix: payload compression tag not nul terminated.
- prefix payload paths with \"./\", otherwise \"/\" can\'t be represented.
- fix: compressFilelist broke when fed \'/\'.
- fix: typo in --last popt alias (#12690).
- fix: clean file paths before performing -qf (#12493).

Tue Jul 4 20:00:00 2000 Jeff Johnson
- change optflags for i386.
- multilib patch, take 1.

Thu Jun 22 20:00:00 2000 Jeff Johnson
- i486 optflags typo fixed.

Wed Jun 21 20:00:00 2000 Jeff Johnson
- internalize --freshen (Gordon Messmer ).
- support for separate source/binary compression policy.
- support for bzip payloads.

Tue Jun 20 20:00:00 2000 Jeff Johnson
- fix: don\'t expand macros in false branch of %if (kasalAATTsuse.cz).
- fix: macro expansion problem and clean up (#11484) (kasalAATTsuse.cz).
- uname on i370 has s390 as arch (#11456).
- put version on rpmpopt filename to avoid legacy filename collision.
- python: initdb binding (Dan Burcaw ).

Mon Jun 19 20:00:00 2000 Jeff Johnson
- fix: typo in brp-compress caused i18n man pages not to compress.
- API: uncouple fadio from rest of librpmio.
- API: externalize legacy fdOpen interface for rpmfind et al in librpmio.
- update brp-* scripts from rpm-4.0, enable in per-platform config.
- alpha: add -mieee to default optflags.
- add RPMTAG_OPTFLAGS, configured optflags when package was built.
- add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet).
- teach brp-compress about /usr/info and /usr/share/info as well.

Sun Jun 18 20:00:00 2000 Jeff Johnson
- fix: open all db indices before performing chroot.

Sat Jun 17 20:00:00 2000 Jeff Johnson
- require --rebuilddb to convert db1 -> db3, better messages.

Thu Jun 15 20:00:00 2000 Jeff Johnson
- fix: resurrect symlink unique\'ifying property of finger prints.

Tue Jun 13 20:00:00 2000 Jeff Johnson
- fix: don\'t count removed files if removed packages is empty set.
- fix: permit \'\\0\' as special case key (e.g. \"/\" in Basenames).

Mon Jun 12 20:00:00 2000 Jeff Johnson
- make librpmio standalone.
- fix: avoid clobbering db cursor in removeBinaryPackage.
- expose cursors in dbi interfaces, remove internal cursors.
- remove incremental link.
- portability: sparc-sun-solaris2.5.1.

Tue Jun 6 20:00:00 2000 Jeff Johnson
- create rpmio directory for librpmio.

Mon Jun 5 20:00:00 2000 Jeff Johnson
- require db3 in default configuration.

Sun Jun 4 20:00:00 2000 Jeff Johnson
- add optflags for i486 and i586.
- fix: segfault with legacy packages missing RPMTAG_FILEINODES.

Mon May 29 20:00:00 2000 Matt Wilson
- change %configure, add %makeinstall macros to handle FHS changes.

Mon May 29 20:00:00 2000 Jeff Johnson
- mark packaging with version 4 to reflect filename/provide changes.
- change next version from 3.1 to 4.0 to reflect package format change.

Thu May 25 20:00:00 2000 Jeff Johnson
- change popt exec alias in oreder to exec rpm children.
- split rpm into 5 pieces along major mode fault lines with popt glue.

Wed May 17 20:00:00 2000 Jeff Johnson
- 2nd try at db1 -> db3 stable functionality.

Mon May 15 20:00:00 2000 Matt Wilson
- build against bzip2 1.0
- use the new fopencookie API in glibc 2.2

Thu May 11 20:00:00 2000 Jeff Johnson
- fix stupid mistakes (alpha segfaults).

Tue May 9 20:00:00 2000 Jeff Johnson
- include RPM-GPG-KEY in file manifest.
- simplify --last popt alias, date like -qi (bjerrickAATTeasystreet.com).
- fix: alloca\'d memory used outside of scope (alpha segfault).

Sun May 7 20:00:00 2000 Jeff Johnson
- FreeBSD fixes (beroAATTredhat.com).

Fri May 5 20:00:00 2000 Jeff Johnson
- finish db1 and db3 cleanup.

Mon May 1 20:00:00 2000 Jeff Johnson
- first try at db1 -> db3 stability.

Sun Apr 30 20:00:00 2000 Jeff Johnson
- Rename db0.c to db1.c, resurrect db2.c (from db3.c).
- Add ia64 and sparc64 changes.
- rpm.spec: add per-platform sub-directories.

Thu Apr 27 20:00:00 2000 Jeff Johnson
- Filter DB_INCOMPLETE on db->sync, it\'s usually harmless.
- Add per-transaction cache of resolved dependencies (aka Depends).
- Do lazy dbi{Open,Close} throughout.
- Attempt fine grained dbi cursors throughout.
- fix: free iterator *after* loop, not during.
- fix: Depends needed keylen in dbiPut, rpmdbFreeIterator after use.

Wed Apr 26 20:00:00 2000 Jeff Johnson
- API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.
- API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration.
- API: replace rpmdbGetRecord with iterators.
- API: replace findMatches with iterators.

Mon Apr 24 20:00:00 2000 Jeff Johnson
- rebuild to check autoconf configuration in dist-7.0.

Sat Apr 22 20:00:00 2000 Jeff Johnson
- fix: cpio.c: pre-, not post-, decrement the link count.
- make db indices as lightweight as possible, with per-dbi config.
- db1.c will never be needed, eliminate.
- API: merge rebuilddb.c into rpmdb.c.

Wed Apr 12 20:00:00 2000 Jeff Johnson
- API: pass *SearchIndex() length of key (0 will use strlen(key)).
- API: remove rpmdb{First,Next}RecNum routines.
- drop rpm-python subpackage until bindings are fixed.
- add explcit \"Provides: name = [epoch:]version-release\" to headers.

Mon Apr 10 20:00:00 2000 Jeff Johnson
- solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klarenAATTcs.utwente.nl)
- db3: save join keys in endian neutral binary format.
- treat legacy falloc.c as \"special\" db[01] index for package headers.

Wed Apr 5 20:00:00 2000 Jeff Johnson
- use hashed access for package headers.

Mon Apr 3 20:00:00 2000 Jeff Johnson
- create dbi from template rather than passed args.

Sun Apr 2 20:00:00 2000 Jeff Johnson
- prefer db3 as default.
- permit db3 configuration using macros.

Thu Mar 30 20:00:00 2000 Jeff Johnson
- try for db3 DB_INIT_CDB model.

Thu Mar 23 19:00:00 2000 Jeff Johnson
- use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.
- configure.in fiddles for BSD systems (Patrick Schoo).
- API: change dbi to pass by reference, not value.
- cram all of db1, db_185, and db2 interfaces into rpmlib.
- convert db1 -> db2 on-disk format using --rebuilddb.

Sun Mar 12 19:00:00 2000 Jeff Johnson
- start rpm-3.1 development.