[vlc/f29] (2 commits) ...Remove uneeded patch
by Nicolas Chauvet
Summary of changes:
583d02a... Revert "Add patch" (*)
262a9ed... Remove uneeded patch (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[vlc] Remove uneeded patch
by Nicolas Chauvet
commit 262a9edc8491fd72cfd9f218f06d1a00bf3e6ffd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 25 17:37:52 2018 +0200
Remove uneeded patch
vlc.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 78e1800..2033a22 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -47,7 +47,6 @@ Release: 1%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
-Patch0: 0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
6 years, 1 month
[vlc] Revert "Add patch"
by Nicolas Chauvet
commit 583d02a19e4b8b0919d6a2039b58508a66229991
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 25 17:37:01 2018 +0200
Revert "Add patch"
This reverts commit 1348a40191835be8c995c05ca943ed305c099703.
...ound-a-bug-with-.-vlc-cache-gen-on-armhfp.patch | 25 ----------------------
1 file changed, 25 deletions(-)
6 years, 1 month
[wireguard] Release 0.0.20180925
by Robert-André Mauchin
commit 53ae425c4d083b1e136403bbbdcec54967cd4008
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Tue Sep 25 17:34:17 2018 +0200
Release 0.0.20180925
.gitignore | 1 +
sources | 2 +-
wireguard.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c07acc..1c70c6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/WireGuard-0.0.20180918.tar.xz
+/WireGuard-0.0.20180925.tar.xz
diff --git a/sources b/sources
index 257d15c..5de2a6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0de98d1924edd231f55fd0a880c8022 WireGuard-0.0.20180918.tar.xz
+b049f5af2a0dae7c12789b0462a9e9f9 WireGuard-0.0.20180925.tar.xz
diff --git a/wireguard.spec b/wireguard.spec
index f93602f..1a5963a 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 0.0.20180918
+Version: 0.0.20180925
Release: 1%{?dist}
License: GPLv2
@@ -82,5 +82,8 @@ popd
%changelog
+* Tue Sep 25 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20180925-1
+- Release 0.0.20180925
+
* Sun Sep 23 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20180918-1
- Initial package
6 years, 1 month
[fdk-aac] Remove group tag
by Leigh Scott
commit 678bc35f0177071cdfe6fa0a6a9619a42873be78
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 25 16:31:47 2018 +0100
Remove group tag
fdk-aac.spec | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 48e45f2..224eb4d 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,11 +1,11 @@
Name: fdk-aac
Version: 0.1.6
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
-URL: https://github.com/mstorsjo/fdk-aac
-Source0: https://github.com/mstorsjo/%{name}/archive/v%{version}/%{name}-%{version...
+URL: https://github.com/mstorsjo/%{name}
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: libtool
@@ -18,7 +18,6 @@ scheme for digital audio.
%package devel
Summary: Development files for %{name}
-Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@@ -33,6 +32,7 @@ autoreconf -vif
%build
%configure \
+ --libdir=%{_libdir}/%{name} \
--disable-silent-rules \
--disable-static
@@ -44,22 +44,30 @@ autoreconf -vif
find %{buildroot} -name '*.la' -exec rm -f {} ';'
-%ldconfig_scriptlets
+# ld.so.conf.d file
+rm -rf %{buildroot}%{_libdir}/fdk-aac/pkgconfig/
+install -m 0755 -d %{buildroot}%{_sysconfdir}/ld.so.conf.d/
+echo -e "%{_libdir}/%{name}/ \n" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
%files
%doc ChangeLog
%license NOTICE
-%{_libdir}/*.so.*
+%config %{_sysconfdir}/ld.so.conf.d/%{name}-%{_lib}.conf
+%{_libdir}/%{name}/*.so.*
%files devel
%doc documentation/*.pdf
%{_includedir}/fdk-aac/
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/%{name}/*.so
%changelog
+* Tue Sep 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.6-4
+- Remove group tag
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.1.6-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[qt5-qtwebengine-freeworld] 5.11.2
by Rex Dieter
commit c5c4290884c62e053dd447bce8f12a67321ca9cb
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Tue Sep 25 09:24:42 2018 -0500
5.11.2
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 18 +++++-------------
qtwebengine-ffmpeg4.patch | 13 -------------
sources | 2 +-
4 files changed, 7 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6548e2e..afc623c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/qtwebengine-everywhere-src-5.10.0.tar.xz
/qtwebengine-everywhere-src-5.10.1.tar.xz
/qtwebengine-everywhere-src-5.11.1.tar.xz
+/qtwebengine-everywhere-src-5.11.2.tar.xz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index b06d019..f67928d 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -43,8 +43,8 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
-Version: 5.11.1
-Release: 3%{?dist}
+Version: 5.11.2
+Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -106,11 +106,6 @@ Patch22: qtwebengine-everywhere-src-5.10.0-icu59.patch
# to get the value we expect (and chromium checks for). Patch by spot.
Patch23: qtwebengine-everywhere-src-5.10.1-gcc8-alignof.patch
## Upstream patches:
-# fix build with FFmpeg 4 (apply conditionally because it breaks older FFmpeg)
-# backport of: https://chromium-review.googlesource.com/c/chromium/src/+/754261
-# https://chromium-review.googlesource.com/c/chromium/src/+/889686
-# courtesy of Arch Linux
-Patch103: https://git.archlinux.org/svntogit/packages.git/plain/qt5-webengine/trunk...
%if 0%{?bootstrap}
ExclusiveArch: %{arm} %{ix86} x86_64
@@ -349,12 +344,6 @@ This version is compiled with support for patent-encumbered codecs enabled.
%patch21 -p1 -b .gn-bootstrap-verbose
#patch22 -p1 -b .icu59
%patch23 -p1 -b .gcc8
-## keep around in case it needs reverting for older ffmpeg
-#if 0%{?fedora} > 27
-pushd src/3rdparty
-%patch103 -p1 -b .ffmpeg4
-popd
-#endif
# fix // in #include in content/renderer/gpu to avoid debugedit failure
sed -i -e 's!gpu//!gpu/!g' \
src/3rdparty/chromium/content/renderer/gpu/compositor_forwarding_message_filter.cc
@@ -433,6 +422,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Tue Sep 25 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.2-1
+- 5.11.2
+
* Mon Sep 24 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-3
- use bundled minizip on f30+ (rhbz#1632196)
diff --git a/sources b/sources
index 513105b..57645fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75d2ff31addba4ec41981b0f459cc587 qtwebengine-everywhere-src-5.11.1.tar.xz
+183b1e44bac4f70b54a77a9e569ff554 qtwebengine-everywhere-src-5.11.2.tar.xz
6 years, 1 month
[vo-amrwbenc] Add missing cc
by Nicolas Chauvet
Summary of changes:
a0bf695... Add missing cc (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[vo-amrwbenc/f29] Add missing cc
by Nicolas Chauvet
commit a0bf695c19c633e9c906b77fbe6d6ddc02170a6b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 25 13:15:17 2018 +0200
Add missing cc
vo-amrwbenc.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/vo-amrwbenc.spec b/vo-amrwbenc.spec
index 1a0c25a..5ec8d03 100644
--- a/vo-amrwbenc.spec
+++ b/vo-amrwbenc.spec
@@ -1,11 +1,13 @@
Name: vo-amrwbenc
Version: 0.1.3
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: VisualOn AMR-WB encoder library
License: ASL 2.0
URL: http://opencore-amr.sourceforge.net/
Source0: http://downloads.sourceforge.net/opencore-amr/%{name}/%{name}-%{version}....
+BuildRequires: gcc
+
%description
This library contains an encoder implementation of the Adaptive
Multi Rate Wideband (AMR-WB) audio codec. The library is based
@@ -46,6 +48,9 @@ rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
%{_libdir}/pkgconfig/vo-amrwbenc.pc
%changelog
+* Tue Sep 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-8
+- Add missing cc
+
* Tue Sep 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-7
- Spec file clean-up
6 years, 1 month
[vo-amrwbenc/f29] clean-up
by Nicolas Chauvet
Summary of changes:
fae3e53... clean-up (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[vo-amrwbenc] clean-up
by Nicolas Chauvet
commit fae3e5320953d0183f53e5ee114d9d43d667aff8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 25 13:00:58 2018 +0200
clean-up
vo-amrwbenc.spec | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/vo-amrwbenc.spec b/vo-amrwbenc.spec
index fcb6ad4..1a0c25a 100644
--- a/vo-amrwbenc.spec
+++ b/vo-amrwbenc.spec
@@ -1,8 +1,7 @@
Name: vo-amrwbenc
Version: 0.1.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: VisualOn AMR-WB encoder library
-Group: System Environment/Libraries
License: ASL 2.0
URL: http://opencore-amr.sourceforge.net/
Source0: http://downloads.sourceforge.net/opencore-amr/%{name}/%{name}-%{version}....
@@ -15,7 +14,6 @@ framework from the Google Android project.
%package devel
Summary: Development files for %{name}
-Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@@ -27,19 +25,19 @@ developing applications that use %{name}.
%build
%configure --disable-static
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf %{buildroot}
-make install DESTDIR=$RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{_libdir}/libvo-amrwbenc.la
+%make_install
+rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
+
%files
-%doc COPYING README NOTICE
+%license COPYING
+%doc README NOTICE
%{_libdir}/libvo-amrwbenc.so.*
%files devel
@@ -48,6 +46,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/libvo-amrwbenc.la
%{_libdir}/pkgconfig/vo-amrwbenc.pc
%changelog
+* Tue Sep 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-7
+- Spec file clean-up
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.3-6
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month