[faac/f29] Spec file clean up
by Jaroslav Škarvada
Summary of changes:
a56ff98... Spec file clean up (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[buildsys-build-rpmfusion/f29] rebuild for kernel 4.18.16-300.fc29
by Nicolas Chauvet
commit 8f53d3872328e9cb76b51fb880bd01cc56abb161
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 22 19:02:00 2018 +0200
rebuild for kernel 4.18.16-300.fc29
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index fc06c58..6e86f63 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-4.18.12-300.fc29
-4.18.12-300.fc29smp
-4.18.12-300.fc29PAE
-4.18.12-300.fc29lpae
+4.18.16-300.fc29
+4.18.16-300.fc29smp
+4.18.16-300.fc29PAE
+4.18.16-300.fc29lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 44d77a7..bda17ac 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 29
-Release: 1
+Release: 2
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Mon Oct 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 10:29-2
+- rebuild for kernel 4.18.16-300.fc29
+
* Thu Oct 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 10:29-1
- rebuild for kernel 4.18.12-300.fc29
6 years, 1 month
[vlc/el7] Missing patch application
by Nicolas Chauvet
commit 076da9aef2921caff4ac1ff0eaeb56e684a59175
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 22 18:08:58 2018 +0200
Missing patch application
vlc.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vlc.spec b/vlc.spec
index 16c95dd..2f40526 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -220,6 +220,7 @@ JACK audio plugin for the VLC media player.
%prep
%setup -q -n %{name}-%{version}
+%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
6 years, 1 month
[vlc/el7] Fix upnp build
by Nicolas Chauvet
commit 08f23302132377084c610300201fcda42059020b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 22 17:58:52 2018 +0200
Fix upnp build
vlc.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 5e98b3e..16c95dd 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -37,6 +37,7 @@ License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
+Patch0: vlc-2.2x-fix-upnp.patch
BuildRequires: desktop-file-utils
@@ -497,6 +498,7 @@ fi || :
%changelog
* Mon Oct 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.8-3
- Rebuilt for live555 CVE-2018-4013
+- Fix build with libupnp
* Tue Jan 30 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.8-2
- rebuilt
6 years, 1 month
[vlc/el7] Add patch
by Nicolas Chauvet
commit 1079a7c59690ba7ab14706e8d87389621efae707
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 22 17:56:44 2018 +0200
Add patch
vlc-2.2x-fix-upnp.patch | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
---
diff --git a/vlc-2.2x-fix-upnp.patch b/vlc-2.2x-fix-upnp.patch
new file mode 100644
index 0000000..c6efe3c
--- /dev/null
+++ b/vlc-2.2x-fix-upnp.patch
@@ -0,0 +1,23 @@
+commit f9c5a343f1a8cad9c2c153f9c05e4e7201675a43
+Author: Tristan Matthews <tmatth(a)videolan.org>
+Date: Wed Nov 29 10:45:04 2017 -0500
+
+ upnp: don't clash with libupnp's own compat code
+
+ Fixes build for upnp >= 1.6.23 and less than 1.8.
+
+ Signed-off-by: Jean-Baptiste Kempf <jb(a)videolan.org>
+
+diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
+index bdd3c55ee5..82d43632f4 100644
+--- a/modules/services_discovery/upnp.cpp
++++ b/modules/services_discovery/upnp.cpp
+@@ -40,7 +40,7 @@
+ #include <assert.h>
+ #include <limits.h>
+
+-#if UPNP_VERSION < 10800
++#if UPNP_VERSION < 10623
+ /*
+ * Compat functions and typedefs for libupnp prior to 1.8
+ */
6 years, 1 month
[vlc/el7] Rebuilt
by Nicolas Chauvet
commit eec43e36a77a3627feb71b8b44d2e13d9dd6a690
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 22 17:27:54 2018 +0200
Rebuilt
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 858b2bc..5e98b3e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -32,7 +32,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.2.8
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -495,6 +495,9 @@ fi || :
%changelog
+* Mon Oct 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.8-3
+- Rebuilt for live555 CVE-2018-4013
+
* Tue Jan 30 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.8-2
- rebuilt
6 years, 1 month
[live555/el7] (24 commits) ...Update to 2018.10.17
by Nicolas Chauvet
Summary of changes:
d61cd7a... Update to 2016.10.21 (*)
75e6086... Update to 2016.11.28 (*)
6b7db99... Switch to rpmmacrodir (*)
3141884... Update to 2017.01.26 (*)
da7f9ca... - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass (*)
1d878ab... new release (*)
f5c6599... new release (*)
fb6d239... strip out include of 'xlocale.h' (*)
12297cf... update to 2017.07.18 (*)
f0cfe90... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass (*)
df1bd4c... new upstream release (*)
4201e96... new upstream release (*)
4c518de... new upstream release / fail to build (*)
9df8429... new upstream release (*)
30ed79d... Remove workaround for 'xlocale.h', not needed anymore (*)
9526c85... new upstream release (*)
940be44... new upstream version (*)
80341a7... add sources (*)
bd4206c... fix date (*)
4307752... Update to 2018.07.07 (*)
6cb852e... Add Changelog (*)
2786f01... Update to 2018.19.18 (*)
1dcec24... Add missing cc (*)
e1129d9... Update to 2018.10.17 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month