openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- 1 participants
- 383927 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package Reaction for openSUSE:Factory:NonFree checked in at 2025-01-06 16:03:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/Reaction (Old)
and /work/SRC/openSUSE:Factory:NonFree/.Reaction.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Reaction"
Mon Jan 6 16:03:54 2025 rev:3 rq:1235141 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/Reaction/Reaction.changes 2021-01-14 15:03:02.222564112 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.Reaction.new.1881/Reaction.changes 2025-01-06 16:03:55.346554992 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 12:47:36 UTC 2024 - Dominique Leuenberger <dimstar(a)opensuse.org>
+
+- Use %autosetup macro: allows us to eliminate usage of deprecated
+ %patchN syntax.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Reaction.spec ++++++
--- /var/tmp/diff_new_pack.0QxKbB/_old 2025-01-06 16:03:56.138587685 +0100
+++ /var/tmp/diff_new_pack.0QxKbB/_new 2025-01-06 16:03:56.138587685 +0100
@@ -1,7 +1,7 @@
#
# spec file for package Reaction
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,13 +20,14 @@
Version: 1.0
Release: 0
Summary: A port of the classic Action Quake 2 to a modified Quake 3 engine
-License: GPL-2.0
+License: GPL-2.0-only
Group: Amusements/Games/3D/Shoot
-Url: http://www.rq3.com
+URL: https://www.rq3.com
Source0: http://download.rq3.com/Reaction-%{version}-source.tar.gz
Patch0: Reaction-1.0~beta1-LIBDIR.patch
BuildRequires: hicolor-icon-theme
BuildRequires: libjpeg8-devel
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(openal)
@@ -44,13 +45,12 @@
over realism. Reaction is a port of the classic Action Quake 2 (AQ2) mod.
%prep
-%setup -q -n reaction
-%patch0
+%autosetup -p0 -n reaction
%build
-CFLAGS="${CFLAGS:-%optflags}"; export CFLAGS
-CXXFLAGS="${CXXFLAGS:-%optflags}"; export CXXFLAGS
-make %{?_smp_mflags} \
+CFLAGS="${CFLAGS:-%{optflags}}"; export CFLAGS
+CXXFLAGS="${CXXFLAGS:-%{optflags}}"; export CXXFLAGS
+%make_build \
DEFAULT_BASEDIR="%{_datadir}/Reaction/" \
DEFAULT_LIBDIR="%{_libdir}/Reaction/" \
USE_INTERNAL_SPEEX=0 \
@@ -90,8 +90,8 @@
%icon_theme_cache_postun
%files
-%defattr(-,root,root,-)
-%doc ChangeLog COPYING.txt GPL
+%license COPYING.txt
+%doc ChangeLog GPL
%{_bindir}/Reaction
%{_bindir}/Reactionded
%{_libdir}/Reaction/
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2025-01-06 01:20:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Mon Jan 6 01:20:02 2025 rev:3301 rq: version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/000release-packages/Aeon-release.changes 2025-01-05 15:41:29.951041252 +0100
+++ /work/SRC/openSUSE:Factory/.000release-packages.new.1881/Aeon-release.changes 2025-01-06 01:20:05.090815821 +0100
@@ -2 +2 @@
-Sun Jan 05 14:41:27 UTC 2025 - openSUSE <packaging(a)lists.opensuse.org>
+Mon Jan 06 00:19:59 UTC 2025 - openSUSE <packaging(a)lists.opensuse.org>
Kalpa-release.changes: same change
MicroOS-release.changes: same change
openSUSE-Addon-NonOss-release.changes: same change
openSUSE-release.changes: same change
stub.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
Kalpa-release.spec: same change
MicroOS-release.spec: same change
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.DdU5pa/_old 2025-01-06 01:20:09.254987156 +0100
+++ /var/tmp/diff_new_pack.DdU5pa/_new 2025-01-06 01:20:09.282988308 +0100
@@ -1776,6 +1776,7 @@
Provides: weakremover(asm5-examples)
Provides: weakremover(asm5-javadoc)
Provides: weakremover(asterisk-sounds-devel)
+Provides: weakremover(asusfan)
Provides: weakremover(atk-devel-32bit)
Provides: weakremover(atk-doc)
Provides: weakremover(atk-lang)
@@ -1789,6 +1790,10 @@
Provides: weakremover(audience-lang)
Provides: weakremover(audiofile-devel-32bit)
Provides: weakremover(audit-libs-python)
+Provides: weakremover(authselect)
+Provides: weakremover(authselect-compat)
+Provides: weakremover(authselect-lang)
+Provides: weakremover(authselect-profiles)
Provides: weakremover(automoc4)
Provides: weakremover(avahi-mono)
Provides: weakremover(avocado-vt-common)
@@ -2431,6 +2436,9 @@
Provides: weakremover(cg-32bit)
Provides: weakremover(cg-devel)
Provides: weakremover(chameleon)
+Provides: weakremover(charliecloud)
+Provides: weakremover(charliecloud-doc)
+Provides: weakremover(charliecloud-examples)
Provides: weakremover(chartmuseum)
Provides: weakremover(check-a11y)
Provides: weakremover(checkstyle)
@@ -2457,6 +2465,7 @@
Provides: weakremover(cinema)
Provides: weakremover(cinema-lang)
Provides: weakremover(cinnamon-devel-doc)
+Provides: weakremover(cinnamon-gschemas-branding-openSUSE)
Provides: weakremover(cinnamon-theme-plata)
Provides: weakremover(citra)
Provides: weakremover(cjs-tests)
@@ -2914,6 +2923,7 @@
Provides: weakremover(dumb-doc)
Provides: weakremover(dump1090)
Provides: weakremover(dump1090-fa)
+Provides: weakremover(eciadsl-usermode)
Provides: weakremover(ecj-bootstrap)
Provides: weakremover(eclipse-tests-bootstrap)
Provides: weakremover(econnman)
@@ -2973,6 +2983,7 @@
Provides: weakremover(erfa-devel-static)
Provides: weakremover(erlang-gs)
Provides: weakremover(erlang-gs-src)
+Provides: weakremover(erldash)
Provides: weakremover(esound-utils)
Provides: weakremover(espeak-gui)
Provides: weakremover(espeak-gui-lang)
@@ -3006,6 +3017,7 @@
Provides: weakremover(ezmorph-javadoc)
Provides: weakremover(f2c-32bit)
Provides: weakremover(f2fs-tools-compat)
+Provides: weakremover(fairymax)
Provides: weakremover(fakeroot-32bit)
Provides: weakremover(fate)
Provides: weakremover(fbiterm)
@@ -3054,6 +3066,7 @@
Provides: weakremover(ffmpeg-6-private-devel)
Provides: weakremover(ffmpeg2-devel)
Provides: weakremover(ffmpegthumbs-lang)
+Provides: weakremover(ffsb)
Provides: weakremover(fftw3-gnu-openmpi1-hpc-devel)
Provides: weakremover(fftw3-gnu-openmpi2-hpc-devel)
Provides: weakremover(fftw3-gnu-openmpi3-hpc-devel)
@@ -3154,6 +3167,8 @@
Provides: weakremover(freetype-devel)
Provides: weakremover(freetype-tools)
Provides: weakremover(freshplayerplugin)
+Provides: weakremover(frink)
+Provides: weakremover(fritzing)
Provides: weakremover(frogatto)
Provides: weakremover(frogatto-data)
Provides: weakremover(frogatto-lang)
@@ -3176,6 +3191,7 @@
Provides: weakremover(gDesklets)
Provides: weakremover(gDesklets-lang)
Provides: weakremover(gaa)
+Provides: weakremover(galene)
Provides: weakremover(gambas3)
Provides: weakremover(gambas3-devel)
Provides: weakremover(gambas3-gb-args)
@@ -3296,6 +3312,7 @@
Provides: weakremover(gb)
Provides: weakremover(gbrainy)
Provides: weakremover(gbrainy-lang)
+Provides: weakremover(gcad3d)
Provides: weakremover(gcc-gij)
Provides: weakremover(gcc-gij-32bit)
Provides: weakremover(gcc-java)
@@ -7554,6 +7571,8 @@
Provides: weakremover(giggle)
Provides: weakremover(giggle-devel)
Provides: weakremover(giggle-lang)
+Provides: weakremover(gimp-gap)
+Provides: weakremover(gimp-gap-lang)
Provides: weakremover(gio-sharp3)
Provides: weakremover(gio-sharp3-devel)
Provides: weakremover(gipeda)
@@ -7649,6 +7668,7 @@
Provides: weakremover(gnome-schedule-lang)
Provides: weakremover(gnome-sharp2)
Provides: weakremover(gnome-sharp2-complete)
+Provides: weakremover(gnome-shell-extension-terminus)
Provides: weakremover(gnome-shell-search-provider-documents)
Provides: weakremover(gnome-shell-search-provider-gnome-games)
Provides: weakremover(gnome-shell-theme-plata)
@@ -7811,6 +7831,7 @@
Provides: weakremover(gpgmepp5-devel-32bit)
Provides: weakremover(gpresagemate)
Provides: weakremover(gpt4all-chat)
+Provides: weakremover(gqlplus)
Provides: weakremover(gr-fcdproplus)
Provides: weakremover(gr-fcdproplus-devel-doc)
Provides: weakremover(gr-osmosdr-devel-doc)
@@ -8212,6 +8233,7 @@
Provides: weakremover(hledger-api)
Provides: weakremover(hledger-web)
Provides: weakremover(hlint)
+Provides: weakremover(hoard)
Provides: weakremover(holodev)
Provides: weakremover(holy-project)
Provides: weakremover(hoogle)
@@ -8286,6 +8308,7 @@
Provides: weakremover(i4l-isdnlog)
Provides: weakremover(i4l-vbox)
Provides: weakremover(i4lfirm)
+Provides: weakremover(iasimage)
Provides: weakremover(ibmrtpkgs)
Provides: weakremover(ibus-branding-openSUSE-KDE)
Provides: weakremover(ibus-googlepinyin)
@@ -8376,6 +8399,7 @@
Provides: weakremover(intel-SINIT)
Provides: weakremover(intel-media-driver-32bit)
Provides: weakremover(intel-vaapi-driver-32bit)
+Provides: weakremover(interbench)
Provides: weakremover(intero)
Provides: weakremover(iozone)
Provides: weakremover(iozone-doc)
@@ -9471,6 +9495,7 @@
Provides: weakremover(lam)
Provides: weakremover(lam-32bit)
Provides: weakremover(lam-devel)
+Provides: weakremover(lastpass-cli)
Provides: weakremover(laszip-test)
Provides: weakremover(latexila)
Provides: weakremover(latte-dock)
@@ -10896,6 +10921,9 @@
Provides: weakremover(libaudiofile1-32bit)
Provides: weakremover(libaudqt1)
Provides: weakremover(libaudqt2)
+Provides: weakremover(libauthselect-devel)
+Provides: weakremover(libauthselect1)
+Provides: weakremover(libauthselect3)
Provides: weakremover(libavahi-qt4-1)
Provides: weakremover(libavahi-qt4-devel)
Provides: weakremover(libavahi-ui0)
@@ -13067,6 +13095,7 @@
Provides: weakremover(libcilium1)
Provides: weakremover(libcilkrts5-gcc6)
Provides: weakremover(libcilkrts5-gcc6-32bit)
+Provides: weakremover(libcinnamon-desktop-data-branding-openSUSE)
Provides: weakremover(libcinnamon-desktop4-32bit)
Provides: weakremover(libcinnamon-menu-3-0-32bit)
Provides: weakremover(libcint3)
@@ -17872,6 +17901,9 @@
Provides: weakremover(librem4)
Provides: weakremover(libreoffice-base-drivers-firebird)
Provides: weakremover(libreoffice-gtk2)
+Provides: weakremover(librep)
+Provides: weakremover(librep-devel)
+Provides: weakremover(librep16)
Provides: weakremover(librepair-1_1-0)
Provides: weakremover(librepair-1_2-1)
Provides: weakremover(librepair-2_0-0)
@@ -18850,6 +18882,7 @@
Provides: weakremover(libupb36)
Provides: weakremover(libupb37)
Provides: weakremover(libupb38)
+Provides: weakremover(libupm1)
Provides: weakremover(libupnp13)
Provides: weakremover(libupnp13-32bit)
Provides: weakremover(libupnp15)
@@ -20222,6 +20255,7 @@
Provides: weakremover(llvm9-LTO-devel-32bit)
Provides: weakremover(llvm9-devel-32bit)
Provides: weakremover(llvm9-emacs-plugins)
+Provides: weakremover(lmarbles)
Provides: weakremover(lmicc-account)
Provides: weakremover(lmicc-bin)
Provides: weakremover(lmicc-hardware)
@@ -20303,8 +20337,10 @@
Provides: weakremover(lxqt-l10n)
Provides: weakremover(mISDNuser)
Provides: weakremover(mISDNuser-devel)
+Provides: weakremover(macchina)
Provides: weakremover(machinery)
Provides: weakremover(machinery-doc)
+Provides: weakremover(maelstrom)
Provides: weakremover(mailman)
Provides: weakremover(mailnag)
Provides: weakremover(mailnag-lang)
@@ -20314,6 +20350,8 @@
Provides: weakremover(mame-arcade)
Provides: weakremover(mame-mess)
Provides: weakremover(man-pages-fr-extra)
+Provides: weakremover(manaplus)
+Provides: weakremover(manaplus-lang)
Provides: weakremover(mangler)
Provides: weakremover(mango-doc)
Provides: weakremover(markdown-unlit)
@@ -20322,6 +20360,9 @@
Provides: weakremover(mathgl-doc)
Provides: weakremover(mathgl-doc-pdf)
Provides: weakremover(mathgl-doc-ru)
+Provides: weakremover(mathjax-caligraphic-fonts)
+Provides: weakremover(mathjax-winchrome-fonts)
+Provides: weakremover(mathjax-winie6-fonts)
Provides: weakremover(mathomatic)
Provides: weakremover(mathomatic-devel)
Provides: weakremover(matrix-quaternion)
@@ -20438,6 +20479,7 @@
Provides: weakremover(mono-upnp)
Provides: weakremover(mono-upnp-devel)
Provides: weakremover(monteverdi)
+Provides: weakremover(moolticute)
Provides: weakremover(motif-devel-32bit)
Provides: weakremover(movit-data)
Provides: weakremover(mozaddon-bugmenot)
@@ -20598,6 +20640,10 @@
Provides: weakremover(mpitests-openmpi3)
Provides: weakremover(mpitests-openmpi3-gnu-hpc)
Provides: weakremover(mpv-plugin-mpris)
+Provides: weakremover(mrsh)
+Provides: weakremover(mrsh-rsh-compat)
+Provides: weakremover(mrsh-rsh-server-compat)
+Provides: weakremover(mrsh-server)
Provides: weakremover(msgpack-devel)
Provides: weakremover(mtools-floppyd)
Provides: weakremover(mumble-32bit)
@@ -20855,6 +20901,7 @@
Provides: weakremover(nautilus-terminal)
Provides: weakremover(nbdkit-gzip-filter)
Provides: weakremover(ncat)
+Provides: weakremover(ncftp)
Provides: weakremover(ncspot)
Provides: weakremover(ndiff)
Provides: weakremover(ndpmon)
@@ -21155,6 +21202,7 @@
Provides: weakremover(netdata-plugin-pythond)
Provides: weakremover(netdata-plugin-slabinfo)
Provides: weakremover(netdata-plugin-systemd-journal)
+Provides: weakremover(netdate)
Provides: weakremover(netperf)
Provides: weakremover(netty-jni-util)
Provides: weakremover(netty-jni-util-sources)
@@ -21604,6 +21652,7 @@
Provides: weakremover(openjpeg-devel)
Provides: weakremover(openjpeg-devel-32bit)
Provides: weakremover(openldap2-ppolicy-check-password)
+Provides: weakremover(openlierox)
Provides: weakremover(openlmi)
Provides: weakremover(openlmi-account)
Provides: weakremover(openlmi-fan)
@@ -21888,6 +21937,8 @@
Provides: weakremover(oyranos-qcmsevents-qt4)
Provides: weakremover(oyranos-ui-fltk)
Provides: weakremover(p7zip-doc)
+Provides: weakremover(packETH)
+Provides: weakremover(packETH-cli)
Provides: weakremover(package-update-indicator)
Provides: weakremover(package-update-indicator-lang)
Provides: weakremover(palm-db-tools)
@@ -22170,6 +22221,7 @@
Provides: weakremover(pcp-pmda-postgresql)
Provides: weakremover(pcp-pmda-rpm)
Provides: weakremover(pcp-pmda-vmware)
+Provides: weakremover(pcsc-gempc)
Provides: weakremover(pcsc-openct)
Provides: weakremover(pcsx2-lang-ar)
Provides: weakremover(pcsx2-lang-ca)
@@ -22208,6 +22260,7 @@
Provides: weakremover(pentobi-kde-thumbnailer)
Provides: weakremover(pepper)
Provides: weakremover(perl-Apache-Filter)
+Provides: weakremover(perl-Authen-SASL-Cyrus)
Provides: weakremover(perl-CPAN-Meta)
Provides: weakremover(perl-CPAN-Meta-YAML)
Provides: weakremover(perl-Clipboard)
@@ -22730,6 +22783,7 @@
Provides: weakremover(pidgin-plugin-openfetion)
Provides: weakremover(pidgin-plugin-telegram)
Provides: weakremover(pilot-link)
+Provides: weakremover(pingtunnel)
Provides: weakremover(pipewire-libpulse-0_3)
Provides: weakremover(pipewire-libpulse-0_3-32bit)
Provides: weakremover(pipewire-media-session)
@@ -22862,6 +22916,7 @@
Provides: weakremover(polkit-whitelisting)
Provides: weakremover(pology)
Provides: weakremover(pology-lang)
+Provides: weakremover(pongix)
Provides: weakremover(postgresql10)
Provides: weakremover(postgresql10-contrib)
Provides: weakremover(postgresql10-devel)
@@ -22983,6 +23038,7 @@
Provides: weakremover(powermock-testng)
Provides: weakremover(ppp-userpass)
Provides: weakremover(ppplay)
+Provides: weakremover(prelude-lml-rules)
Provides: weakremover(prelude-manager)
Provides: weakremover(prelude-manager-db-plugin)
Provides: weakremover(prelude-manager-devel)
@@ -27474,6 +27530,7 @@
Provides: weakremover(python3-units)
Provides: weakremover(python3-unittest2)
Provides: weakremover(python3-unittest2pytest)
+Provides: weakremover(python3-upm)
Provides: weakremover(python3-urllib3-test)
Provides: weakremover(python3-vatnumber)
Provides: weakremover(python3-versiontag)
@@ -35945,6 +36002,7 @@
Provides: weakremover(qconf)
Provides: weakremover(qcoro-devel)
Provides: weakremover(qdevicemonitor)
+Provides: weakremover(qdl)
Provides: weakremover(qdox-repolib)
Provides: weakremover(qemu-ovmf-ia32)
Provides: weakremover(qemu-testsuite)
@@ -36060,6 +36118,7 @@
Provides: weakremover(read-edid)
Provides: weakremover(readline5-devel-32bit)
Provides: weakremover(readline6-devel-32bit)
+Provides: weakremover(reaim)
Provides: weakremover(redis-operator)
Provides: weakremover(reg)
Provides: weakremover(reiser4progs)
@@ -36072,6 +36131,8 @@
Provides: weakremover(remmina-plugin-st)
Provides: weakremover(remmina-plugin-telepathy)
Provides: weakremover(remmina-plugin-xdmcp)
+Provides: weakremover(rep-gtk)
+Provides: weakremover(rep-gtk-devel)
Provides: weakremover(resolve-trivial-conflicts)
Provides: weakremover(restund)
Provides: weakremover(retroarch-assets)
@@ -36079,6 +36140,7 @@
Provides: weakremover(reuse-lang)
Provides: weakremover(rfcat)
Provides: weakremover(rfcat-udev)
+Provides: weakremover(rinetd)
Provides: weakremover(rio)
Provides: weakremover(rioterm-terminfo)
Provides: weakremover(rke2-1.25)
@@ -36108,6 +36170,7 @@
Provides: weakremover(roccat-suora)
Provides: weakremover(roccat-tools)
Provides: weakremover(roccat-tyon)
+Provides: weakremover(rox-filer)
Provides: weakremover(rpm-python)
Provides: weakremover(rpmemd)
Provides: weakremover(rpmlint-Factory)
@@ -45169,6 +45232,7 @@
Provides: weakremover(scalapack_2_1_0-gnu-openmpi4-hpc-module)
Provides: weakremover(scalapack_2_1_0-gnu-openmpi4-hpc-test)
Provides: weakremover(scantailor-cli)
+Provides: weakremover(schedtool)
Provides: weakremover(schedtop)
Provides: weakremover(scilab)
Provides: weakremover(scilab-devel)
@@ -45189,6 +45253,7 @@
Provides: weakremover(scim-qt4)
Provides: weakremover(scim-qt4-32bit)
Provides: weakremover(scim-skk)
+Provides: weakremover(scmon)
Provides: weakremover(scons-test)
Provides: weakremover(scratch)
Provides: weakremover(scratch-devel)
@@ -45199,6 +45264,7 @@
Provides: weakremover(screenshot-tool)
Provides: weakremover(screenshot-tool-lang)
Provides: weakremover(sdbootutil-filetriggers)
+Provides: weakremover(sdcv)
Provides: weakremover(sddm-branding-upstream)
Provides: weakremover(sddm-qt6-branding-upstream)
Provides: weakremover(sdlscavenger)
@@ -45222,6 +45288,7 @@
Provides: weakremover(sexp-devel)
Provides: weakremover(sfftobmp)
Provides: weakremover(sgmltools-lite)
+Provides: weakremover(sgrep)
Provides: weakremover(shadowdive-devel)
Provides: weakremover(shake)
Provides: weakremover(shared-desktop-ontologies)
@@ -45256,6 +45323,8 @@
Provides: weakremover(sks)
Provides: weakremover(slapi-nis)
Provides: weakremover(slingshot)
+Provides: weakremover(slrn)
+Provides: weakremover(slrn-lang)
Provides: weakremover(slurm-plugin-ext-sensors-rrd)
Provides: weakremover(slurm-plugin-oom-score-adj)
Provides: weakremover(slurm-slurmdb-direct)
@@ -45460,6 +45529,7 @@
Provides: weakremover(taglib-extras-devel)
Provides: weakremover(taglib-sharp)
Provides: weakremover(taglib-sharp-devel)
+Provides: weakremover(taigo)
Provides: weakremover(tallow)
Provides: weakremover(tamil-gtk2im-32bit)
Provides: weakremover(tanukiwrapper)
@@ -45623,6 +45693,8 @@
Provides: weakremover(tepl-6-lang)
Provides: weakremover(tepl-devel)
Provides: weakremover(termcap-32bit)
+Provides: weakremover(terminus)
+Provides: weakremover(terminus-lang)
Provides: weakremover(terminus-ttf-fonts)
Provides: weakremover(terraform)
Provides: weakremover(terraform-provider-aws)
@@ -45840,11 +45912,14 @@
Provides: weakremover(thefuck)
Provides: weakremover(threadweaver-devel-32bit)
Provides: weakremover(timezone-java)
+Provides: weakremover(tint2)
+Provides: weakremover(tint2-lang)
Provides: weakremover(tinyb-devel)
Provides: weakremover(tinyca2)
Provides: weakremover(titlecase)
Provides: weakremover(tkirc)
Provides: weakremover(tkman)
+Provides: weakremover(tktable)
Provides: weakremover(tls-debug)
Provides: weakremover(tog-pegasus)
Provides: weakremover(tog-pegasus-devel)
@@ -45856,6 +45931,7 @@
Provides: weakremover(tomboy)
Provides: weakremover(tomboy-lang)
Provides: weakremover(tomcatjss)
+Provides: weakremover(torsocks)
Provides: weakremover(trackballs)
Provides: weakremover(tracker-data-files)
Provides: weakremover(tracker-lang)
@@ -46040,6 +46116,7 @@
Provides: weakremover(trytond_calendar)
Provides: weakremover(tse3)
Provides: weakremover(tse3-devel)
+Provides: weakremover(ttf2pt1)
Provides: weakremover(tttool)
Provides: weakremover(tulip)
Provides: weakremover(tulip-devel)
@@ -46191,6 +46268,7 @@
Provides: weakremover(upb-source)
Provides: weakremover(update-checker)
Provides: weakremover(update-test-32bit-pkg-32bit)
+Provides: weakremover(upm-devel)
Provides: weakremover(uranium)
Provides: weakremover(usbguard-applet-qt)
Provides: weakremover(usbprog)
@@ -46257,6 +46335,7 @@
Provides: weakremover(velum)
Provides: weakremover(verilator-doc)
Provides: weakremover(verilator-doc-pdf)
+Provides: weakremover(veyon)
Provides: weakremover(vidcutter)
Provides: weakremover(viewprof)
Provides: weakremover(vim-bootstrap)
@@ -46365,9 +46444,12 @@
Provides: weakremover(when-command)
Provides: weakremover(when-command-lang)
Provides: weakremover(whfc)
+Provides: weakremover(wine-nine)
Provides: weakremover(wine-nine-32bit)
Provides: weakremover(wine-nine-devel)
Provides: weakremover(wine-nine-devel-32bit)
+Provides: weakremover(wine-nine-standalone)
+Provides: weakremover(wine-nine-standalone-32bit)
Provides: weakremover(wine-staging-nine)
Provides: weakremover(wine-staging-nine-32bit)
Provides: weakremover(wine-staging-nine-devel)
@@ -46410,6 +46492,7 @@
Provides: weakremover(x86info)
Provides: weakremover(xaos-lang)
Provides: weakremover(xapps-common-lang)
+Provides: weakremover(xbench)
Provides: weakremover(xboxdrv)
Provides: weakremover(xcm)
Provides: weakremover(xdcc)
@@ -46505,6 +46588,8 @@
Provides: weakremover(xmms2-plugin-wave)
Provides: weakremover(xmms2-plugin-wavpack)
Provides: weakremover(xmms2-ruby)
+Provides: weakremover(xmorph)
+Provides: weakremover(xmorph-devel)
Provides: weakremover(xmvn-bisect)
Provides: weakremover(xmvn-connector-aether-javadoc)
Provides: weakremover(xmvn-connector-gradle)
@@ -46532,6 +46617,7 @@
Provides: weakremover(xpp2-javadoc)
Provides: weakremover(xpp2-manual)
Provides: weakremover(xprehashprinterlist)
+Provides: weakremover(xroach)
Provides: weakremover(xrx)
Provides: weakremover(xstereograph)
Provides: weakremover(xtables-addons-kmp-longterm)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2025-01-05 15:41:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Sun Jan 5 15:41:28 2025 rev:3300 rq: version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/000release-packages/Aeon-release.changes 2025-01-03 18:19:36.278937311 +0100
+++ /work/SRC/openSUSE:Factory/.000release-packages.new.1881/Aeon-release.changes 2025-01-05 15:41:29.951041252 +0100
@@ -2 +2 @@
-Fri Jan 03 17:19:33 UTC 2025 - openSUSE <packaging(a)lists.opensuse.org>
+Sun Jan 05 14:41:27 UTC 2025 - openSUSE <packaging(a)lists.opensuse.org>
Kalpa-release.changes: same change
MicroOS-release.changes: same change
openSUSE-Addon-NonOss-release.changes: same change
openSUSE-release.changes: same change
stub.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Aeon-release.spec ++++++
--- /var/tmp/diff_new_pack.ZhZG6l/_old 2025-01-05 15:41:31.627110212 +0100
+++ /var/tmp/diff_new_pack.ZhZG6l/_new 2025-01-05 15:41:31.631110377 +0100
@@ -17,7 +17,7 @@
Name: Aeon-release
-Version: 20250103
+Version: 20250105
Release: 0
Summary: Aeon
License: GPL-2.0-or-later
@@ -174,9 +174,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = Aeon
-Provides: product(Aeon) = 20250103-0
+Provides: product(Aeon) = 20250105-0
Provides: product-label() = Aeon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aaeon%3A20250103
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aaeon%3A20250105
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(Aeon)
@@ -192,7 +192,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(Aeon) = 20250103-0
+Provides: product_flavor(Aeon) = 20250105-0
Summary: Aeon%{?betaversion: %{betaversion}}
%description appliance
@@ -257,11 +257,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>Aeon</name>
- <version>20250103</version>
+ <version>20250105</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:aeon:20250103</cpeid>
+ <cpeid>cpe:/o:opensuse:aeon:20250105</cpeid>
<productline>Aeon</productline>
<register>
<pool>
++++++ Kalpa-release.spec ++++++
--- /var/tmp/diff_new_pack.ZhZG6l/_old 2025-01-05 15:41:31.655111364 +0100
+++ /var/tmp/diff_new_pack.ZhZG6l/_new 2025-01-05 15:41:31.655111364 +0100
@@ -17,7 +17,7 @@
Name: Kalpa-release
-Version: 20250103
+Version: 20250105
Release: 0
Summary: openSUSE Kalpa
License: GPL-2.0-or-later
@@ -174,9 +174,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = Kalpa
-Provides: product(Kalpa) = 20250103-0
+Provides: product(Kalpa) = 20250105-0
Provides: product-label() = openSUSE%20Kalpa
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Akalpa%3A20250103
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Akalpa%3A20250105
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(Kalpa)
@@ -192,7 +192,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(Kalpa) = 20250103-0
+Provides: product_flavor(Kalpa) = 20250105-0
Summary: openSUSE Kalpa%{?betaversion: %{betaversion}}
%description appliance
@@ -257,11 +257,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>Kalpa</name>
- <version>20250103</version>
+ <version>20250105</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:kalpa:20250103</cpeid>
+ <cpeid>cpe:/o:opensuse:kalpa:20250105</cpeid>
<productline>Kalpa</productline>
<register>
<pool>
++++++ MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.ZhZG6l/_old 2025-01-05 15:41:31.679112352 +0100
+++ /var/tmp/diff_new_pack.ZhZG6l/_new 2025-01-05 15:41:31.683112516 +0100
@@ -17,7 +17,7 @@
Name: MicroOS-release
-Version: 20250103
+Version: 20250105
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -179,9 +179,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = MicroOS
-Provides: product(MicroOS) = 20250103-0
+Provides: product(MicroOS) = 20250105-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20250103
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20250105
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(MicroOS)
@@ -197,7 +197,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(MicroOS) = 20250103-0
+Provides: product_flavor(MicroOS) = 20250105-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description dvd
@@ -213,7 +213,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(MicroOS) = 20250103-0
+Provides: product_flavor(MicroOS) = 20250105-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance
@@ -278,11 +278,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>MicroOS</name>
- <version>20250103</version>
+ <version>20250105</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:microos:20250103</cpeid>
+ <cpeid>cpe:/o:opensuse:microos:20250105</cpeid>
<productline>MicroOS</productline>
<register>
<pool>
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.ZhZG6l/_old 2025-01-05 15:41:31.707113504 +0100
+++ /var/tmp/diff_new_pack.ZhZG6l/_new 2025-01-05 15:41:31.711113668 +0100
@@ -18,7 +18,7 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
-Version: 20250103
+Version: 20250105
#!BcntSyncTag: openSUSE-Addon-NonOss
Release: 0
Summary: openSUSE NonOSS Addon
@@ -26,9 +26,9 @@
Group: System/Fhs
Provides: %name-%version
Provides: product() = openSUSE%2DAddon%2DNonOss
-Provides: product(openSUSE-Addon-NonOss) = 20250103-0
+Provides: product(openSUSE-Addon-NonOss) = 20250105-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20250103
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20250105
@@ -48,10 +48,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20250103</version>
+ <version>20250105</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20250103</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20250105</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.ZhZG6l/_old 2025-01-05 15:41:31.735114656 +0100
+++ /var/tmp/diff_new_pack.ZhZG6l/_new 2025-01-05 15:41:31.739114820 +0100
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20250103
+Version: 20250105
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -185,7 +185,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20250103-0
+Provides: product(openSUSE) = 20250105-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -199,7 +199,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20250103
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20250105
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -213,7 +213,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description ftp
@@ -228,7 +228,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description mini
@@ -243,7 +243,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description dvd
@@ -258,7 +258,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-kde
@@ -273,7 +273,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-x11
@@ -288,7 +288,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-gnome
@@ -303,7 +303,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-xfce
@@ -318,7 +318,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-kde
@@ -333,7 +333,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-gnome
@@ -348,7 +348,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-x11
@@ -363,7 +363,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance
@@ -378,7 +378,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-docker)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-docker
@@ -393,7 +393,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kvm)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-kvm
@@ -408,7 +408,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vmware)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vmware
@@ -423,7 +423,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-openstack)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-openstack
@@ -438,7 +438,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-hyperv)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-hyperv
@@ -453,7 +453,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vagrant)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vagrant
@@ -468,7 +468,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-wsl)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-wsl
@@ -483,7 +483,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-custom)
-Provides: product_flavor(openSUSE) = 20250103-0
+Provides: product_flavor(openSUSE) = 20250105-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-custom
@@ -566,10 +566,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20250103</version>
+ <version>20250105</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20250103</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20250105</cpeid>
<productline>openSUSE</productline>
<register>
<target>openSUSE-Tumbleweed-x86_64</target>
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gpxsee for openSUSE:Factory checked in at 2025-01-05 15:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpxsee (Old)
and /work/SRC/openSUSE:Factory/.gpxsee.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpxsee"
Sun Jan 5 15:32:13 2025 rev:135 rq:1234994 version:13.34
Changes:
--------
--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes 2024-12-12 21:18:46.314168340 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new.1881/gpxsee.changes 2025-01-05 15:32:31.188880277 +0100
@@ -1,0 +2,7 @@
+Sun Jan 5 09:37:13 CET 2025 - tumic(a)cbox.cz
+
+- Update to version 13.34
+ * Improved ENC maps style/rendering.
+ * Minor IMG maps fixes.
+
+-------------------------------------------------------------------
Old:
----
GPXSee-13.33.tar.gz
New:
----
GPXSee-13.34.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gpxsee.spec ++++++
--- /var/tmp/diff_new_pack.DcI4CQ/_old 2025-01-05 15:32:31.876908576 +0100
+++ /var/tmp/diff_new_pack.DcI4CQ/_new 2025-01-05 15:32:31.876908576 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
-Version: 13.33
+Version: 13.34
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
++++++ GPXSee-13.33.tar.gz -> GPXSee-13.34.tar.gz ++++++
++++ 2201 lines of diff (skipped)
++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.DcI4CQ/_old 2025-01-05 15:32:32.360928484 +0100
+++ /var/tmp/diff_new_pack.DcI4CQ/_new 2025-01-05 15:32:32.364928648 +0100
@@ -1,5 +1,5 @@
pkgname=gpxsee
-pkgver=13.33
+pkgver=13.34
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')
++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.DcI4CQ/_old 2025-01-05 15:32:32.396929965 +0100
+++ /var/tmp/diff_new_pack.DcI4CQ/_new 2025-01-05 15:32:32.400930129 +0100
@@ -1,3 +1,10 @@
+gpxsee (13.34) stable; urgency=low
+
+ * Improved ENC maps style/rendering.
+ * Minor IMG maps fixes.
+
+ -- Martin Tuma <tumic(a)cbox.cz> Sun, 05 Jan 2025 09:41:30 +0100
+
gpxsee (13.33) stable; urgency=low
* Improved IMG & Mapsforge maps rendering performance.
++++++ gpxsee.dsc ++++++
--- /var/tmp/diff_new_pack.DcI4CQ/_old 2025-01-05 15:32:32.464932761 +0100
+++ /var/tmp/diff_new_pack.DcI4CQ/_new 2025-01-05 15:32:32.468932926 +0100
@@ -1,10 +1,10 @@
Format: 1.0
Source: gpxsee
-Version: 13.33-1
+Version: 13.34-1
Binary: gpxsee
Maintainer: Martin Tuma <tumic(a)cbox.cz>
Architecture: any
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev
Files:
- 00000000000000000000000000000000 0 GPXSee-13.33.tar.gz
+ 00000000000000000000000000000000 0 GPXSee-13.34.tar.gz
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package dealii for openSUSE:Factory checked in at 2025-01-05 15:32:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dealii (Old)
and /work/SRC/openSUSE:Factory/.dealii.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dealii"
Sun Jan 5 15:32:10 2025 rev:11 rq:1234985 version:9.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/dealii/dealii.changes 2025-01-01 23:04:25.655884854 +0100
+++ /work/SRC/openSUSE:Factory/.dealii.new.1881/dealii.changes 2025-01-05 15:32:29.988830919 +0100
@@ -1,0 +2,7 @@
+Sun Jan 5 05:14:43 UTC 2025 - Stefan Brüns <stefan.bruens(a)rwth-aachen.de>
+
+- Remove obsolete netcdf build dependency, netcdf bindings were
+ removed with version 9.3.3.
+- Minor spec file cleanups.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dealii.spec ++++++
--- /var/tmp/diff_new_pack.CizSCd/_old 2025-01-05 15:32:30.576855105 +0100
+++ /var/tmp/diff_new_pack.CizSCd/_new 2025-01-05 15:32:30.580855269 +0100
@@ -106,15 +106,12 @@
BuildRequires: libboost_serialization-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel
-BuildRequires: libnetcdf_c++-devel
BuildRequires: memory-constraints
BuildRequires: metis-devel
BuildRequires: muparser-devel
-BuildRequires: netcdf-devel
BuildRequires: ninja
-BuildRequires: perl
BuildRequires: pkgconfig
-BuildRequires: python3
+BuildRequires: python3-base
BuildRequires: suitesparse-devel
BuildRequires: tbb-devel
BuildRequires: pkgconfig(bzip2)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package level-zero for openSUSE:Factory checked in at 2025-01-05 15:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/level-zero (Old)
and /work/SRC/openSUSE:Factory/.level-zero.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "level-zero"
Sun Jan 5 15:32:07 2025 rev:16 rq:1234965 version:1.19.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/level-zero/level-zero.changes 2024-10-30 17:40:13.810819941 +0100
+++ /work/SRC/openSUSE:Factory/.level-zero.new.1881/level-zero.changes 2025-01-05 15:32:29.272801468 +0100
@@ -1,0 +2,11 @@
+Sat Jan 4 02:25:47 UTC 2025 - Eyad Issa <eyadlorenzo(a)gmail.com>
+
+- Added _service to download files
+- Renamed tarball to match convention %{name}-%{version}.tar.gz
+- Use ninja as cmake builder instead of Make
+
+- Updated to version 1.19.2
+ * API Headers, Loader, & Validation Layer based on oneAPI
+ Level Zero Specification v1.11.8
+
+-------------------------------------------------------------------
Old:
----
v1.17.45.tar.gz
New:
----
_service
level-zero-1.19.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ level-zero.spec ++++++
--- /var/tmp/diff_new_pack.Q6vuYa/_old 2025-01-05 15:32:29.872826148 +0100
+++ /var/tmp/diff_new_pack.Q6vuYa/_new 2025-01-05 15:32:29.872826148 +0100
@@ -1,7 +1,7 @@
#
# spec file for package level-zero
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A CABELO) <cabelo(a)opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -18,17 +18,16 @@
Name: level-zero
-Version: 1.17.45
+Version: 1.19.2
Release: 0
Summary: oneAPI Level Zero Specification Headers and Loader
License: MIT
URL: https://github.com/oneapi-src/level-zero
-Source0: %{url}/archive/v%{version}.tar.gz
+Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: make
+BuildRequires: ninja
BuildRequires: opencl-headers
-ExclusiveArch: x86_64
%description
The objective of the oneAPI Level-Zero Application Programming Interface (API)
@@ -49,6 +48,7 @@
%autosetup -n level-zero-%{version}
%build
+%define __builder ninja
%cmake
%cmake_build
++++++ _service ++++++
<services>
<service name="download_files" mode="manual" />
</services>
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package winetricks for openSUSE:Factory checked in at 2025-01-05 15:31:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/winetricks (Old)
and /work/SRC/openSUSE:Factory/.winetricks.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "winetricks"
Sun Jan 5 15:31:52 2025 rev:19 rq:1234920 version:20250102
Changes:
--------
--- /work/SRC/openSUSE:Factory/winetricks/winetricks.changes 2024-10-17 18:41:52.404618381 +0200
+++ /work/SRC/openSUSE:Factory/.winetricks.new.1881/winetricks.changes 2025-01-05 15:32:09.796000385 +0100
@@ -1,0 +2,6 @@
+Sat Jan 4 14:12:45 UTC 2025 - Marcus Meissner <meissner(a)suse.com>
+
+- updated to 20250102
+ - year of fixes, no changes entry
+
+-------------------------------------------------------------------
Old:
----
winetricks-20240105.tar.gz
New:
----
winetricks-20250102.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ winetricks.spec ++++++
--- /var/tmp/diff_new_pack.s73NGk/_old 2025-01-05 15:32:10.476028355 +0100
+++ /var/tmp/diff_new_pack.s73NGk/_new 2025-01-05 15:32:10.480028519 +0100
@@ -1,7 +1,7 @@
#
# spec file for package winetricks
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: winetricks
-Version: 20240105
+Version: 20250102
Release: 0
Summary: A way to work around problems in WINE
License: LGPL-2.1-or-later
@@ -62,7 +62,8 @@
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/metainfo/%{name}.appdata.xml
+#{_datadir}/metainfo/%{name}.appdata.xml
+%{_datadir}/metainfo/io.github.winetricks.Winetricks.metainfo.xml
%{_mandir}/man?/%{name}.?%{?ext_man}
%files bash-completion
++++++ winetricks-20240105.tar.gz -> winetricks-20250102.tar.gz ++++++
++++ 4889 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Image-ExifTool for openSUSE:Factory checked in at 2025-01-05 15:31:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Image-ExifTool (Old)
and /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Image-ExifTool"
Sun Jan 5 15:31:48 2025 rev:84 rq:1234913 version:13.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes 2024-10-30 17:39:41.293457098 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1881/perl-Image-ExifTool.changes 2025-01-05 15:32:06.655871231 +0100
@@ -1,0 +2,163 @@
+Fri Jan 3 18:45:04 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.11:
+ * Added warning for an unknown DJI protobuf schema
+ * Decode timed GPS from the DJI Osmo Action 5
+ * Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video
+ * Made Matroska Keywords and Instruments List-type tags
+ * Fixed problem were EXIF couldn't be added to some AVIF files
+ * API Changes:
+ + Added GPSQuadrant option
+
+-------------------------------------------------------------------
+Fri Jan 3 18:44:40 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.10:
+ * Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC images
+ * Added support for date/time formatting codes %f and %z in the inverse print conversion when writing tags
+ * Updated Geolocation databases from current geonames.org files
+ * Improved verbose output to show values stored with construction method 1 in MP4-based files
+ * Enhanced the date/time timezone format specifier %z so that %:z returns
+ the time zone with a colon separator (eg. "-05:00")
+ * Fixed bug where the existing tag wasn't being removed when writing
+ a new value for an Unknown QuickTime UserData or ItemList tag
+
+-------------------------------------------------------------------
+Fri Jan 3 18:44:05 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.09:
+ * Added a new QuickTime tag (thanks Matti)
+ * Added a missing format check on a few tags when writing
+ * Decode a couple of new ICC_Profile tags
+ * Patched HEIC writer so newly added XMP or EXIF refers to the 'tmap'
+ item as well as the primary item of an HDRGainMap image (since iPhone 15 and 16 do it this way)
+ * Fixed compatibility issue where Apple Preview would no
+ longer show the gain map image after adding new XMP to an HEIC with an HDR gain map
+
+-------------------------------------------------------------------
+Fri Jan 3 18:43:54 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.08:
+ * Decode ShutterCount for Canon EOS R6 Mark II (thanks Agoston Kapitany)
+ * Decode a few new Photoshop tags
+ * Suppress all duplicate Warning tags and add count to end of message
+ * Changed format of bitmask keys in -listx output
+ * Internal streamlining of LIGOGPSINFO decoding
+ * Fixed issue where some tags were incorrectly shown as writable in -listx output
+ * Fixed incorrect scaling for GPSSpeed in one LIGOGPSINFO variant
+ * Fixed an issue with filename encoding when the -L option is used
+ and the API WindowsLongPath option is active
+
+-------------------------------------------------------------------
+Fri Jan 3 18:43:11 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.07:
+ * Decode a number of LIGOGPSINFO encrypted and enciphered timed
+ GPS types (long overdue, but it took me a couple of years to
+ acquire enough sample videos to have a good cross-section of the different formats)
+ * Fixed another place where FileSequence could be incremented twice when a -if condition was used
+ * Fixed a few places where character 0x7f may not have been escaped in string values
+ * API Changes:
+ + Changed default WindowsLongPath option back to 1 after adding a
+ patch to fix issue with piping from stdin
+
+-------------------------------------------------------------------
+Fri Jan 3 18:42:30 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.06:
+ * Decode timed metadata from MP4 videos of yet another dashcam model
+ * Patched issue where FileSequence could increment twice for each
+ file when a -if condition was used
+ * API Changes:
+ + Revert default WindowsLongPath option to the pre-13.05 setting
+ until we can solve the pipe problem
+
+-------------------------------------------------------------------
+Fri Jan 3 18:42:05 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.05:
+ * Added a new SonyModelID
+ * Added support for XMP HDRGainMap and apdi namespaces
+ * Decode DJI timed djmd and dbgi protobuf-format metadata
+ * Decode APP10 AROT HDRGainCurve and APP2 URN UniformResourceName
+ * Decode a couple of new GoPro tags
+ * API Changes:
+ + Changed default WindowsLongPath option to 1
+
+-------------------------------------------------------------------
+Fri Jan 3 18:41:46 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.04:
+ * Added the ability to write GPSDOP and GPSMeasureMode from the -geotag
+ option if hdop or pdop information exists in the input track file
+ * Added a few new Canon RFLensTypes (thanks Norbert Wasser)
+ * Decode timed GPS from GoPro Hero 13 videos
+ * Improved writing of GPSDestLatitudeRef and GPSDestLongitudeRef tags
+ to allow signed numbers to be written in the same way as GPSLatitudeRef and GPSLongitudeRef
+ * Warn if using an Image::ExifTool library that doesn't match the application version
+ * Renamed an Unknown Photoshop tag
+ * Convert GoPro GPSSpeed and GPSSpeed3D from m/s to km/h
+ * Patched to tolerate XML header in DOCX xml files
+ * Fixed incorrect file offsets for tags in some embedded files of -htmldump output
+ * Fixed -htmldump output to show the same names for unknown EXIF tags as with the -u option
+
+-------------------------------------------------------------------
+Fri Jan 3 18:40:56 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.03:
+ * Added ability to include or exclude tags from CSV and JSON
+ imports (-csv=CSVFILE and -json=JSONFILE) by adding -TAG or --TAG options
+ * Added read/delete support for SEAL[2] metadata in JPG, TIFF, XMP,
+ PNG, WEBP, HEIC, PPM, MOV and MP4 files, and read support in PDF, MKV and WAV files
+ * Added support for user-defined application extensions in GIF images
+ * Added print conversion for QuickTime VideoFullRangeFlag
+ * Apply API LimitLongValues option to hex field in -j output
+ * Avoid extracting some large AES-encrypted data from PDF files for
+ performance reasons unless the -m option is used (current limits
+ are 100 kB for XMP and 10 kB for everything else)
+ * Fixed WindowsLongPath option to support wide characters (thanks Frank B)
+ * Fixed problem writing ICC_Profile to a GIF image which already had one
+ * Fixed problem writing Apple:FocusDistanceRange
+ * API Changes:
+ + Enchanced GlobalTimeShift option to allow the base tag to be
+ specified, otherwise use the first specified source date/time tag when copying tags
+
+-------------------------------------------------------------------
+Fri Jan 3 18:40:15 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.02:
+ * Enhanced -j -l output to add optional "fmt" and "hex" fields
+ * Enhanced -geotag option to support Android "Export Timeline data" JSON format
+ * Changed ProductVersion of Windows launcher to match ExifTool version
+ * Patched to use empty group name instead of "Copy0" for family 4
+ group name of missing tag when the -f option is used
+ * Patched to avoid showing "Unknown" for group of primary tag
+ when -g4 or -G4 was used with the -j or -csv option
+ * Patched to avoid using Encode module in Windows because it
+ can hang if run from a working directory with a long path name
+ * Patched to use -csv output if -j also used
+ * Fixed a few problems with the new WindowsLongPath option
+ * Fixed problem setting FileCreateDate with Xcode 16 command line
+ tools if the date/time contains a time zone
+ * Fixed problem in -csv output when combined with -g
+ * API Changes:
+ + Added SaveBin option
+
+-------------------------------------------------------------------
+Fri Jan 3 18:39:22 UTC 2025 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 13.01
+ * NOTE: Please test the new API WindowsLongPath option because
+ the idea is to enable this by default if everything works out well
+ * Fixed bug which could result in runtime warning if when API
+ IgnoreTags option is set to "all" when reading a TXT file format
+ * Fixed problem reading some information from LNK files
+ * Fixed verbose output to show "Binary data" message for SCALAR values
+ * Fixed bug where part of the hex dump from a -v3 output could
+ go to stdout instead of the file specified by a -w option
+ * API Changes:
+ + Added WindowsLongPath option for testing
+ + Changed CharsetFileName option to automatically assume UTF8
+ if the file name contains special characters and is valid UTF8
+
+-------------------------------------------------------------------
Old:
----
Image-ExifTool-13.00.tar.gz
New:
----
Image-ExifTool-13.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Image-ExifTool.spec ++++++
--- /var/tmp/diff_new_pack.jU0tmF/_old 2025-01-05 15:32:07.163892126 +0100
+++ /var/tmp/diff_new_pack.jU0tmF/_new 2025-01-05 15:32:07.167892291 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Image-ExifTool
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Image-ExifTool
Name: perl-Image-ExifTool
-Version: 13.00
+Version: 13.11
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Read and write meta information
++++++ Image-ExifTool-13.00.tar.gz -> Image-ExifTool-13.11.tar.gz ++++++
/work/SRC/openSUSE:Factory/perl-Image-ExifTool/Image-ExifTool-13.00.tar.gz /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1881/Image-ExifTool-13.11.tar.gz differ: char 5, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gmmlib for openSUSE:Factory checked in at 2025-01-05 15:31:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmmlib (Old)
and /work/SRC/openSUSE:Factory/.gmmlib.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gmmlib"
Sun Jan 5 15:31:46 2025 rev:36 rq:1234910 version:22.5.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/gmmlib/gmmlib.changes 2024-09-12 17:00:19.238748525 +0200
+++ /work/SRC/openSUSE:Factory/.gmmlib.new.1881/gmmlib.changes 2025-01-05 15:32:05.043804928 +0100
@@ -1,0 +2,12 @@
+Wed Dec 18 12:27:01 UTC 2024 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 22.5.5:
+ * Add new media compression mode to fix assertion (#224)
+ * Adjust BaseWidth for RGB24 format (#64)
+ * Enable IsCpuCacheable in Linux (#214)
+ * PAT MOCS Programming for test (#223)
+ * Make R10G10B10_XR_BIAS_A2_UNORM as presentable (#222)
+ * Add new DG2 Device ID (#221)
+ * Update reserved PATIndex (#220)
+
+-------------------------------------------------------------------
Old:
----
intel-gmmlib-22.5.2.tar.gz
New:
----
intel-gmmlib-22.5.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gmmlib.spec ++++++
--- /var/tmp/diff_new_pack.nzKFQ5/_old 2025-01-05 15:32:05.995844084 +0100
+++ /var/tmp/diff_new_pack.nzKFQ5/_new 2025-01-05 15:32:05.999844248 +0100
@@ -19,7 +19,7 @@
%global somajor 12
%global libname libigdgmm%{somajor}
Name: gmmlib
-Version: 22.5.2
+Version: 22.5.5
Release: 0
Summary: Intel Graphics Memory Management Library Package
License: MIT
++++++ intel-gmmlib-22.5.2.tar.gz -> intel-gmmlib-22.5.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Android.bp new/gmmlib-intel-gmmlib-22.5.5/Android.bp
--- old/gmmlib-intel-gmmlib-22.5.2/Android.bp 1970-01-01 01:00:00.000000000 +0100
+++ new/gmmlib-intel-gmmlib-22.5.5/Android.bp 2024-11-29 11:17:25.000000000 +0100
@@ -0,0 +1,160 @@
+// Copyright (c) 2024, Intel Corporation
+
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the "Software"),
+// to deal in the Software without restriction, including without limitation
+// the rights to use, copy, modify, merge, publish, distribute, sublicense,
+// and/or sell copies of the Software, and to permit persons to whom the
+// Software is furnished to do so, subject to the following conditions:
+
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+// OTHER DEALINGS IN THE SOFTWARE.
+
+package {
+ default_applicable_licenses: ["external_gmmlib_license"],
+}
+
+license {
+ name: "external_gmmlib_license",
+ visibility: [":__subpackages__"],
+ license_text: [
+ "LICENSE.md",
+ ],
+}
+
+cc_library_shared {
+ name: "libigdgmm_android",
+ vendor: true,
+ srcs: [
+ "Source/GmmLib/CachePolicy/GmmCachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmCachePolicyCommon.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen10CachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen11CachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen12CachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen12dGPUCachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen8CachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmGen9CachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp",
+ "Source/GmmLib/CachePolicy/GmmXe_LPGCachePolicy.cpp",
+ "Source/GmmLib/GlobalInfo/GmmClientContext.cpp",
+ "Source/GmmLib/GlobalInfo/GmmInfo.cpp",
+ "Source/GmmLib/GlobalInfo/GmmLibDllMain.cpp",
+ "Source/GmmLib/Platform/GmmGen10Platform.cpp",
+ "Source/GmmLib/Platform/GmmGen11Platform.cpp",
+ "Source/GmmLib/Platform/GmmGen12Platform.cpp",
+ "Source/GmmLib/Platform/GmmGen8Platform.cpp",
+ "Source/GmmLib/Platform/GmmGen9Platform.cpp",
+ "Source/GmmLib/Platform/GmmPlatform.cpp",
+ "Source/GmmLib/Resource/GmmResourceInfo.cpp",
+ "Source/GmmLib/Resource/GmmResourceInfoCommon.cpp",
+ "Source/GmmLib/Resource/GmmResourceInfoCommonEx.cpp",
+ "Source/GmmLib/Resource/GmmRestrictions.cpp",
+ "Source/GmmLib/Resource/Linux/GmmResourceInfoLinCWrapper.cpp",
+ "Source/GmmLib/Texture/GmmGen10Texture.cpp",
+ "Source/GmmLib/Texture/GmmGen11Texture.cpp",
+ "Source/GmmLib/Texture/GmmGen12Texture.cpp",
+ "Source/GmmLib/Texture/GmmGen7Texture.cpp",
+ "Source/GmmLib/Texture/GmmGen8Texture.cpp",
+ "Source/GmmLib/Texture/GmmGen9Texture.cpp",
+ "Source/GmmLib/Texture/GmmTexture.cpp",
+ "Source/GmmLib/Texture/GmmTextureAlloc.cpp",
+ "Source/GmmLib/Texture/GmmTextureOffset.cpp",
+ "Source/GmmLib/Texture/GmmTextureSpecialCases.cpp",
+ "Source/GmmLib/Texture/GmmXe_LPGTexture.cpp",
+ "Source/GmmLib/TranslationTable/GmmAuxTable.cpp",
+ "Source/GmmLib/TranslationTable/GmmPageTableMgr.cpp",
+ "Source/GmmLib/TranslationTable/GmmUmdTranslationTable.cpp",
+ "Source/GmmLib/Utility/CpuSwizzleBlt/CpuSwizzleBlt.c",
+ "Source/GmmLib/Utility/GmmLog/GmmLog.cpp",
+ "Source/GmmLib/Utility/GmmUtility.cpp",
+ "Source/Common/AssertTracer/AssertTracer.cpp",
+ ],
+
+ cflags: [
+ "-DGMM_LIB_DLL",
+ "-DGMM_LIB_DLL_EXPORTS",
+ "-DGMM_UNIFIED_LIB",
+ "-DGMM_UNIFY_DAF_API",
+ "-DISTDLIB_UMD",
+ "-DSMALL_POOL_ALLOC",
+ "-DUNUSED_ISTDLIB_MT",
+ "-D_ATL_NO_WIN_SUPPORT",
+ "-D_RELEASE",
+ "-D_X64",
+ "-D__GFX_MACRO_C__",
+ "-D__GMM",
+ "-D__STDC_CONSTANT_MACROS",
+ "-D__STDC_LIMIT_MACROS",
+ "-D__UMD",
+ "-Digfx_gmmumd_dll_EXPORTS",
+ "-fvisibility=hidden",
+ "-fno-omit-frame-pointer",
+ "-march=corei7",
+ "-Werror",
+ "-Wno-logical-op-parentheses",
+ "-Wno-shift-negative-value",
+ "-Wno-unused-parameter",
+ ],
+
+ cppflags: [
+ "-Wno-implicit-fallthrough",
+ "-Wno-missing-braces",
+ "-Wno-unknown-pragmas",
+ "-Wno-parentheses",
+ "-Wno-pragma-pack",
+ "-fexceptions",
+ "-std=c++11",
+ "-fvisibility-inlines-hidden",
+ "-fno-use-cxa-atexit",
+ "-fno-rtti",
+ "-fcheck-new",
+ "-pthread",
+ ],
+
+ local_include_dirs: [
+ "Source/GmmLib",
+ "Source/GmmLib/Utility/GmmLog",
+ "Source/GmmLib/inc",
+ "Source/GmmLib/Utility",
+ "Source/GmmLib/GlobalInfo",
+ "Source/GmmLib/Texture",
+ "Source/GmmLib/Resource",
+ "Source/GmmLib/Platform",
+ "Source/util",
+ "Source/inc",
+ "Source/inc/common",
+ "Source/inc/umKmInc",
+ ],
+
+ enabled: false,
+ arch: {
+ x86_64: {
+ enabled: true,
+ },
+ },
+}
+
+cc_library_headers {
+ name: "libigdgmm_headers",
+ vendor: true,
+ export_include_dirs: [
+ "Source/GmmLib/inc",
+ "Source/inc",
+ "Source/inc/common",
+ ],
+
+ enabled: false,
+ arch: {
+ x86_64: {
+ enabled: true,
+ },
+ },
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CMakeLists.txt new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CMakeLists.txt
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CMakeLists.txt 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CMakeLists.txt 2024-11-29 11:17:25.000000000 +0100
@@ -439,8 +439,6 @@
${BS_DIR_INC}
${BS_DIR_INC}/common
${BS_DIR_INC}/umKmInc
- ${BS_DIR_INSTALL}
- #${BS_DIR_ANDROID}/include
)
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^aarch")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp 2024-11-29 11:17:25.000000000 +0100
@@ -43,7 +43,8 @@
// Define index of cache element
uint32_t Usage = 0;
- uint32_t ReservedPATIdx = 13; /* Rsvd PAT section 13-19 */
+ uint32_t ReservedPATIdx = 16; /* Rsvd PAT section 16-19 */
+ uint32_t ReservedPATIdxEnd = 20;
#if (_WIN32 && (_DEBUG || _RELEASE_INTERNAL))
void *pKmdGmmContext = NULL;
@@ -396,9 +397,6 @@
__GMM_ASSERT(false);
}
-#if (defined __linux__ || defined(WDDM_LINUX))
- IsCpuCacheable = false;
-#endif
// requested compressed and coherent
if (CompressionEnable && IsCpuCacheable)
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CachePolicy/GmmXe_LPGCachePolicy.cpp new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CachePolicy/GmmXe_LPGCachePolicy.cpp
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/CachePolicy/GmmXe_LPGCachePolicy.cpp 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/CachePolicy/GmmXe_LPGCachePolicy.cpp 2024-11-29 11:17:25.000000000 +0100
@@ -386,7 +386,7 @@
}
// Fixed MOCS Table
// Index LookUp Go L3CC L4CC ignorePAT
- GMM_DEFINE_MOCS( 0 , 1 , 0 , L3_WB , L4_WB , 1)
+ GMM_DEFINE_MOCS( 0 , 1 , 0 , L3_WB , L4_WB , 0)
GMM_DEFINE_MOCS( 1 , 1 , 0 , L3_WB , L4_WB , 1)
GMM_DEFINE_MOCS( 2 , 1 , 0 , L3_UC , L4_WB , 1)
GMM_DEFINE_MOCS( 3 , 1 , 0 , L3_UC , L4_UC , 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/Texture/GmmGen12Texture.cpp new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/Texture/GmmGen12Texture.cpp
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/Texture/GmmGen12Texture.cpp 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/Texture/GmmGen12Texture.cpp 2024-11-29 11:17:25.000000000 +0100
@@ -316,6 +316,11 @@
Height = pTexInfo->BaseHeight;
Width = GFX_ULONG_CAST(pTexInfo->BaseWidth);
+ if((pTexInfo->Format == GMM_FORMAT_R8G8B8_UINT) && (pTexInfo->Flags.Info.Linear || pTexInfo->Flags.Info.TiledX))
+ {
+ Width += GFX_CEIL_DIV(Width, 63);
+ }
+
pTexInfo->MSAA.NumSamples = GFX_MAX(pTexInfo->MSAA.NumSamples, 1);
if(pTexInfo->Flags.Info.TiledYf || GMM_IS_64KB_TILE(pTexInfo->Flags))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/Texture/GmmGen9Texture.cpp new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/Texture/GmmGen9Texture.cpp
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/Texture/GmmGen9Texture.cpp 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/Texture/GmmGen9Texture.cpp 2024-11-29 11:17:25.000000000 +0100
@@ -153,8 +153,12 @@
/////////////////////////////
// Calculate Surface QPitch
/////////////////////////////
-
- Width = __GMM_EXPAND_WIDTH(this, GFX_ULONG_CAST(pTexInfo->BaseWidth), HAlign, pTexInfo);
+ Width = GFX_ULONG_CAST(pTexInfo->BaseWidth);
+ if((pTexInfo->Format == GMM_FORMAT_R8G8B8_UINT) && (pTexInfo->Flags.Info.Linear || pTexInfo->Flags.Info.TiledX))
+ {
+ Width += GFX_CEIL_DIV(Width, 63);
+ }
+ Width = __GMM_EXPAND_WIDTH(this, Width, HAlign, pTexInfo);
MipWidth = Width;
if((pTexInfo->Flags.Info.TiledYf || GMM_IS_64KB_TILE(pTexInfo->Flags)) &&
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmFormatTable.h new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmFormatTable.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmFormatTable.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmFormatTable.h 2024-11-29 11:17:25.000000000 +0100
@@ -443,7 +443,7 @@
GMM_FORMAT( P012 , 16, 1, 1, 1, R, x, NA , NC , ALWAYS )
GMM_FORMAT( P016 , 16, 1, 1, 1, R, x, NA , FC(4, x, P016, ,_L ), ALWAYS )
GMM_FORMAT( P208 , 8, 1, 1, 1, R, x, NA , NC , ALWAYS )
-GMM_FORMAT( R10G10B10_XR_BIAS_A2_UNORM , 32, 1, 1, 1, x, x, NA , FC(4, x, RGB10A2, , ), ALWAYS ) // DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM
+GMM_FORMAT( R10G10B10_XR_BIAS_A2_UNORM , 32, 1, 1, 1, R, x, NA , FC(4, x, RGB10A2, , ), ALWAYS ) // DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM
GMM_FORMAT( R24G8_TYPELESS , 32, 1, 1, 1, x, x, NA , FC(4, 32, R, 32, U), ALWAYS ) // DXGI_FORMAT_R24G8_TYPELESS (To differentiate between GENERIC_32BIT.)
GMM_FORMAT( R32G8X24_TYPELESS , 64, 1, 1, 1, x, x, NA , FC(4, 32, R, 32, U), ALWAYS ) // DXGI_FORMAT_R32G8X24_TYPELESS (To differentiate between GENERIC_64BIT.)
GMM_FORMAT( RENDER_8BIT , 8, 1, 1, 1, R, x, NA , NC , ALWAYS )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmResourceInfoCommon.h new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmResourceInfoCommon.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmResourceInfoCommon.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmResourceInfoCommon.h 2024-11-29 11:17:25.000000000 +0100
@@ -715,7 +715,7 @@
/////////////////////////////////////////////////////////////////////////////////////
GMM_INLINE_VIRTUAL GMM_INLINE_EXPORTED void GMM_STDCALL SetMmcMode(GMM_RESOURCE_MMC_INFO Mode, uint32_t ArrayIndex)
{
- __GMM_ASSERT((Mode == GMM_MMC_DISABLED) || (Mode == GMM_MMC_HORIZONTAL) || (Mode == GMM_MMC_VERTICAL));
+ __GMM_ASSERT((Mode == GMM_MMC_DISABLED) || (Mode == GMM_MMC_HORIZONTAL) || (Mode == GMM_MMC_VERTICAL) || (Mode == GMM_MMC_MC) || (Mode == GMM_MMC_RC));
__GMM_ASSERT(ArrayIndex < GMM_MAX_MMC_INDEX);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmResourceInfoExt.h new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmResourceInfoExt.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/GmmLib/inc/External/Common/GmmResourceInfoExt.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/GmmLib/inc/External/Common/GmmResourceInfoExt.h 2024-11-29 11:17:25.000000000 +0100
@@ -59,6 +59,8 @@
GMM_MMC_DISABLED = 0,
GMM_MMC_HORIZONTAL,
GMM_MMC_VERTICAL,
+ GMM_MMC_MC,
+ GMM_MMC_RC
}GMM_RESOURCE_MMC_INFO;
//===========================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/inc/common/igfxfmid.h new/gmmlib-intel-gmmlib-22.5.5/Source/inc/common/igfxfmid.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/inc/common/igfxfmid.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/inc/common/igfxfmid.h 2024-11-29 11:17:25.000000000 +0100
@@ -399,7 +399,7 @@
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
#define GFX_IS_GEN_8_OR_LATER(p) ( ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN8_CORE ) || \
@@ -409,7 +409,7 @@
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
#define GFX_IS_GEN_8_CHV_OR_LATER(p) ( ( GFX_GET_CURRENT_PRODUCT(p) == IGFX_CHERRYVIEW ) || \
@@ -419,7 +419,7 @@
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
#define GFX_IS_GEN_9_OR_LATER(p) ( ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN9_CORE ) || \
@@ -428,7 +428,7 @@
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
#define GFX_IS_GEN_10_OR_LATER(p) (( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN10_CORE ) || \
@@ -436,15 +436,16 @@
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
#define GFX_IS_GEN_11_OR_LATER(p) (( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN11_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GEN12_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HP_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPG_CORE ) || \
- ( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_XE_HPC_CORE ) || \
+ ( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_XE_HPC_CORE ) || \
( GFX_GET_CURRENT_RENDERCORE(p) == IGFX_GENNEXT_CORE ) )
+
#define GFX_IS_GEN_12_OR_LATER(p) (( GFX_GET_CURRENT_RENDERCORE(p) >= IGFX_GEN12_CORE ))
#define GFX_IS_ATOM_PRODUCT_FAMILY(p) ( GFX_IS_PRODUCT(p, IGFX_VALLEYVIEW) || \
GFX_IS_PRODUCT(p, IGFX_CHERRYVIEW) || \
@@ -1936,6 +1937,7 @@
#define DEV_ID_56A4 0x56A4
#define DEV_ID_56A5 0x56A5
#define DEV_ID_56A6 0x56A6
+#define DEV_ID_56AF 0x56AF
#define DEV_ID_56B0 0x56B0
#define DEV_ID_56B1 0x56B1
#define DEV_ID_56B2 0x56B2
@@ -2033,7 +2035,8 @@
( d == DEV_ID_4F81 ) || \
( d == DEV_ID_4F82 ) || \
( d == DEV_ID_4F83 ) || \
- ( d == DEV_ID_4F84 ))
+ ( d == DEV_ID_4F84 ) || \
+ ( d == DEV_ID_56AF ))
#define GFX_IS_DG2_G12_CONFIG(d) ( ( d == DEV_ID_4F85 ) || \
( d == DEV_ID_4F86 ) || \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/inc/common/sku_wa.h new/gmmlib-intel-gmmlib-22.5.5/Source/inc/common/sku_wa.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/inc/common/sku_wa.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/inc/common/sku_wa.h 2024-11-29 11:17:25.000000000 +0100
@@ -194,7 +194,6 @@
typedef struct _WA_TABLE
{
// struct wa_3d
- unsigned int : 0;
WA_DECLARE(
WaAlignIndexBuffer,
@@ -203,7 +202,7 @@
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
// struct _wa_Gmm
- unsigned int : 0;
+ unsigned int Reserved0: 31; // Handle 4bytes alignment boundary to maintain ABI
WA_DECLARE(
WaValign2ForR8G8B8UINTFormat,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gmmlib-intel-gmmlib-22.5.2/Source/inc/umKmInc/UmKmDmaPerfTimer.h new/gmmlib-intel-gmmlib-22.5.5/Source/inc/umKmInc/UmKmDmaPerfTimer.h
--- old/gmmlib-intel-gmmlib-22.5.2/Source/inc/umKmInc/UmKmDmaPerfTimer.h 2024-09-06 11:51:19.000000000 +0200
+++ new/gmmlib-intel-gmmlib-22.5.5/Source/inc/umKmInc/UmKmDmaPerfTimer.h 2024-11-29 11:17:25.000000000 +0100
@@ -339,6 +339,48 @@
VPHAL_SR_SUBPIXEL_CONV_2X2,
VPHAL_SR_CONV_5X5_Y8,
+ //Media Copy
+ VPHAL_MCP_VEBOX_COPY,
+ VPHAL_MCP_RENDER_COPY,
+ VPHAL_MCP_BLT_COPY,
+
+ //OCL FC
+ VPHAL_OCL_FC_0LAYER,
+ VPHAL_OCL_FC_1LAYER,
+ VPHAL_OCL_FC_2LAYER,
+ VPHAL_OCL_FC_3LAYER,
+ VPHAL_OCL_FC_4LAYER,
+ VPHAL_OCL_FC_5LAYER,
+ VPHAL_OCL_FC_6LAYER,
+ VPHAL_OCL_FC_7LAYER,
+ VPHAL_OCL_FC_8LAYER,
+
+ //OCL FC w/ Primary Layer
+ VPHAL_OCL_FC_PRI_1LAYER,
+ VPHAL_OCL_FC_PRI_2LAYER,
+ VPHAL_OCL_FC_PRI_3LAYER,
+ VPHAL_OCL_FC_PRI_4LAYER,
+ VPHAL_OCL_FC_PRI_5LAYER,
+ VPHAL_OCL_FC_PRI_6LAYER,
+ VPHAL_OCL_FC_PRI_7LAYER,
+ VPHAL_OCL_FC_PRI_8LAYER,
+
+ //OCL FC w/ Rotation
+ VPHAL_OCL_FC_ROT_1LAYER,
+ VPHAL_OCL_FC_ROT_2LAYER,
+ VPHAL_OCL_FC_ROT_3LAYER,
+ VPHAL_OCL_FC_ROT_4LAYER,
+ VPHAL_OCL_FC_ROT_5LAYER,
+ VPHAL_OCL_FC_ROT_6LAYER,
+ VPHAL_OCL_FC_ROT_7LAYER,
+ VPHAL_OCL_FC_ROT_8LAYER,
+
+ //OCL FC FastExpress
+ VPHAL_OCL_FC_FP,
+ VPHAL_OCL_FC_FP_ROT,
+
+ //OCL 3DLut
+ VPHAL_OCL_3DLUT,
// ADD TAGS FOR NEW ADVPROC KRNS HERE
VPHAL_PERFTAG_MAX
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package intel-media-driver for openSUSE:Factory checked in at 2025-01-05 15:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-media-driver (Old)
and /work/SRC/openSUSE:Factory/.intel-media-driver.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-media-driver"
Sun Jan 5 15:31:45 2025 rev:41 rq:1234909 version:24.4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-media-driver/intel-media-driver.changes 2024-10-20 10:04:48.212797385 +0200
+++ /work/SRC/openSUSE:Factory/.intel-media-driver.new.1881/intel-media-driver.changes 2025-01-05 15:32:03.559743888 +0100
@@ -1,0 +2,11 @@
+Wed Dec 18 12:08:24 UTC 2024 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 24.4.4:
+ * [Decode] Fix a decode coding style issue
+ * [VP] Fix 3DLut/HVS kernel copy overflow
+ * [Media Common] [VP] [MCPY] Avoid double free when init MCPY fails
+ * Revert "[VP] Fix 3DLut/HVS kernel copy overflow"
+ * [VP] Fix 3DLut/HVS kernel copy overflow
+- Update supplements.
+
+-------------------------------------------------------------------
Old:
----
intel-media-24.4.0.tar.gz
New:
----
intel-media-24.4.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-media-driver.spec ++++++
--- /var/tmp/diff_new_pack.7SGyHi/_old 2025-01-05 15:32:04.191769882 +0100
+++ /var/tmp/diff_new_pack.7SGyHi/_new 2025-01-05 15:32:04.195770047 +0100
@@ -19,7 +19,7 @@
%define so_ver 7
Name: intel-media-driver
-Version: 24.4.0
+Version: 24.4.4
Release: 0
Summary: Intel Media Driver for VAAPI
License: BSD-3-Clause AND MIT
@@ -31,7 +31,7 @@
Source3: baselibs.conf
BuildRequires: c++_compiler
BuildRequires: cmake >= 3.5
-BuildRequires: gmmlib-devel >= 22.3.18
+BuildRequires: gmmlib-devel >= 22.5.5
BuildRequires: pkgconfig
#Note this is NOT libva library version!
BuildRequires: pkgconfig(libva) >= 1.20.0
++++++ intel-media-24.4.0.tar.gz -> intel-media-24.4.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/intel-media-driver/intel-media-24.4.0.tar.gz /work/SRC/openSUSE:Factory/.intel-media-driver.new.1881/intel-media-24.4.4.tar.gz differ: char 13, line 1
++++++ supplements.inc ++++++
--- /var/tmp/diff_new_pack.7SGyHi/_old 2025-01-05 15:32:04.291773995 +0100
+++ /var/tmp/diff_new_pack.7SGyHi/_new 2025-01-05 15:32:04.295774160 +0100
@@ -120,7 +120,6 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d000046A3sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046A6sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046A8sv*sd*bc*sc*i*)
-Supplements: modalias(xorg-x11-server:pci:v00008086d000046AAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046B0sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046B1sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046B2sv*sd*bc*sc*i*)
@@ -134,6 +133,7 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d000046D2sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046D3sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000046D4sv*sd*bc*sc*i*)
+Supplements: modalias(xorg-x11-server:pci:v00008086d000046AAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00004905sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00004906sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00004907sv*sd*bc*sc*i*)
@@ -173,6 +173,7 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d000056A4sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000056A5sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000056A6sv*sd*bc*sc*i*)
+Supplements: modalias(xorg-x11-server:pci:v00008086d000056AFsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000056B0sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000056B1sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d000056B2sv*sd*bc*sc*i*)
@@ -257,7 +258,6 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BA4sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BA5sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BA8sv*sd*bc*sc*i*)
-Supplements: modalias(xorg-x11-server:pci:v00008086d00009BAAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BABsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BACsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BC0sv*sd*bc*sc*i*)
@@ -271,6 +271,7 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BCCsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BE6sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d00009BF6sv*sd*bc*sc*i*)
+Supplements: modalias(xorg-x11-server:pci:v00008086d00009BAAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A720sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A721sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A780sv*sd*bc*sc*i*)
@@ -285,10 +286,10 @@
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7A1sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7A8sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7A9sv*sd*bc*sc*i*)
-Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7AAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7ABsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7ACsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7ADsv*sd*bc*sc*i*)
+Supplements: modalias(xorg-x11-server:pci:v00008086d0000A7AAsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000E202sv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000E20Bsv*sd*bc*sc*i*)
Supplements: modalias(xorg-x11-server:pci:v00008086d0000E20Csv*sd*bc*sc*i*)
1
0