Changelog for
flac-debuginfo-1.3.0-204.1.i586.rpm :
Mon Jul 1 14:00:00 2013 jengelhAATTinai.de
- Update to final upstream release 1.3.0
* No user-visible changes
- More robust make install call
Sun May 26 14:00:00 2013 crrodriguezAATTopensuse.org
- Update to flac 1.3.0pre4 (packaged as 1.2.99_git
* to avoid
messing with RPM versioning)
* Mostly non-linux related bugfixes plus autotools fixes
- flac-openssl.patch --> 0001-Allow-use-of-openSSL.patch
- remove flac-1.2.1-automake1_13.patch, fixed in upstream.
- add 0001-getopt_long-not-broken-here.patch, FLAC bundles
GNU-compatible getopt_long for broken OS, but we do have
a functional version in libc already.
Mon Apr 22 14:00:00 2013 cfarrellAATTsuse.com
- license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2
Thu Feb 28 13:00:00 2013 seife+obsAATTb1-systems.com
- add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1
Tue Dec 18 13:00:00 2012 idonmezAATTsuse.com
- Add flac-fix-pkgconfig.patch to fix includedir in the pkgconfig
files.
Sat Dec 8 13:00:00 2012 crrodriguezAATTopensuse.org
- add xz buildrequires for old distros.
Sat Dec 8 13:00:00 2012 crrodriguezAATTopensuse.org
- Update to current git
* patches deleted:
- flac-1.2.1-asm.patch
- flac-1.2.1-bitreader.patch
- flac-gcc43-fixes.diff
- flac-gcc47.patch
- flac-leaks.patch
- flac-no-xmms.diff
- flac-visibility.patch
- flac-printf-format-fix.diff
All Upstreamed either by us or other distros.
- Add flac-openssl.patch, do crypto with openssl (not wanted upstream)
- Restore make check
Tue Sep 4 14:00:00 2012 schwabAATTlinux-m68k.org
- Don\'t ignore $(AM_CFLAGS).
- Remove ppc patch.
Tue Mar 13 13:00:00 2012 dimstarAATTopensuse.org
- Add flac-gcc47.patch: Replacing strcpy without \'lenght
limitation\' with strncpy, limited to 4 chars. This is safe, as we
check the length already to be sure it is 4 chars, yet do not
suffer from the problem that strcpy wants to add a \'\\0\' char in
plus to the target string.
Thu Mar 8 13:00:00 2012 dvaleevAATTsuse.com
- don\'t use fvisibility=hidden on ppc. As it can\'t find symbols
afterwards
Fri Jan 27 13:00:00 2012 crrodriguezAATTopensuse.org
- Fix some memory and resources leak.
- Link shared libraries with -Bsymbolic-functions
- annotate relevant functions with proper attributes to
allow the compiler generate better code (attribute hot. alloc_size)
Tue Jan 24 13:00:00 2012 crrodriguezAATTopensuse.org
- Support symbol visibility features
- Disable test suite, nothing wrong with it, it just
takes too long to run and uses private/hidden symbols to
test flac\'s internals.
Sun Nov 20 13:00:00 2011 crrodriguezAATTopensuse.org
- Use O_CLOEXEC in all library code.
Sat Oct 1 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable
Wed Sep 28 14:00:00 2011 crrodriguezAATTopensuse.org
- Build with --enable-sse, this only disables runtime
checking if the
*OS
* supports SSE, which registers a
SIGILL signal handler then tries to execute SSE code...
it still tests the running
*CPU
* though.
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
- Add flac-devel to baselibs
Sat Aug 6 14:00:00 2011 crrodriguezAATTopensuse.org
- Do not build with -fno-strict-aliasing since is no longer
required.
- Impoer two patches from redhat, one speeds up decoding and
the other enables the working ASM optimizations.
Wed Dec 8 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- run make check, but only the basic test suite, complete
one takes hours.
Wed Dec 16 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Wed Dec 10 13:00:00 2008 olhAATTsuse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
Thu Oct 30 13:00:00 2008 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Wed May 21 14:00:00 2008 cthielAATTsuse.de
- fix baselibs.conf
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Thu Dec 13 13:00:00 2007 crrodriguezAATTsuse.de
- disable static libraries
- remove uneeded dependency on libogg-devel in the -devel package
- remove \"la\" files
Mon Oct 22 14:00:00 2007 tiwaiAATTsuse.de
- fix build with gcc 4.3.
Fri Oct 12 14:00:00 2007 tiwaiAATTsuse.de
- updated to version 1.2.1:
* VUL-0: flac integer overflows (#333278)
* new --keep-foreign-metadata, --no-utf8-convert options
* changed default extension for Ogg FLAC to .oga
* many other fixes, see changelog
Wed Jul 25 14:00:00 2007 tiwaiAATTsuse.de
- updated to version 1.2.0:
* small encoding speedups
* runtime SSE OS support
* fixed bug with invalid seek tables
* added FLAC__format_sample_rate_is_subset(),
FLAC::Decoder::Stream::get_decoder_position()
- clean up spec file
Fri Jun 8 14:00:00 2007 tiwaiAATTsuse.de
- add provides and obsolets for libflac.
Tue Jun 5 14:00:00 2007 tiwaiAATTsuse.de
- split to packages libFLAC8 and libFLAC++6 to follow more the
library packaging policy.
Tue Apr 10 14:00:00 2007 tiwaiAATTsuse.de
- fix post and postun for libflac.
- fix compile warnings
Wed Apr 4 14:00:00 2007 tiwaiAATTsuse.de
- updated to version 1.1.4:
* improved compression with no change to format or decrease
in speed.
* encoding and decoding speedups for all modes. Encoding at
- 8 is twice as fast.
* large format support.
* supports FLAC and Ogg FLAC as input encoder.
* misc bug fixes
- split library to libflac sub-package to reduce package
dependencies.
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Thu Jul 7 14:00:00 2005 tiwaiAATTsuse.de
- fix Requires of devel subpackage.
Wed May 25 14:00:00 2005 tiwaiAATTsuse.de
- updated to version 1.1.2.
Fri Feb 25 13:00:00 2005 tiwaiAATTsuse.de
- split flac-xmms and flac-bmp plugins to another spec file
to avoid too deep dependencies.
Fri Jan 28 13:00:00 2005 tiwaiAATTsuse.de
- fix many compile warnings
- add BMP plugin support
Fri Jan 21 13:00:00 2005 tiwaiAATTsuse.de
- updated to version 1.1.1.
Tue Aug 24 14:00:00 2004 tiwaiAATTsuse.de
- fixed neededforbuild for xmms.
Mon Apr 26 14:00:00 2004 roAATTsuse.de
- add -fno-strict-aliasing
Wed Jan 21 13:00:00 2004 tiwaiAATTsuse.de
- fixed quoting in m4 files.
Sat Jan 10 13:00:00 2004 adrianAATTsuse.de
- add %run_ldconfig to %postun
Tue May 27 14:00:00 2003 roAATTsuse.de
- remove unpackaged files from buildroot
Tue Apr 1 14:00:00 2003 roAATTsuse.de
- added xmms-devel to neededforbuild
Thu Feb 13 13:00:00 2003 tiwaiAATTsuse.de
- fixed the installation path of xmms plugin.
- added la file for plugin.
Mon Jan 27 13:00:00 2003 tiwaiAATTsuse.de
- updated to version 1.1.0.
Wed Nov 27 13:00:00 2002 tiwaiAATTsuse.de
- added the compatible layer for version 1.0.3 (flac-compat.dif).
Mon Nov 25 13:00:00 2002 tiwaiAATTsuse.de
- updated to version 1.0.4.
- fixed neeededforbuild: xf86 -> x-devel-packages.
- added id3lib to neededforbuild.
- regenrated prototype patches. renamed the patch to avoid
name confliction.
Tue Sep 17 14:00:00 2002 pthomasAATTsuse.de
- Add -lsdc++ to LIBADD in src/libFLAC++/Makefile.am to work
around a bug in libtool 1.4.2.
- Properly use (void) not () in prototypes.
- Omit -I/usr/include from LIBFLAC_CFLAGS in libFLAC.m4 as
it\'s searched by default.
- Omit -L/usr/lib from LIBFLAC_LIBS in libFLAC.m4
Mon Jul 29 14:00:00 2002 tiwaiAATTsuse.de
- added %run_ldconfig.
Fri Jul 5 14:00:00 2002 tiwaiAATTsuse.de
- updated to version 1.0.3.
Mon Jun 24 14:00:00 2002 tiwaiAATTsuse.de
- fixed file permission of xmms plugins.
Tue May 21 14:00:00 2002 tiwaiAATTsuse.de
- added missing
*.so to the filelist.
Tue May 21 14:00:00 2002 tiwaiAATTsuse.de
- initial version: 1.0.2.