redhat-rpm-config macro changes to fix broken autoconf configure scripts in-place
by Francisco Boni
Has anyone looked into Jeff Law's updated macros to automatically fix LTO in configure scripts? It is live Fedora 33 (with their plan to automatically enable LTO everywhere). Here: https://bugzilla.redhat.com/show_bug.cgi?id=1789149
Patch to have redhat-rpm-config fix broken configure files in place (2.85 KB, patch)
Here is his macro code:
%_fix_broken_configure_for_lto \
for file in $(find . -type f -name configure -print); do \
%{sed} -r --in-place=.backup 's/^char \(\*f\) \(\) = /attribute ((used)) char (*f) () = /g' $file; \
diff -u $file.backup $file && mv $file.backup $file \
%{sed} -r --in-place=.backup 's/^char \(\f\) \(\);/attribute ((used)) char (f) ();/g' $file; \
diff -u $file.backup $file && mv $file.backup $file \
%{sed} -r --in-place=.backup 's/^char \$2 \(\);/attribute ((used)) char \$2 ();/g' $file; \
diff -u $file.backup $file && mv $file.backup $file \
%{sed} --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' $file; \
diff -u $file.backup $file && mv $file.backup $file \
%{__sed} --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '"'"'s/^T . \\(.\\)$/extern int \\1();/p'"'"' -e '"'"'s/^$symcode . \\(.\\)$/extern char \\1;/p'"'"'"#' $file; \
diff -u $file.backup $file && mv $file.backup $file \
done
https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/macros
I'm using it on Clear Linux, in my own macros file and custom packages. No problems so far. This may help people who are having problems enabling LTO in their own custom CL packages.
1 year, 9 months
[PATCH kubernetes] kubernetes: Autospec creation for update from version 1.17.4 to version 1.17.7
by Mark D Horn
---
Minimum change set to fix High CVE-2020-8558 without risking
the upgrade change introduced in 1.17.8; see
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-...
---
Aaron Crickenberger (1):
Allow list-resources.sh to continue if a resource fails to list
Abdullah Gharaibeh (1):
count no nodes scheduling failure as unschedulable instead of error
Aldo Culquicondor (1):
Skip Pod Conditions from scheduling queue updates
Anago GCB (9):
Release commit for Kubernetes v1.17.5-beta.0
Update CHANGELOG/CHANGELOG-1.17.md for v1.17.4
Release commit for Kubernetes v1.17.5
Release commit for Kubernetes v1.17.6-beta.0
Update CHANGELOG/CHANGELOG-1.17.md for v1.17.5
Release commit for Kubernetes v1.17.6
Release commit for Kubernetes v1.17.7-rc.0
Update CHANGELOG/CHANGELOG-1.17.md for v1.17.6
Release commit for Kubernetes v1.17.7
Anders Liu (4):
fix: should truncate long subnet name on lb rules
fix: add unit tests for truncate long subnet name on lb ip configuration
fix: address test failure and review comments
fix: formating and typo
Andrew Sy Kim (1):
EndpointSlice and Endpoints should treat terminating pods the same
Anish Ramasekar (2):
set dest prefix and port for IPv6 sg rule
enable floating IP for IPv6
Antoine Pelisse (11):
Update tag for structured-merge-diff to v2.0.1
Update kube-openapi to release-1.17
gce-addons: Make sure default/limit-range doesn't get overridden
Use discovery to test apply all status
Do not reset managedFields in status update strategy
Fix code for 1.17
Changes to ManagedFields is not mutation for GC
fieldManager: Ignore and log all errors when updating managedFields
Create class to call function at most every given period
FieldManager: Reset if we receive nil or a list with one empty item
Fix fieldType being dropped by older go-clients
Benjamin Pineau (1):
Azure: support non-VMSS instances removal
Casey Callendrello (1):
kubelet: block non-forwarded packets from crossing the localhost boundary
Cheng Xing (1):
Parallelize attach operations across different nodes for volumes that allow multi-attach
David Parks (1):
fix: ACR auth fails in private azure clouds
David Zhu (1):
Wait for APIServer 'ok' forever during CSINode initialization during Kubelet init
Dayang Shen (1):
Fix VMSS cache content
HARISH KUNA (1):
Test dropped round-trip annotations in HPA conversion
Han Kang (1):
fix a number of unbounded dimensions in request metrics
Haowei Cai (1):
let image cache do sort on write instead of on read to avoid data
Hemant Kumar (2):
Azure - do not use 0 zone or empty string for zone when creating PVs
Check for empty zone string
James DeFelice (3):
Fix docker/journald logging conformance
address review feedback
rename to sharedLimitWriter
Jan Safranek (4):
Fix CSINodeInfo startup
Fix cherry-pick errors
Fix AWS eventual consistency of AttachDisk
All check for instanceID
Jiaxin Shan (1):
Extend AWS azToRegion method to support Local Zones and other partitions
Joel Smith (1):
Work-around for missing metrics on CRI-O exited containers
Jordan Liggitt (8):
Preserve target apiVersion when decoding into unstructured lists
Drop round-trip annotations in HPA conversion
Fix priorityClass typo, add numeric priority to static pods
Fix client watch reestablishment handling of client-side timeouts
Preserve int/float distinction when decoding raw values
kube-openapi bump to release-1.17
Restore cache-control header filter
Make kubectl tolerate other versions of the CSR API
Lubomir I. Ivanov (3):
kubeadm: handle multiple members without names during concurrent join
kubeadm: increase timeouts in the etcd client
kubeadm: fix flakes when performing etcd MemberAdd on slower setups
Maru Newby (1):
Fix permissions for endpointslice controller
Michelle Au (1):
Clean up event messages for errors.
Mike Dame (1):
Add nil nodeinfo check in podFitsOnNode
Pavithra Ramesh (1):
Add back anti-affinity to kube-dns pods.
Pengfei Ni (3):
Fix the VMSS name and resource group name when updating VMSS for LoadBalancer backendPools.
Ensure Azure availability zone is always in lower cases
Fix public IP not shown issues after assigning public IP to Azure VMs
Quan Tian (1):
EndpointSliceTracker should track updated resource version
Rafael Franzke (1):
Fix flaws in Azure CSI translation
Rob Scott (2):
Ensuring kube-proxy does not mutate shared EndpointSlices
Ensuring EndpointSlices are not used for Windows kube-proxy implementations
Sascha Grunert (1):
Deflake port-forward e2e test
Stephen Augustus (11):
build: Remove kube-cross image building
deps: Update to Golang 1.13.9
build/dependencies: Remove bazel WORKSPACE go_version check
build: Alpha-sort dependencies.yaml
base-images: Update to kube-cross:v1.13.9-5
build: Add build-image OWNERS to debian-{base,iptables} and pause dirs
deps: Use debian-base:v2.1.0 and debian-iptables:v12.1.0
releng: Remove debian-hyperkube-base image building from this branch
Update CNI to v0.8.6
Source CNI plugins from gs://k8s-artifacts-cni/release
build: Use debian-hyperkube-base(a)v1.0.0 image
Takeaki Matsumoto (1):
Make updateAllocatedDevices() as a public method and call it in podresources api
Tatsuhiro Tsujikawa (1):
Restore the ability to `kubectl apply --prune` without -n flag
Ted Yu (2):
Remove wait.Until for running Kubelet Bootstrap
Check that ImageInspect pointer is not nil
Tim Allclair (1):
Move PSP tests behind a feature tag
Tomas Nozicka (1):
Fix client-ca dynamic reload in apiserver
andyzhangx (4):
fix: check disk status before disk azure disk
fix: update max azure disk max count
fix: azure file csi migration failure
fix: azure disk dangling attach issue
fengzixu (1):
bugfix: initcontainer wasn't considered when calculate resource request
jingxueli (2):
skip unnecessary scheduling attempt when pod's finalizers change
add test for finalizers
marosset (2):
adding e2e test to ensure it takes less than 10 seconds to query kubelet stats for windows nodes
Calling hcsshim instead of docker api to get stats for windows to greatly reduce latency
shibataka000 (1):
Fix bug about unintentional scale out during updating deployment.
wojtekt (1):
Fix GCE ILB for large clusters
---
Makefile | 2 +-
kubernetes.spec | 544 ++++++++++++++++++++++++------------------------
options.conf | 2 +-
release | 2 +-
upstream | 2 +-
versions | 2 +-
6 files changed, 276 insertions(+), 278 deletions(-)
diff --git a/kubernetes.spec b/kubernetes.spec
index 99e047b43dd3..9fb2ca7a5d5a 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : kubernetes
-Source0 : https://github.com/kubernetes/kubernetes/archive/v1.17.4.tar.gz
+Source0 : https://github.com/kubernetes/kubernetes/archive/v1.17.7.tar.gz
Source1 : kube-apiserver.service
Source2 : kube-controller-manager.service
Source3 : kube-proxy.service
1 year, 9 months
[PATCH libva] libva: Autospec creation for update from version 2.6.0 to version 2.8.0
by ilmar.nurste
Alexei Leonenko (1):
Add new slice structure flag for CAPS reporting
Carl Zhang (16):
adjust call sequence to ensure authenticate operation is executed
fix android build issue and remove some trailing whitespace
libva 2.7.0 pre1
change the format of va_dec_av1.h to unix style
change the variable name style of va_dec_av1
add matrix_coefficients into VADecPictureParameterBufferAV1
update NEWS for 2.7.0
change the compatible list to be dynamic one
libva 2.8.0 pre1
remove check of vaPutSurface implementation
change the return value to be UNIMPLEMENTED when the function pointer is NULL
add definition to enforce both reflist not empty
trace: divide va_TraceEndPicture to two seperate function
va_trace:enable return value trace for successful function call
update NEWS for 2.8.0
Libva 2.8.0
Furong Zhang (1):
Add 2 FourCC for 10bit RGB(without Alpha) format: X2R10G10B10 and X2B10G10R10.
Gavin Stark (1):
Fixes file descriptor leak
Haihao Xiang (1):
va_trace: add support for VAProfileHEVCSccMain444_10
Ilya Sergeev (1):
[trace] av1 decode buffers trace
Jiri Kucera (2):
Fix clang warning (reading garbage)
Fix format string warnings
Lepton Wu (1):
Return error when no va devices available.
Michael Weiss (3):
meson: Allow for libdir and includedir to be absolute paths
Remove the execute bit from all source code files
travis: Add a test that code files don't have the exec bit set
Ruben Gonzalez (1):
vatrace: List correct field names in va_TraceVAPictureParameterBufferHEVC
Tianhao Liu (3):
Convert VAProfileAV1Profile0 VAProfileAV1Profile1 to string
Add VAProfileHEVCSccMain444_10 for HEVC
Add SCC flags to enable/disable features
U. Artie Eoff (4):
am: include va_dec_av1.h in makefile.am
Fix HDR10 MaxCLL and MaxFALL documentation
VA/X11: enable driver candidate selection for DRI2
VA/X11: VAAPI driver mapping for iris DRI driver
Xinpeng Sun (1):
add fourcc code for P012 format
Yan Wang (1):
Add HEVC REXT and SCC trace for decoding.
zefuli (1):
Add av1 decode interfaces
version 2.8.0 - 18.Jun.2020
* trace: enable return value trace for successful function call
* trace: divide va_TraceEndPicture to two seperate function
* trace: add support for VAProfileHEVCSccMain444_10
* fix:Fixes file descriptor leak
* add fourcc code for P012 format
* travis: Add a test that code files don't have the exec bit set
* Remove the execute bit from all source code files
* meson: Allow for libdir and includedir to be absolute paths
* trace: Fix format string warnings
* fix:Fix clang warning (reading garbage)
* add definition to enforce both reflist not empty
* trace: List correct field names in va_TraceVAPictureParameterBufferHEVC
* change the return value to be UNIMPLEMENTED when the function pointer is NULL
* remove check of vaPutSurface implementation
(NEWS truncated at 15 lines)
---
Makefile | 2 +-
NEWS | 37 +++++++++-
...ence-to-ensure-authenticate-operatio.patch | 68 -------------------
buildreq_cache | 2 +-
libva.license | 1 +
libva.spec | 64 +++++++----------
options.conf | 5 +-
release | 2 +-
series | 1 -
upstream | 2 +-
versions | 2 +-
11 files changed, 68 insertions(+), 118 deletions(-)
delete mode 100644 adjust-call-sequence-to-ensure-authenticate-operatio.patch
create mode 100644 libva.license
delete mode 100644 series
diff --git a/Makefile b/Makefile
index 9c5a97b..a46c67a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PKG_NAME := libva
-URL = https://github.com/intel/libva/archive/2.6.0.tar.gz
+URL = https://github.com/intel/libva/archive/2.8.0.tar.gz
ARCHIVES =
include ../common/Makefile.common
diff --git a/NEWS b/NEWS
index 08cf6a5..3b08a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,38 @@
-libva NEWS -- summary of user visible changes. 2019-12-25
-Copyright (C) 2009-2019 Intel Corporation
+libva NEWS -- summary of user visible changes. 2020-06-18
+Copyright (C) 2009-2020 Intel Corporation
+
+version 2.8.0 - 18.Jun.2020
+* trace: enable return value trace for successful function call
+* trace: divide va_TraceEndPicture to two seperate function
+* trace: add support for VAProfileHEVCSccMain444_10
+* fix:Fixes file descriptor leak
+* add fourcc code for P012 format
+* travis: Add a test that code files don't have the exec bit set
+* Remove the execute bit from all source code files
+* meson: Allow for libdir and includedir to be absolute paths
+* trace: Fix format string warnings
+* fix:Fix clang warning (reading garbage)
+* add definition to enforce both reflist not empty
+* trace: List correct field names in va_TraceVAPictureParameterBufferHEVC
+* change the return value to be UNIMPLEMENTED when the function pointer is NULL
+* remove check of vaPutSurface implementation
+* Add new slice structure flag for CAPS reporting
+* VA/X11: VAAPI driver mapping for iris DRI driver
+* VA/X11: enable driver candidate selection for DRI2
+* Add SCC flags to enable/disable features
+* fix: Fix HDR10 MaxCLL and MaxFALL documentation
+* Add VAProfileHEVCSccMain444_10 for HEVC
+* change the compatible list to be dynamic one
+* trace:Convert VAProfileAV1Profile0 VAProfileAV1Profile1 to string
+
+version 2.7.0 - 26.Mar.2020
+* trace: av1 decode buffers trace
+* trace: Add HEVC REXT and SCC trace for decoding.
+* Add av1 decode interfaces
+* Fix crashes on system without supported hardware by PR #369.
+* Add 2 FourCC for 10bit RGB(without Alpha) format: X2R10G10B10 and X2B10G10R10.
+* Fix android build issue #365 and remove some trailing whitespace
+* Adjust call sequence to ensure authenticate operation is executed to fix #355
version 2.6.0 - 15.Dec.2019
* enable the mutiple driver selection logic and enable it for DRM.
diff --git a/adjust-call-sequence-to-ensure-authenticate-operatio.patch b/adjust-call-sequence-to-ensure-authenticate-operatio.patch
deleted file mode 100644
index 872eba3..0000000
--- a/adjust-call-sequence-to-ensure-authenticate-operatio.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From 7eec6f8ffb399ac33d545b0368079c29ebe6af24 Mon Sep 17 00:00:00 2001
-From: Carl Zhang <carl.zhang(a)intel.com>
-Date: Mon, 30 Dec 2019 04:38:43 -0500
-Subject: [PATCH 1/1] adjust call sequence to ensure authenticate operation is
- executed
-
-fixes #355
-
-Signed-off-by: Carl Zhang <carl.zhang(a)intel.com>
----
- va/va.c | 25 ++++++++++++++++---------
- 1 file changed, 16 insertions(+), 9 deletions(-)
-
-diff --git a/va/va.c b/va/va.c
-index cfcabff..7f014a1 100644
---- a/va/va.c
-+++ b/va/va.c
-@@ -367,11 +367,23 @@ static VAStatus va_getDriverNameByIndex(VADisplay dpy, char **driver_name, int c
- VADisplayContextP pDisplayContext = (VADisplayContextP)dpy;
- const char *driver_name_env = NULL;
- VADriverContextP ctx;
-+ VAStatus status = VA_STATUS_SUCCESS;
-
- ctx = CTX(dpy);
-+ if (pDisplayContext->vaGetDriverNameByIndex) {
-+ /*if vaGetDriverNameByIndex is implemented*/
-+ status = pDisplayContext->vaGetDriverNameByIndex(pDisplayContext, driver_name, candidate_index);
-+ } else {
-+ if (candidate_index == 0)
-+ status = pDisplayContext->vaGetDriverName(pDisplayContext, driver_name);
-+ else
-+ status = VA_STATUS_ERROR_INVALID_PARAMETER;
-+ }
- driver_name_env = getenv("LIBVA_DRIVER_NAME");
- /*if user set driver name by vaSetDriverName */
- if (ctx->override_driver_name){
-+ if(*driver_name)
-+ free(*driver_name);
- *driver_name = strdup(ctx->override_driver_name);
- if (!(*driver_name)) {
- va_errorMessage(dpy, "va_getDriverNameByIndex failed with %s, out of memory\n",vaErrorStr(VA_STATUS_ERROR_ALLOCATION_FAILED));
-@@ -380,19 +392,14 @@ static VAStatus va_getDriverNameByIndex(VADisplay dpy, char **driver_name, int c
- va_infoMessage(dpy, "User requested driver '%s'\n", *driver_name);
- return VA_STATUS_SUCCESS;
- } else if (driver_name_env && (geteuid() == getuid())) {
-+ if(*driver_name)
-+ free(*driver_name);
- /*if user set driver name by environment variable*/
- *driver_name = strdup(driver_name_env);
- va_infoMessage(dpy, "User environment variable requested driver '%s'\n", *driver_name);
- return VA_STATUS_SUCCESS;
-- } else if (pDisplayContext->vaGetDriverNameByIndex) {
-- /*if vaGetDriverNameByIndex is implemented*/
-- return pDisplayContext->vaGetDriverNameByIndex(pDisplayContext, driver_name, candidate_index);
-- } else {
-- if (candidate_index == 0)
-- return pDisplayContext->vaGetDriverName(pDisplayContext, driver_name);
-- else
-- return VA_STATUS_ERROR_INVALID_PARAMETER;
-- }
-+ }
-+ return status;
- }
-
- static char *va_getDriverPath(const char *driver_dir, const char *driver_name)
---
-2.24.1
-
diff --git a/buildreq_cache b/buildreq_cache
index c4ed096..6891f54 100644
--- a/buildreq_cache
+++ b/buildreq_cache
@@ -1,2 +1,2 @@
-2.6.0
+2.8.0
doxygen
\ No newline at end of file
diff --git a/libva.license b/libva.license
new file mode 100644
index 0000000..a22a2da
--- /dev/null
+++ b/libva.license
@@ -0,0 +1 @@
+MIT
diff --git a/libva.spec b/libva.spec
index 588ae67..63cd882 100644
--- a/libva.spec
+++ b/libva.spec
@@ -3,15 +3,14 @@
# Generated by: autospec.py
#
Name : libva
-Version : 2.6.0
-Release : 42
-URL : https://github.com/intel/libva/archive/2.6.0.tar.gz
-Source0 : https://github.com/intel/libva/archive/2.6.0.tar.gz
+Version : 2.8.0
+Release : 43
+URL : https://github.com/intel/libva/archive/2.8.0.tar.gz
+Source0 : https://github.com/intel/libva/archive/2.8.0.tar.gz
Summary : Userspace Video Acceleration (VA) core interface
Group : Development/Tools
License : MIT
Requires: libva-lib = %{version}-%{release}
-Requires: libva-license = %{version}-%{release}
BuildRequires : buildreq-meson
BuildRequires : doxygen
BuildRequires : gcc-dev32
@@ -32,7 +31,6 @@ BuildRequires : pkgconfig(x11)
BuildRequires : pkgconfig(xext)
BuildRequires : pkgconfig(xfixes)
BuildRequires : sed
-Patch1: adjust-call-sequence-to-ensure-authenticate-operatio.patch
%description
[](http://waffle.io/intel/libva)
@@ -63,7 +61,6 @@ dev32 components for the libva package.
%package lib
Summary: lib components for the libva package.
Group: Libraries
-Requires: libva-license = %{version}-%{release}
%description lib
lib components for the libva package.
@@ -72,26 +69,16 @@ lib components for the libva package.
%package lib32
Summary: lib32 components for the libva package.
Group: Default
-Requires: libva-license = %{version}-%{release}
%description lib32
lib32 components for the libva package.
-%package license
-Summary: license components for the libva package.
-Group: Default
-
-%description license
-license components for the libva package.
-
-
%prep
-%setup -q -n libva-2.6.0
-cd %{_builddir}/libva-2.6.0
-%patch1 -p1
+%setup -q -n libva-2.8.0
+cd %{_builddir}/libva-2.8.0
pushd ..
-cp -a libva-2.6.0 build32
+cp -a libva-2.8.0 build32
popd
%build
@@ -99,18 +86,18 @@ export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
-export SOURCE_DATE_EPOCH=1578676665
+export SOURCE_DATE_EPOCH=1599727080
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
export CFLAGS="$CFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
-export FCFLAGS="$CFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
-export FFLAGS="$CFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
+export FCFLAGS="$FFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
+export FFLAGS="$FFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
export CXXFLAGS="$CXXFLAGS -O3 -falign-functions=32 -ffat-lto-objects -flto=4 -fno-math-errno -fno-semantic-interposition -fno-trapping-math "
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" meson --libdir=lib64 --prefix=/usr --buildtype=plain builddir
ninja -v -C builddir
-pushd ../build32
+pushd ../build32/
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
export ASFLAGS="${ASFLAGS}${ASFLAGS:+ }--32"
export CFLAGS="${CFLAGS}${CFLAGS:+ }-m32 -mstackrealign"
@@ -121,9 +108,7 @@ ninja -v -C builddir
popd
%install
-mkdir -p %{buildroot}/usr/share/package-licenses/libva
-cp %{_builddir}/libva-2.6.0/COPYING %{buildroot}/usr/share/package-licenses/libva/099b1aff1b937aad419a0cc7cfb474d2d74acf0b
-pushd ../build32
+pushd ../build32/
DESTDIR=%{buildroot} ninja -C builddir install
if [ -d %{buildroot}/usr/lib32/pkgconfig ]
then
@@ -145,6 +130,7 @@ DESTDIR=%{buildroot} ninja -C builddir install
/usr/include/va/va_backend_vpp.h
/usr/include/va/va_backend_wayland.h
/usr/include/va/va_compat.h
+/usr/include/va/va_dec_av1.h
/usr/include/va/va_dec_hevc.h
/usr/include/va/va_dec_jpeg.h
/usr/include/va/va_dec_vp8.h
@@ -202,29 +188,25 @@ DESTDIR=%{buildroot} ninja -C builddir install
%files lib
%defattr(-,root,root,-)
/usr/lib64/libva-drm.so.2
-/usr/lib64/libva-drm.so.2.600.0
+/usr/lib64/libva-drm.so.2.800.0
/usr/lib64/libva-glx.so.2
-/usr/lib64/libva-glx.so.2.600.0
+/usr/lib64/libva-glx.so.2.800.0
/usr/lib64/libva-wayland.so.2
-/usr/lib64/libva-wayland.so.2.600.0
+/usr/lib64/libva-wayland.so.2.800.0
/usr/lib64/libva-x11.so.2
-/usr/lib64/libva-x11.so.2.600.0
+/usr/lib64/libva-x11.so.2.800.0
/usr/lib64/libva.so.2
-/usr/lib64/libva.so.2.600.0
+/usr/lib64/libva.so.2.800.0
%files lib32
%defattr(-,root,root,-)
/usr/lib32/libva-drm.so.2
-/usr/lib32/libva-drm.so.2.600.0
+/usr/lib32/libva-drm.so.2.800.0
/usr/lib32/libva-glx.so.2
-/usr/lib32/libva-glx.so.2.600.0
+/usr/lib32/libva-glx.so.2.800.0
/usr/lib32/libva-wayland.so.2
-/usr/lib32/libva-wayland.so.2.600.0
+/usr/lib32/libva-wayland.so.2.800.0
/usr/lib32/libva-x11.so.2
-/usr/lib32/libva-x11.so.2.600.0
+/usr/lib32/libva-x11.so.2.800.0
/usr/lib32/libva.so.2
-/usr/lib32/libva.so.2.600.0
-
-%files license
-%defattr(0644,root,root,0755)
-/usr/share/package-licenses/libva/099b1aff1b937aad419a0cc7cfb474d2d74acf0b
+/usr/lib32/libva.so.2.800.0
diff --git a/options.conf b/options.conf
index a3afcb1..3785fa3 100644
--- a/options.conf
+++ b/options.conf
@@ -1,9 +1,10 @@
[package]
name = libva
-url = https://github.com/intel/libva/archive/2.6.0.tar.gz
+url = https://github.com/intel/libva/archive/2.8.0.tar.gz
archives =
giturl = https://github.com/01org/libva.git
domain =
+alias =
[autospec]
# build 32 bit libraries
@@ -38,6 +39,8 @@ no_autostart = false
nodebug = false
# disable stripping binaries
nostrip = false
+# configure build also for openmpi
+openmpi = false
# optimize build for size over speed
optimize_size = false
# set profile for pgo
diff --git a/release b/release
index d81cc07..920a139 100644
--- a/release
+++ b/release
@@ -1 +1 @@
-42
+43
diff --git a/series b/series
deleted file mode 100644
index a38c156..0000000
--- a/series
+++ /dev/null
@@ -1 +0,0 @@
-adjust-call-sequence-to-ensure-authenticate-operatio.patch
diff --git a/upstream b/upstream
index 015b623..ebe80ca 100644
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-1696b06b0ddd73365059b1533139367cf2298a14/2.6.0.tar.gz
+02d16459102b506473299ce86c94da37155e878a/2.8.0.tar.gz
diff --git a/versions b/versions
index e70b452..834f262 100644
--- a/versions
+++ b/versions
@@ -1 +1 @@
-2.6.0
+2.8.0
--
2.28.0
1 year, 9 months
Apache httpd
by Cristiano Di Buduo
Hi, I'm new to this list.
I came to wonder why the default configuration file path was changed
when building the httpd package, why the package landing page doesn't
inform people where it is, and why there are no default configuration
files supplied with sensible defaults such as a linux distribution
would do to reflect that it doesn't hate its users? :P
So, where do I configure httpd? Please don't direct me to apache
documentation. I already tried the default
/usr/local/apache2/conf/apache.conf as well as
/etc/httpd/conf/apache.conf. There are many more possibilities. Which
will finally work? I really need httpd asap.
1 year, 9 months