File checkinstall.changes of Package checkinstall

-------------------------------------------------------------------
Wed Feb  2 13:57:11 CET 2011 - pth@suse.de

- Fix file list.

-------------------------------------------------------------------
Mon Jan 31 17:55:11 CET 2011 - pth@suse.de

- Sync factory with devel project.
- Recreate the set_buildroot patch.

-------------------------------------------------------------------
Sat Feb  6 12:46:44 UTC 2010 - jengelh@medozas.de

- Fix linker stage errors on sparc64 due to missing LDFLAGS

-------------------------------------------------------------------
Tue Jan  5 22:48:51 UTC 2010 - pth@novell.com

- Override buildroot from command line.

-------------------------------------------------------------------
Wed Dec 30 03:29:18 UTC 2009 - pth@novell.com

- Fix file list

-------------------------------------------------------------------
Mon Dec 28 03:35:11 UTC 2009 - pth@novell.com

- Update to 1.6.2, the released version that contains support
  for the at-style functions of glibc.

-------------------------------------------------------------------
Wed Dec 16 02:41:40 UTC 2009 - pth@novell.com

- Fix typo in scandir patch.

-------------------------------------------------------------------
Tue Dec 15 09:57:38 UTC 2009 - pth@novell.com

- Don't use -t option for cp s older versions don't understand it.

-------------------------------------------------------------------
Mon Dec 14 14:20:08 CET 2009 - pth@suse.de

- Fix typo in checkinstall.in

-------------------------------------------------------------------
Mon Dec 14 02:28:41 UTC 2009 - pth@novell.com

- Fix definition of Glibc minor version in installwatch/create_localedef.
- Fix patch for scandir/scandir64 declaration.
- Prototypes for scandir and scandir64 changed with glibc 2.10
  so modify patch to supply both old and new one depending on
  glibc version.

-------------------------------------------------------------------
Sun Dec 13 20:40:45 UTC 2009 - pth@novell.com

- Compress tarball and patch with bzip2 to be able to build
  checkinstall on distributions that don't have xz.

-------------------------------------------------------------------
Mon Dec  7 19:45:23 CET 2009 - pth@suse.de

- Update to CVS from June to get the support of *at() function (bnc#432497).
- Adapt patches as needed.
- Pass rpmbuild the buildroot to use to override default (bnc#561317).
- Translations now use UTF-8 encoding where not already doing so.
- Change occurances of `` ikn checkinstall to $().
- Compress with xz instead of lzma.

-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

- make patch0 usage consistent

-------------------------------------------------------------------
Tue Jun  9 00:45:56 CEST 2009 - ro@suse.de

- adapt to changed signature for functions scandir,scandir64

-------------------------------------------------------------------
Mon Apr 27 12:41:05 CEST 2009 - pth@suse.de

- Catch calls to fchmodat (bnc#432497).
- Remove patch not applied anymore.

-------------------------------------------------------------------
Wed Aug 13 17:18:58 CEST 2008 - ro@suse.de

- drop needsroot 

-------------------------------------------------------------------
Thu Jul  3 13:28:03 CEST 2008 - pth@suse.de

- Fix tmp race (bnc#404478)

-------------------------------------------------------------------
Fri Sep 14 18:53:09 CEST 2007 - bk@suse.de

- Trivial: rpm does not allow "-" in version, skip them in proposal

-------------------------------------------------------------------
Thu Mar 29 15:05:09 CEST 2007 - pth@suse.de

- Update to 1.6.1:
  - Fixed the famous getcwd() bug
  - Added translations for Indonesianj, Italian, Norwegian, German,
    Chinese, Japanese
- Fix installation paths
- Substitute paths in checkinstallrc-dist and checkinstll as
  configured for building.
- Make test work when DESTDIR is used.

-------------------------------------------------------------------
Mon Feb 12 00:55:42 CET 2007 - ro@suse.de

- build as root for now 

-------------------------------------------------------------------
Thu Apr  6 00:14:11 CEST 2006 - ro@suse.de

- use ssize_t as return type for readlink as in glibc 

-------------------------------------------------------------------
Fri Mar 24 14:44:35 CET 2006 - ro@suse.de

- fix build on s390x

-------------------------------------------------------------------
Wed Mar  1 14:34:05 CET 2006 - bk@suse.de

- Fix package version proposal when retrieved from config.log

-------------------------------------------------------------------
Fri Feb 10 18:19:03 CET 2006 - bk@suse.de

- Fix avoid_buildroot_symlink.patch to set buildroot directory

-------------------------------------------------------------------
Thu Feb  9 15:49:39 CET 2006 - pth@suse.de

- Update to 1.6.0.
- Remove now obsolete patches.

-------------------------------------------------------------------
Thu Feb  2 21:22:24 CET 2006 - seife@suse.de

- fix the "installed but unpackaged files found" error

-------------------------------------------------------------------
Wed Feb  1 18:12:51 CET 2006 - pth@suse.de

- Use tag License instead of Copyright
- Create correct %files sections
- Omit erroneous leading comma in Requires:

-------------------------------------------------------------------
Wed Jan 25 21:34:56 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Mon Nov  7 17:48:42 CET 2005 - pth@suse.de

- Fix _all_ cases where /usr/lib was hard-coded.

-------------------------------------------------------------------
Mon Nov  7 13:22:00 CET 2005 - pth@suse.de

- Preload library from /usr/lib64 on biarch systems (fixes #132348)

-------------------------------------------------------------------
Wed Oct 19 18:14:57 CEST 2005 - pth@suse.de

- Installwatch can't be compiled with _FORTIFY_SOURCE, so undefine it

-------------------------------------------------------------------
Fri Jul 29 12:23:45 CEST 2005 - seife@suse.de

- fix the corrupted display after installation

-------------------------------------------------------------------
Thu Jul 28 19:24:15 CEST 2005 - seife@suse.de

- fix path /usr/local/bin => /usr/bin

-------------------------------------------------------------------
Tue Jun 28 18:33:25 CEST 2005 - pth@suse.de

- Update to 1.6.0beta4
- Use buildroot
- Use DESTDIR
- make it possible to pass in compiler flags

-------------------------------------------------------------------
Thu Apr  1 17:10:18 CEST 2004 - bk@suse.de

- change checkinstallrc to assume a recent rpm-based distribution,
  (if you don't pass -R, the group is not set and rpm build fails)

-------------------------------------------------------------------
Mon Mar 22 17:09:08 CET 2004 - uli@suse.de

- installwatch.c: in multithreaded apps _init() seems not to be
  called when a new thread is started -> segfault; worked around
  by checking for sane func ptrs in every function using them
- update -> 1.6.0beta3

-------------------------------------------------------------------
Mon Sep  1 14:02:04 CEST 2003 - uli@suse.de

- call installwatch with translation off (broken)
- replace /usr/doc with /usr/share/doc/packages as default doc path

-------------------------------------------------------------------
Wed Jul 30 11:28:58 CEST 2003 - aj@suse.de

- Fix chown usage.

-------------------------------------------------------------------
Tue Jul 29 13:30:01 CEST 2003 - uli@suse.de

- update -> 1.6.0beta2 (works with RPMv4)

-------------------------------------------------------------------
Wed Dec 11 13:52:41 CET 2002 - bk@suse.de

- disable old workarounds for s390/ppc glibc problems in 2.2.4/2.2.5
  (fixed with UL 2.2.5 CVS glibc), set LC_ALL to trigger it in case
  the bug shows up again.

-------------------------------------------------------------------
Fri Aug 30 18:32:59 CEST 2002 - meissner@suse.de

- make sure the *64 functions are prototyped, or we 
  get ftruncate64() creating terabyte files.

-------------------------------------------------------------------
Fri Jun 21 15:29:53 CEST 2002 - bk@suse.de

- update to checkinstall 1.5.2

-------------------------------------------------------------------
Fri May 31 11:54:46 CEST 2002 - ro@suse.de

- fix build on lib64 platforms 

-------------------------------------------------------------------
Mon Jan 21 11:57:33 CET 2002 - bk@suse.de

- update to checkinstall 1.5.1, installwatch 0.6.3

-------------------------------------------------------------------
Fri Dec  7 03:55:04 CET 2001 - bk@suse.de

- cure some problems of the release on s390/ppc and enable test suite

-------------------------------------------------------------------
Mon Dec  3 03:07:41 MET 2001 - bk@suse.de

- update to version 1.5.0 release - fixes some file descriptor leaks

-------------------------------------------------------------------
Thu Nov  8 00:51:34 MET 2001 - bk@suse.de

- update to version 1.5.0beta2 - great updates, e.g. syscall trace

-------------------------------------------------------------------
Tue Oct 30 11:39:47 CET 2001 - bk@suse.de

- fix execute permissions of checkinstall script

-------------------------------------------------------------------
Tue Aug  7 00:26:40 CEST 2001 - bk@suse.de

- update to version 1.4.1

-------------------------------------------------------------------
Sun Apr 15 20:25:14 CEST 2001 - bk@suse.de

- update to version 1.3.1

-------------------------------------------------------------------
Sun Mar  4 03:58:47 CET 2001 - bk@suse.de

- initial package

openSUSE Build Service is sponsored by