Projects
Essentials
fdk-aac
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
fdk-aac.changes
Changed
@@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Thu Dec 13 06:49:51 UTC 2018 - zaitor@opensuse.org + +- Update to version 2.0.0: + + This is a major update in the upstream source base, with + support for new profiles and features, and numerous crash/fuzz + fixes. The new upstream version is referred to as FDKv2, thus + skipping the major version 1 and syncing the fdk-aac major + version number to 2. +- Add so_ver define and set it to 2 following upstream changes. +- Tweak date/time sed expressions. + +------------------------------------------------------------------- Tue May 1 12:17:21 UTC 2018 - zaitor@opensuse.org - Update to version 1.6.0:
View file
fdk-aac.spec
Changed
@@ -15,19 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define so_ver 2 +# Remember to bump so_ver in baselibs.conf too! Name: fdk-aac -Version: 0.1.6 +Version: 2.0.0 Release: 0 Summary: A standalone library of the Fraunhofer FDK AAC code from Android License: SUSE-NonFree Group: System/Libraries URL: https://github.com/mstorsjo/fdk-aac -Source0: https://github.com/mstorsjo/fdk-aac/archive/v%{version}.tar.gz +Source0: https://github.com/mstorsjo/fdk-aac/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf + BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkgconfig +BuildRequires: pkg-config %description A standalone library of the Fraunhofer FDK AAC code from Android @@ -35,11 +38,11 @@ For further information, read: wiki.hydrogenaud.io/Fraunhofer_FDK_AAC -%package -n libfdk-aac1 +%package -n libfdk-aac%{so_ver} Summary: A standalone library of the Fraunhofer FDK AAC code from Android Group: System/Libraries -%description -n libfdk-aac1 +%description -n libfdk-aac%{so_ver} A standalone library of the Fraunhofer FDK AAC code from Android For further information, read: @@ -48,17 +51,16 @@ %package devel Summary: Development headers for Fraunhofer FDK AAC Group: Development/Libraries/C and C++ -Requires: libfdk-aac1 = %{version} +Requires: libfdk-aac%{so_ver} = %{version} %description devel This package provides development headers for Fraunhofer FDK AAC code %prep -%setup -q -FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') -sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" lib*/src/{*.cpp,version} -FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') -sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" lib*/src/{*.cpp,version} +%autosetup -p1 +# Remove DATE/TIME, make build more reproducible +sed -i "s/__DATE__/\"\"/g" lib*/src/{*.cpp,*version.h} +sed -i "s/__TIME__/\"\"/g" lib*/src/{*.cpp,*version.h} %build NOCONFIGURE=1 ./autogen.sh @@ -69,10 +71,10 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libfdk-aac1 -p /sbin/ldconfig -%postun -n libfdk-aac1 -p /sbin/ldconfig +%post -n libfdk-aac%{so_ver} -p /sbin/ldconfig +%postun -n libfdk-aac%{so_ver} -p /sbin/ldconfig -%files -n libfdk-aac1 +%files -n libfdk-aac%{so_ver} %doc ChangeLog NOTICE %{_libdir}/libfdk-aac.so.*
View file
baselibs.conf
Changed
@@ -1,1 +1,1 @@ -libfdk-aac1 +libfdk-aac2
View file
fdk-aac-2.0.0.tar.gz
Added
View file
v0.1.6.tar.gz
Deleted
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.