jplesnik pushed to perl-Excel-Writer-XLSX (rawhide). "1.09 bump"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 08:37:34 UTC
From 8c130c9bd70eff543cad36293c6058a7371ffb20 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik(a)redhat.com>
Date: Apr 29 2022 08:37:23 +0000
Subject: 1.09 bump
---
diff --git a/.gitignore b/.gitignore
index 1c2e171..fbff2d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/Excel-Writer-XLSX-1.02.tar.gz
/Excel-Writer-XLSX-1.03.tar.gz
/Excel-Writer-XLSX-1.07.tar.gz
+/Excel-Writer-XLSX-1.09.tar.gz
diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec
index c184863..b1614a3 100644
--- a/perl-Excel-Writer-XLSX.spec
+++ b/perl-Excel-Writer-XLSX.spec
@@ -1,6 +1,6 @@
Name: perl-Excel-Writer-XLSX
-Version: 1.07
-Release: 5%{?dist}
+Version: 1.09
+Release: 1%{?dist}
Summary: Create a new file in the Excel 2007+ XLSX format
License: GPL+ or Artistic
URL: https://metacpan.org/release/Excel-Writer-XLSX
@@ -71,6 +71,9 @@ make test
%{_bindir}/*
%changelog
+* Fri Apr 29 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.09-1
+- 1.09 bump
+
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.07-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 1c68c0b..be49567 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Excel-Writer-XLSX-1.07.tar.gz) = 47dd7b8b3ff917177da01a277aa9231c678e1b29780815903de2856e39c47aa319c8ce1d1c0b96f6effdd936367bd17b612d04448b05c2707f5b215f3c9eb707
+SHA512 (Excel-Writer-XLSX-1.09.tar.gz) = a002c4a8ef3b869b64b6a024e65dba1fb350c7e5129f6a5578a3465c0d60f09a34df0a9bbac34cb19dd00db9ff063a73694ca6ae9650080fa20f65bfacc3be34
https://src.fedoraproject.org/rpms/perl-Excel-Writer-XLSX/c/8c130c9bd70ef...
1Â year, 7Â months
mjg pushed to notmuch (epel9). "add explicit dependency of bindings
on notmuch nvr (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 08:35:18 UTC
From 13e47976c97bb793d0873e10cf3d11c3bba78c36 Mon Sep 17 00:00:00 2001
From: Michael J Gruber <mjg(a)fedoraproject.org>
Date: Apr 27 2022 15:17:04 +0000
Subject: add explicit dependency of bindings on notmuch nvr
For most bindings, rpm picks up the implicit dependency on the devel .so
but not on the versioned .so nor on the exact notmuch version. So far,
this has not created any problems besides /rpmdeps erros from
rpminspect.
Be proactive and make the bindings depend on notmuch nvr explicitely.
(Other subpackages do so already.)
---
diff --git a/notmuch.spec b/notmuch.spec
index 1513d6e..0be38b7 100644
--- a/notmuch.spec
+++ b/notmuch.spec
@@ -124,6 +124,7 @@ Requires: emacs(bin) >= %{_emacs_version}
%if 0%{?with_python2}
%package -n python2-notmuch
Summary: Python2 bindings for notmuch
+Requires: %{name} = %{version}-%{release}
%{?python_provide:%python_provide python2-notmuch}
Requires: python2
@@ -135,6 +136,7 @@ Requires: python2
%if 0%{?with_python3legacy}
%package -n python3-notmuch
Summary: Python3 bindings for notmuch (legacy)
+Requires: %{name} = %{version}-%{release}
%{?python_provide:%python_provide python3-notmuch}
Requires: python3
@@ -146,6 +148,7 @@ Requires: python3
%if 0%{?with_python3CFFI}
%package -n python3-notmuch2
Summary: Python3 bindings for notmuch (cffi)
+Requires: %{name} = %{version}-%{release}
%{?python_provide:%python_provide python3-notmuch2}
Requires: python3
https://src.fedoraproject.org/rpms/notmuch/c/13e47976c97bb793d0873e10cf3d...
1Â year, 7Â months
smani pushed to mingw-qt6-qtdeclarative (rawhide). "Fix build"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 07:46:34 UTC
From 5158f772a7b03aaaed566b2c5ba9d1a2c7268847 Mon Sep 17 00:00:00 2001
From: Sandro Mani <manisandro(a)gmail.com>
Date: Apr 29 2022 07:46:24 +0000
Subject: Fix build
---
diff --git a/mingw-qt6-qtdeclarative.spec b/mingw-qt6-qtdeclarative.spec
index bff983e..9ed1601 100644
--- a/mingw-qt6-qtdeclarative.spec
+++ b/mingw-qt6-qtdeclarative.spec
@@ -155,6 +155,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_includedir}/qt6/QtQmlCore/
%{mingw32_includedir}/qt6/QtQmlDebug/
%{mingw32_includedir}/qt6/QtQmlDom/
+%{mingw32_includedir}/qt6/QtQmlIntegration/
+%{mingw32_includedir}/qt6/QtQmlLint/
%{mingw32_includedir}/qt6/QtQmlLocalStorage/
%{mingw32_includedir}/qt6/QtQmlModels/
%{mingw32_includedir}/qt6/QtQmlWorkerScript/
@@ -189,7 +191,6 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_libdir}/cmake/Qt6QmlDebugPrivate/
%{mingw32_libdir}/cmake/Qt6QmlIntegration/
%{mingw32_libdir}/cmake/Qt6QmlDomPrivate/
-%{mingw32_libdir}/cmake/Qt6QmlImportScanner/
%{mingw32_libdir}/cmake/Qt6QmlLocalStorage/
%{mingw32_libdir}/cmake/Qt6QmlModels/
%{mingw32_libdir}/cmake/Qt6QmlWorkerScript/
@@ -251,8 +252,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_libdir}/metatypes/qt6qmlcompilerprivate_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qmlcore_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qmldebugprivate_relwithdebinfo_metatypes.json
-%{mingw32_libdir}/metatypes/qt6qmldevtoolsprivate_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qmldomprivate_relwithdebinfo_metatypes.json
+%{mingw32_libdir}/metatypes/qt6qmllintprivate_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qmllocalstorage_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json
%{mingw32_libdir}/metatypes/qt6qml_relwithdebinfo_metatypes.json
@@ -282,8 +283,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_libdir}/Qt6QmlCompiler.prl
%{mingw32_libdir}/Qt6QmlCore.prl
%{mingw32_libdir}/Qt6QmlDebug.prl
-%{mingw32_libdir}/Qt6QmlDevTools.prl
%{mingw32_libdir}/Qt6QmlDom.prl
+%{mingw32_libdir}/Qt6QmlLint.prl
%{mingw32_libdir}/Qt6QmlLocalStorage.prl
%{mingw32_libdir}/Qt6QmlModels.prl
%{mingw32_libdir}/Qt6Qml.prl
@@ -305,9 +306,6 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_libdir}/Qt6QuickWidgets.prl
%{mingw32_libdir}/Qt6PacketProtocol.prl
-%{mingw32_libdir}/qt6/mkspecs/features/qmlcache.prf
-%{mingw32_libdir}/qt6/mkspecs/features/qmltypes.prf
-%{mingw32_libdir}/qt6/mkspecs/features/qtquickcompiler.prf
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_labsanimation.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_labsanimation_private.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_labsfolderlistmodel.pri
@@ -325,8 +323,10 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmlcore.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmlcore_private.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmldebug_private.pri
-%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmldevtools_private.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmldom_private.pri
+%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmlintegration.pri
+%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmlintegration_private.pri
+%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmllint_private.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmllocalstorage.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmllocalstorage_private.pri
%{mingw32_libdir}/qt6/mkspecs/modules/qt_lib_qmlmodels.pri
@@ -402,8 +402,9 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw32_datadir}/qt6/modules/QmlCompilerPrivate.json
%{mingw32_datadir}/qt6/modules/QmlCore.json
%{mingw32_datadir}/qt6/modules/QmlDebugPrivate.json
-%{mingw32_datadir}/qt6/modules/QmlDevToolsPrivate.json
%{mingw32_datadir}/qt6/modules/QmlDomPrivate.json
+%{mingw32_datadir}/qt6/modules/QmlIntegration.json
+%{mingw32_datadir}/qt6/modules/QmlLintPrivate.json
%{mingw32_datadir}/qt6/modules/QmlLocalStorage.json
%{mingw32_datadir}/qt6/modules/QmlModels.json
%{mingw32_datadir}/qt6/modules/QmlWorkerScript.json
@@ -467,6 +468,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_includedir}/qt6/QtQmlCore/
%{mingw64_includedir}/qt6/QtQmlDebug/
%{mingw64_includedir}/qt6/QtQmlDom/
+%{mingw64_includedir}/qt6/QtQmlIntegration/
+%{mingw64_includedir}/qt6/QtQmlLint/
%{mingw64_includedir}/qt6/QtQmlLocalStorage/
%{mingw64_includedir}/qt6/QtQmlModels/
%{mingw64_includedir}/qt6/QtQmlWorkerScript/
@@ -501,7 +504,6 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_libdir}/cmake/Qt6QmlDebugPrivate/
%{mingw64_libdir}/cmake/Qt6QmlIntegration/
%{mingw64_libdir}/cmake/Qt6QmlDomPrivate/
-%{mingw64_libdir}/cmake/Qt6QmlImportScanner/
%{mingw64_libdir}/cmake/Qt6QmlLocalStorage/
%{mingw64_libdir}/cmake/Qt6QmlModels/
%{mingw64_libdir}/cmake/Qt6QmlWorkerScript/
@@ -563,8 +565,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_libdir}/metatypes/qt6qmlcompilerprivate_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qmlcore_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qmldebugprivate_relwithdebinfo_metatypes.json
-%{mingw64_libdir}/metatypes/qt6qmldevtoolsprivate_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qmldomprivate_relwithdebinfo_metatypes.json
+%{mingw64_libdir}/metatypes/qt6qmllintprivate_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qmllocalstorage_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qmlmodels_relwithdebinfo_metatypes.json
%{mingw64_libdir}/metatypes/qt6qml_relwithdebinfo_metatypes.json
@@ -594,8 +596,8 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_libdir}/Qt6QmlCompiler.prl
%{mingw64_libdir}/Qt6QmlCore.prl
%{mingw64_libdir}/Qt6QmlDebug.prl
-%{mingw64_libdir}/Qt6QmlDevTools.prl
%{mingw64_libdir}/Qt6QmlDom.prl
+%{mingw64_libdir}/Qt6QmlLint.prl
%{mingw64_libdir}/Qt6QmlLocalStorage.prl
%{mingw64_libdir}/Qt6QmlModels.prl
%{mingw64_libdir}/Qt6Qml.prl
@@ -617,9 +619,6 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_libdir}/Qt6QuickWidgets.prl
%{mingw64_libdir}/Qt6PacketProtocol.prl
-%{mingw64_libdir}/qt6/mkspecs/features/qmlcache.prf
-%{mingw64_libdir}/qt6/mkspecs/features/qmltypes.prf
-%{mingw64_libdir}/qt6/mkspecs/features/qtquickcompiler.prf
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_labsanimation.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_labsanimation_private.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_labsfolderlistmodel.pri
@@ -637,8 +636,10 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmlcore.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmlcore_private.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmldebug_private.pri
-%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmldevtools_private.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmldom_private.pri
+%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmlintegration.pri
+%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmlintegration_private.pri
+%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmllint_private.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmllocalstorage.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmllocalstorage_private.pri
%{mingw64_libdir}/qt6/mkspecs/modules/qt_lib_qmlmodels.pri
@@ -714,8 +715,9 @@ rm -rf %{buildroot}%{mingw64_libdir}/objects-RelWithDebInfo/
%{mingw64_datadir}/qt6/modules/QmlCompilerPrivate.json
%{mingw64_datadir}/qt6/modules/QmlCore.json
%{mingw64_datadir}/qt6/modules/QmlDebugPrivate.json
-%{mingw64_datadir}/qt6/modules/QmlDevToolsPrivate.json
%{mingw64_datadir}/qt6/modules/QmlDomPrivate.json
+%{mingw64_datadir}/qt6/modules/QmlIntegration.json
+%{mingw64_datadir}/qt6/modules/QmlLintPrivate.json
%{mingw64_datadir}/qt6/modules/QmlLocalStorage.json
%{mingw64_datadir}/qt6/modules/QmlModels.json
%{mingw64_datadir}/qt6/modules/QmlWorkerScript.json
diff --git a/qtdeclarative-qt6-suffix.patch b/qtdeclarative-qt6-suffix.patch
index 218de0c..4e7de04 100644
--- a/qtdeclarative-qt6-suffix.patch
+++ b/qtdeclarative-qt6-suffix.patch
@@ -1,34 +1,33 @@
-diff -rupN --no-dereference qtdeclarative-everywhere-src-6.3.0/tools/qml/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qml/CMakeLists.txt
+diff -rupN qtdeclarative-everywhere-src-6.3.0/tools/qml/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qml/CMakeLists.txt
--- qtdeclarative-everywhere-src-6.3.0/tools/qml/CMakeLists.txt 2022-04-05 10:33:18.000000000 +0200
-+++ qtdeclarative-everywhere-src-6.3.0-new/tools/qml/CMakeLists.txt 2022-04-28 13:36:07.898538516 +0200
-@@ -15,6 +15,7 @@ qt_internal_add_app(qml
++++ qtdeclarative-everywhere-src-6.3.0-new/tools/qml/CMakeLists.txt 2022-04-28 23:28:42.694920477 +0200
+@@ -14,6 +14,7 @@ qt_internal_add_app(qml
+ Qt::QmlPrivate
)
- set_target_properties(qml PROPERTIES WIN32_EXECUTABLE FALSE)
+set_target_properties(qml PROPERTIES OUTPUT_NAME "qml-qt6")
+ set_target_properties(qml PROPERTIES WIN32_EXECUTABLE FALSE)
set_source_files_properties(
- conf/default.qml
-diff -rupN --no-dereference qtdeclarative-everywhere-src-6.3.0/tools/qmlpreview/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qmlpreview/CMakeLists.txt
+diff -rupN qtdeclarative-everywhere-src-6.3.0/tools/qmlpreview/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qmlpreview/CMakeLists.txt
--- qtdeclarative-everywhere-src-6.3.0/tools/qmlpreview/CMakeLists.txt 2022-04-05 10:33:18.000000000 +0200
-+++ qtdeclarative-everywhere-src-6.3.0-new/tools/qmlpreview/CMakeLists.txt 2022-04-28 13:36:07.899538551 +0200
-@@ -18,5 +18,7 @@ qt_internal_return_unless_building_tools
++++ qtdeclarative-everywhere-src-6.3.0-new/tools/qmlpreview/CMakeLists.txt 2022-04-28 23:28:37.181860874 +0200
+@@ -14,6 +14,7 @@ qt_internal_add_app(qmlpreview
+ Qt::Network
+ Qt::QmlDebugPrivate
+ )
++set_target_properties(qmlpreview PROPERTIES OUTPUT_NAME "qmlpreview-qt6")
+ qt_internal_return_unless_building_tools()
set_target_properties(qmlpreview PROPERTIES WIN32_EXECUTABLE FALSE)
-
-+set_target_properties(qmlpreview PROPERTIES OUTPUT_NAME "qmlpreview-qt6")
-+
- #### Keys ignored in scope 1:.:.:qmlpreview.pro:<TRUE>:
- # QMAKE_TARGET_DESCRIPTION = "QML" "Preview"
-diff -rupN --no-dereference qtdeclarative-everywhere-src-6.3.0/tools/qmlscene/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qmlscene/CMakeLists.txt
+diff -rupN qtdeclarative-everywhere-src-6.3.0/tools/qmlscene/CMakeLists.txt qtdeclarative-everywhere-src-6.3.0-new/tools/qmlscene/CMakeLists.txt
--- qtdeclarative-everywhere-src-6.3.0/tools/qmlscene/CMakeLists.txt 2022-04-05 10:33:18.000000000 +0200
-+++ qtdeclarative-everywhere-src-6.3.0-new/tools/qmlscene/CMakeLists.txt 2022-04-28 13:36:07.899538551 +0200
-@@ -22,6 +22,8 @@ qt_internal_return_unless_building_tools
-
- set_target_properties(qmlscene PROPERTIES WIN32_EXECUTABLE FALSE)
-
++++ qtdeclarative-everywhere-src-6.3.0-new/tools/qmlscene/CMakeLists.txt 2022-04-28 23:28:39.630887316 +0200
+@@ -18,6 +18,7 @@ qt_internal_add_app(qmlscene
+ Qt::Quick
+ Qt::QuickPrivate
+ )
+set_target_properties(qmlscene PROPERTIES OUTPUT_NAME "qmlscene-qt6")
-+
- #### Keys ignored in scope 1:.:.:qmlscene.pro:<TRUE>:
- # QMAKE_TARGET_DESCRIPTION = "QML" "Scene" "Viewer"
+ qt_internal_return_unless_building_tools()
+ set_target_properties(qmlscene PROPERTIES WIN32_EXECUTABLE FALSE)
https://src.fedoraproject.org/rpms/mingw-qt6-qtdeclarative/c/5158f772a7b0...
1Â year, 7Â months
packagerbot pushed to dummy-test-package-gloster (rawhide). "Bump
release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 07:30:04 UTC
From 694afbff126d937b018008b35f5c8eb4323c58df Mon Sep 17 00:00:00 2001
From: packagerbot <admin(a)fedoraproject.org>
Date: Apr 29 2022 07:29:58 +0000
Subject: Bump release
Signed-off-by: packagerbot <admin(a)fedoraproject.org>
---
diff --git a/dummy-test-package-gloster.spec b/dummy-test-package-gloster.spec
index 0d43c8b..7780209 100644
--- a/dummy-test-package-gloster.spec
+++ b/dummy-test-package-gloster.spec
@@ -3,7 +3,7 @@
Name: dummy-test-package-gloster
Version: 0
-Release: 8364%{?dist}
+Release: 8365%{?dist}
Summary: Dummy Test Package called Gloster
License: CC0
URL: http://fedoraproject.org/wiki/DummyTestPackages
@@ -32,6 +32,9 @@ cp -p uuid %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%changelog
+* Fri Apr 29 2022 packagerbot <admin(a)fedoraproject.org> - 0-8365
+- rebuilt
+
* Fri Apr 29 2022 packagerbot <admin(a)fedoraproject.org> - 0-8364
- rebuilt
https://src.fedoraproject.org/rpms/dummy-test-package-gloster/c/694afbff1...
1Â year, 7Â months
zbyszek pushed to systemd (f35). "systemd-resolved: rewrite %post
scriptlet for systemd-resolved to not use coreutils"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 06:58:06 UTC
From 02cbdcbd21fb51cdfd0cc7294c721f19aa0d185d Mon Sep 17 00:00:00 2001
From: Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl>
Date: Apr 29 2022 06:56:58 +0000
Subject: systemd-resolved: rewrite %post scriptlet for systemd-resolved to not use coreutils
---
diff --git a/systemd.spec b/systemd.spec
index ce187d8..8e8007a 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -31,7 +31,7 @@ Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
%if %{without inplace}
Version: 249.12
-Release: 1%{?dist}
+Release: 2%{?dist}
%else
# determine the build information from local checkout
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
@@ -931,18 +931,17 @@ fi
# Initial installation
# Related to https://bugzilla.redhat.com/show_bug.cgi?id=1943263
-if ls /usr/lib/systemd/libsystemd-shared-24[0-8].so &>/dev/null; then
+if [ "$(echo /usr/lib/systemd/libsystemd-shared-24[0-8].so)" != "/usr/lib/systemd/libsystemd-shared-24[0-8].so" ]; then
echo "Skipping presets for systemd-resolved.service, seems we are upgrading from old systemd."
exit 0
fi
%systemd_post systemd-resolved.service
-mkdir -p %{_localstatedir}/lib/rpm-state/systemd || :
-: >%{_localstatedir}/lib/rpm-state/systemd/systemd-resolved-initial-installation || :
+: >%{_localstatedir}/lib/rpm-state/systemd-resolved-initial-installation || :
%posttrans resolved
-test -e %{_localstatedir}/lib/rpm-state/systemd/systemd-resolved-initial-installation || exit 0
+test -e %{_localstatedir}/lib/rpm-state/systemd-resolved-initial-installation || exit 0
# Initial installation
rm %{_localstatedir}/lib/rpm-state/systemd/systemd-resolved-initial-installation || :
rmdir %{_localstatedir}/lib/rpm-state/systemd || :
@@ -1029,6 +1028,9 @@ exit 0
%files standalone-sysusers -f .file-list-standalone-sysusers
%changelog
+* Fri Apr 29 2022 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 249.12-2
+- Rewrite %%post scriptlet for systemd-resolved to not use coreutils (#2074083)
+
* Thu Apr 28 2022 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 249.12-1
- Make the scriptlet for /etc/resolv.conf more robust
- Update to latest upstream bugfix release (#2016630, various memory access
https://src.fedoraproject.org/rpms/systemd/c/02cbdcbd21fb51cdfd0cc7294c72...
1Â year, 7Â months
packagerbot pushed to dummy-test-package-gloster (rawhide). "Bump
release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 06:00:59 UTC
From df09034396050f9c7053427576a8d64c27187960 Mon Sep 17 00:00:00 2001
From: packagerbot <admin(a)fedoraproject.org>
Date: Apr 29 2022 06:00:53 +0000
Subject: Bump release
Signed-off-by: packagerbot <admin(a)fedoraproject.org>
---
diff --git a/dummy-test-package-gloster.spec b/dummy-test-package-gloster.spec
index ce4dd65..0d43c8b 100644
--- a/dummy-test-package-gloster.spec
+++ b/dummy-test-package-gloster.spec
@@ -3,7 +3,7 @@
Name: dummy-test-package-gloster
Version: 0
-Release: 8363%{?dist}
+Release: 8364%{?dist}
Summary: Dummy Test Package called Gloster
License: CC0
URL: http://fedoraproject.org/wiki/DummyTestPackages
@@ -32,6 +32,9 @@ cp -p uuid %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%changelog
+* Fri Apr 29 2022 packagerbot <admin(a)fedoraproject.org> - 0-8364
+- rebuilt
+
* Fri Apr 29 2022 packagerbot <admin(a)fedoraproject.org> - 0-8363
- rebuilt
https://src.fedoraproject.org/rpms/dummy-test-package-gloster/c/df0903439...
1Â year, 7Â months
tdawson pushed to qt5-qtwebengine (epel9-next). "Rebuild (qt5)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 04:59:22 UTC
From 046e95e43aed57299d4fba77958ca3d701109215 Mon Sep 17 00:00:00 2001
From: Jan Grulich <jgrulich(a)redhat.com>
Date: Mar 09 2022 07:15:12 +0000
Subject: Rebuild (qt5)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index fa315c1..7aded31 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -62,7 +62,7 @@
Summary: Qt5 - QtWebEngine components
Name: qt5-qtwebengine
Version: 5.15.8
-Release: 4%{?dist}
+Release: 5%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
@@ -669,6 +669,9 @@ done
%changelog
+* Wed Mar 09 2022 Jan Grulich <jgrulich(a)redhat.com> - 5.15.8-5
+- Rebuild (qt5)
+
* Thu Feb 17 2022 Rex Dieter <rdieter(a)fedoraproject.org> - 5.15.8-4
- Screen sharing support under Wayland (#2054690)
https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/046e95e43aed57299d4f...
1Â year, 7Â months
tdawson pushed to qt5-qtwebengine (epel9-next). "respin pipewire
patch (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-04-29 04:59:22 UTC
From 864d6241146620294dfea4829d79049614c7ee5c Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Feb 18 2022 18:36:26 +0000
Subject: respin pipewire patch
enable rtc_link_pipewire
---
diff --git a/qtwebengine-everywhere-5.15.8-libpipewire-0.3.patch b/qtwebengine-everywhere-5.15.8-libpipewire-0.3.patch
index ece385b..c9e4686 100644
--- a/qtwebengine-everywhere-5.15.8-libpipewire-0.3.patch
+++ b/qtwebengine-everywhere-5.15.8-libpipewire-0.3.patch
@@ -10,3 +10,15 @@ diff -up qtwebengine-everywhere-src-5.15.8/src/3rdparty/chromium/third_party/web
}
} else {
# When libpipewire is not directly linked, use stubs to allow for dlopening of
+diff -up qtwebengine-everywhere-src-5.15.8/src/3rdparty/chromium/third_party/webrtc/webrtc.gni.libpipewire-0.3 qtwebengine-everywhere-src-5.15.8/src/3rdparty/chromium/third_party/webrtc/webrtc.gni
+--- qtwebengine-everywhere-src-5.15.8/src/3rdparty/chromium/third_party/webrtc/webrtc.gni.libpipewire-0.3 2021-12-15 10:09:27.000000000 -0600
++++ qtwebengine-everywhere-src-5.15.8/src/3rdparty/chromium/third_party/webrtc/webrtc.gni 2022-02-18 12:35:13.895009491 -0600
+@@ -115,7 +115,7 @@ declare_args() {
+ rtc_use_pipewire = is_desktop_linux && use_sysroot
+
+ # Set this to link PipeWire directly instead of using the dlopen.
+- rtc_link_pipewire = false
++ rtc_link_pipewire = true
+
+ # Enable to use the Mozilla internal settings.
+ build_with_mozilla = false
https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/864d6241146620294dfe...
1Â year, 7Â months