commit 61149b0cf1a83d4b8ea661a107b8a9253b9c8a54
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Nov 24 12:03:07 2018 +0000
Update to 1.0.0
.gitignore | 1 +
fdkaac.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35b6678..b23363e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/fdkaac-0.6.3.tar.gz
+/fdkaac-1.0.0.tar.gz
diff --git a/fdkaac.spec b/fdkaac.spec
index 9d138cb..ca06dd9 100644
--- a/fdkaac.spec
+++ b/fdkaac.spec
@@ -1,11 +1,11 @@
Name: fdkaac
-Version: 0.6.3
-Release: 8%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: Command line frontend for libfdk-aac encoder
License: zlib
URL:
https://github.com/nu774/%{name}
-Source:
https://github.com/nu774/%{name}/archive/v%{version}.tar.gz#/%{name}-%{ve...
+Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake
BuildRequires: fdk-aac-devel
@@ -29,6 +29,7 @@ the resulting M4A.
%build
autoreconf -fiv
+export LDFLAGS="%{?__global_ldflags} -L%{_libdir}/fdk-aac"
%configure
%make_build
@@ -44,6 +45,9 @@ autoreconf -fiv
%changelog
+* Sat Nov 24 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.0-1
+- Update to 1.0.0
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
0.6.3-8
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index b9fef35..241483a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20cdcfcf1e3ea4060f021b6eefa9b75b fdkaac-0.6.3.tar.gz
+f9eabdada9f1469721ef508360d7c3a3 fdkaac-1.0.0.tar.gz