Mailinglist Archive: opensuse-commit (2129 mails)
| < Previous | Next > |
commit libtheora
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 10 Apr 2008 14:37:35 +0200
- Message-id: <20080410123735.8C6D3678185@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libtheora
checked in at Thu Apr 10 14:37:35 CEST 2008.
--------
--- libtheora/libtheora.changes 2007-12-13 14:21:44.000000000 +0100
+++ /mounts/work_users/ro/BASELIBS.OUT/libtheora/libtheora.changes
2008-04-10 12:59:08.977074000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 10 12:54:45 CEST 2008 - ro@xxxxxxx
+
+- added baselibs.conf file to build xxbit packages
+ for multilib support
+
+-------------------------------------------------------------------
New:
----
baselibs.conf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtheora.spec ++++++
--- /var/tmp/diff_new_pack.X29626/_old 2008-04-10 14:33:48.000000000 +0200
+++ /var/tmp/diff_new_pack.X29626/_new 2008-04-10 14:33:48.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libtheora (Version 1.0.beta2)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,6 +10,7 @@
# norootforbuild
+
Name: libtheora
BuildRequires: SDL-devel doxygen gcc-c++ libogg-devel libvorbis-devel
pkg-config python
Url: http://www.xiph.org/
@@ -17,7 +18,7 @@
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Version: 1.0.beta2
-Release: 1
+Release: 2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
@@ -33,6 +34,7 @@
the Xiph.Org Foundation http://www.xiph.org/
%package -n libtheora0
+License: BSD 3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Provides: %{name} = %{version}
@@ -50,6 +52,7 @@
the Xiph.Org Foundation http://www.xiph.org/
%package devel
+License: BSD 3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Requires: libtheora0 = %{version} libogg-devel
@@ -124,7 +127,10 @@
%exclude %{_libdir}/*.la
%changelog
-* Thu Dec 13 2007 - crrodriguez@xxxxxxx
+* Thu Apr 10 2008 ro@xxxxxxx
+- added baselibs.conf file to build xxbit packages
+ for multilib support
+* Thu Dec 13 2007 crrodriguez@xxxxxxx
- fix package version numbers 1.0beta1 --> 1.0.beta2
- libtheora 1.0.beta2
- Fix a crash bug on char-is-unsigned architectures (PowerPC)
@@ -132,9 +138,9 @@
- Fix a buffer alignment issue
- Improved format documentation.
- removed unneeded patch, use --with-pic configure option instead.
-* Thu Nov 08 2007 - adrian@xxxxxxx
+* Thu Nov 08 2007 adrian@xxxxxxx
- fix compiling with gcc 4.3 on ia32
-* Wed Sep 26 2007 - adrian@xxxxxxx
+* Wed Sep 26 2007 adrian@xxxxxxx
- update to 1.0beta1
From official changelog:
* Granulepos scheme modified to match other codecs. This bumps
@@ -146,14 +152,14 @@
* Add support to the encoder for using quantization settings
provided by the application.
* more assembly optimizations
-* Wed Aug 15 2007 - coolo@xxxxxxx
+* Wed Aug 15 2007 coolo@xxxxxxx
- fixing upgrade (#293401)
-* Sun Aug 12 2007 - crrodriguez@xxxxxxx
+* Sun Aug 12 2007 crrodriguez@xxxxxxx
- fix build in x86_64
- use library packaging policy
- run make check in the check section
- add missing call to ldconfig
-* Wed Mar 28 2007 - sbrabec@xxxxxxx
+* Wed Mar 28 2007 sbrabec@xxxxxxx
- Updated to version 1.0alpha7:
* Enable mmx assembly by default
* Avoid some relocations that caused problems on SELinux
@@ -170,44 +176,44 @@
- Use incremental versioning scheme.
- Documentation repackaged.
- Use less vague names for binaries.
-* Tue Aug 01 2006 - dmueller@xxxxxxx
+* Tue Aug 01 2006 dmueller@xxxxxxx
- Reenable test suite run with valgrind.
-* Fri Jul 28 2006 - aj@xxxxxxx
+* Fri Jul 28 2006 aj@xxxxxxx
- Disable test suite run with valgrind.
-* Fri Mar 10 2006 - bk@xxxxxxx
+* Fri Mar 10 2006 bk@xxxxxxx
- libtheora-devel: add libogg-devel to Requires (found by .la check)
-* Mon Feb 06 2006 - adrian@xxxxxxx
+* Mon Feb 06 2006 adrian@xxxxxxx
- add -fstack-protector
- enable test suite run with valgrind
-* Sun Jan 29 2006 - aj@xxxxxxx
+* Sun Jan 29 2006 aj@xxxxxxx
- Fix BuildRequires.
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Oct 19 2005 - adrian@xxxxxxx
+* Wed Oct 19 2005 adrian@xxxxxxx
- update to version 1.0 alpha 5
- enable test suite
- generate API documentation with doxygen
-* Thu Apr 14 2005 - sbrabec@xxxxxxx
+* Thu Apr 14 2005 sbrabec@xxxxxxx
- Added audiofile-devel to neededforbuild.
-* Wed Jan 05 2005 - adrian@xxxxxxx
+* Wed Jan 05 2005 adrian@xxxxxxx
- update to version 1.0 alpha 4
-* Tue Oct 26 2004 - adrian@xxxxxxx
+* Tue Oct 26 2004 adrian@xxxxxxx
- remove .svn directories
-* Mon Oct 18 2004 - adrian@xxxxxxx
+* Mon Oct 18 2004 adrian@xxxxxxx
- update to current cvs to get pc file
-* Thu Aug 19 2004 - adrian@xxxxxxx
+* Thu Aug 19 2004 adrian@xxxxxxx
- create -devel package
-* Tue Jun 29 2004 - adrian@xxxxxxx
+* Tue Jun 29 2004 adrian@xxxxxxx
- do not install the libtool scripts ...
-* Sat Apr 24 2004 - adrian@xxxxxxx
+* Sat Apr 24 2004 adrian@xxxxxxx
- use xorg-x11 packages
-* Wed Apr 21 2004 - adrian@xxxxxxx
+* Wed Apr 21 2004 adrian@xxxxxxx
- compile with -fno-strict-aliasing
-* Sun Mar 21 2004 - adrian@xxxxxxx
+* Sun Mar 21 2004 adrian@xxxxxxx
- update to alpha 3 release
on disc format is still not frozen, so this remain an internal package
-* Wed Feb 04 2004 - adrian@xxxxxxx
+* Wed Feb 04 2004 adrian@xxxxxxx
- remove binaries from example dir (they get installed anyway)
-* Fri Jan 30 2004 - adrian@xxxxxxx
+* Fri Jan 30 2004 adrian@xxxxxxx
- initial package of current snapshot (post alpha2)
- internal package only atm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |