Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpcs3 for openSUSE:Factory checked in at 2024-02-25 14:06:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpcs3 (Old) and /work/SRC/openSUSE:Factory/.rpcs3.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpcs3" Sun Feb 25 14:06:44 2024 rev:17 rq:1150152 version:0.0.30~git20240220 Changes: -------- --- /work/SRC/openSUSE:Factory/rpcs3/rpcs3.changes 2024-02-12 18:55:48.918310624 +0100 +++ /work/SRC/openSUSE:Factory/.rpcs3.new.1770/rpcs3.changes 2024-02-25 14:06:55.838662506 +0100 @@ -1,0 +2,80 @@ +Fri Feb 23 11:39:25 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- +Wed Feb 21 11:25:54 UTC 2024 - [email protected] + +- Update to version 0.0.30~git20240220: + * Qt: add Q_OBJECT macro to midi_creator + * Qt: localize default pad names + * vk: Move driver properties to properties section from features section + * Qt 6.6.2 + * PPU LLVM: Relax MSELF entry name constraints + * SPU Analyzer: forgive invalid code, use interpreter + * PPU LLVM: Do not use possible duplicates in MSELF + * Add debug info to ENOMEMs + * Fixup lv2_file::file_view::read() regression + * Add debug info to sys_fs_lseek + * PPU LLVM: Add more MSELF file checks + * Fix lv2_file::file_view::size() + * ELF.h: Avoid using seek operations + * sys_prx/overlay: Add some debugging steps + * raw_mouse: adjust relative mouse position if the window size changed + * rsx/vk: Fix WCB/Blit flush deadlock + * vk: Implement fast RSX release if there is no pending GPU work + * Crypto\EDATA: Optimize decrypt_block to avoid an allocation + * Fix lv2_file::file_view::read_at + * EDATA: Add more logging + * Add logging for cellFsSdataOpenByFd + * Fix EDATADecrypter::ReadData + * Savestates/sys_fs: Save NPDRM decryption key + * Add <optional> to RB3MidiDrums.h + * raw_mouse: center cursors on init + * sys_usbd: silence warning + * overlays: fix raw mouse debug overlay pos type + * input: implement raw_mouse_handler + * overlays: use signed short for position to allow negative positions + * Add limited support for midi drums w/ rockband 3 (#15054) + * Revert FM(a*re_accurate) shortcut to relaxed + * Fixes full fm(a, re_accurate) pattern + * Improve re_accurate + * Disable updates for local build + * vk: Silence compiler warning + * Update skylander_dialog.cpp + * overlays: localize sendmessage confirmation + * Thread.cpp: Explicitly state difference type in thread_ctrl::wait_for_accurate + * Fixup HW thread switch delay condition for performance + * Improve cpu_flag::yield handling + * PPU/LV2: Implement HW threads switching delay when signaling higher priority threads + * vk: Don't panic on encountering the exotic mesa drivers + * vk: Emit a strong warning if dozen is detected as the currently loaded driver. + * vk: Make more features "optional" + * vk: Improve driver detection for dozen and lavapipe + * rsx: Lower some performance warnings to trace to reduce log spam + * Buildfiles improvements + * Stop including x86 intrinsics in other architectures + * Don't include x64 options when building arm64 + * Update CMake requirements in BUILDING.md + * Fix linux build + * vk: Improve compute->compute barrier before detiling + * vk: Tighten some memory bounds checks + * rsx/vk: Fix GPU tile encoding + * rsx: Fix cpu detiler + * rsx: Provide tile alignment utility (align to 64 * pitch blocks) + * rsx/vk: Redefine the (de)tiler config interface + * Avoid modifying any memory on SYS_NET_EINTR cases + * Restrict file creation in /dev_hdd0 + * SPU LLVM: Allow swapped FMA and multiplications args in match context + * Update libpng to 1.6.42 + * Add various SPU patterns + * Accurate FI + * Update submodules + * Crypto/unedat.cpp: remove extract_all_data + * Crypto/PKG installer: Fix potential RAM shortage when extracing EDAT files + * Crypto/sys_fs: Fix potential RAM shortage in NPDRM decryption + * Crypto/sys_fs: Remove some seek operations + * Add sceNpPlus to registered modules + +------------------------------------------------------------------- Old: ---- rpcs3-0.0.30~git20240205.tar.xz New: ---- rpcs3-0.0.30~git20240220.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpcs3.spec ++++++ --- /var/tmp/diff_new_pack.tIwPuT/_old 2024-02-25 14:06:56.842698849 +0100 +++ /var/tmp/diff_new_pack.tIwPuT/_new 2024-02-25 14:06:56.842698849 +0100 @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.30~git20240205 +Version: 0.0.30~git20240220 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only @@ -95,9 +95,7 @@ An open-source PlayStation 3 emulator/debugger written in C++. %prep -%setup -q -a 1 -%patch1 -p 1 -%patch2 -p 1 +%autosetup -p1 -a 1 #Generate Version Strings GIT_VERSION=$(echo %{version} | sed 's|.*git|git~|g') ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.tIwPuT/_old 2024-02-25 14:06:56.894700731 +0100 +++ /var/tmp/diff_new_pack.tIwPuT/_new 2024-02-25 14:06:56.894700731 +0100 @@ -5,6 +5,6 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/RPCS3/rpcs3.git</param> - <param name="changesrevision">26d406fec3eca124b157be066fa5b3057561fccb</param></service></servicedata> + <param name="changesrevision">6b43e5c80ead8dd69b09e489ecd8d90840ad20a1</param></service></servicedata> (No newline at EOF) ++++++ intel-ittapi.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/intel-ittapi/.github/dependabot.yml new/intel-ittapi/.github/dependabot.yml --- old/intel-ittapi/.github/dependabot.yml 2024-01-12 18:07:30.000000000 +0100 +++ new/intel-ittapi/.github/dependabot.yml 2024-02-10 03:28:05.000000000 +0100 @@ -4,3 +4,5 @@ directory: / schedule: interval: weekly + # Disable the steady stream of version updates for actions; only notify about security updates. + open-pull-requests-limit: 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/intel-ittapi/.github/workflows/codeql.yml new/intel-ittapi/.github/workflows/codeql.yml --- old/intel-ittapi/.github/workflows/codeql.yml 2024-01-12 18:07:30.000000000 +0100 +++ new/intel-ittapi/.github/workflows/codeql.yml 2024-02-10 03:28:05.000000000 +0100 @@ -45,7 +45,7 @@ # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11 + uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -55,7 +55,7 @@ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11 + uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 # â¹ï¸ Command-line programs to run using the OS shell. # ð See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -68,6 +68,6 @@ # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11 + uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: category: "/language:${{matrix.language}}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/intel-ittapi/.github/workflows/main.yml new/intel-ittapi/.github/workflows/main.yml --- old/intel-ittapi/.github/workflows/main.yml 2024-01-12 18:07:30.000000000 +0100 +++ new/intel-ittapi/.github/workflows/main.yml 2024-02-10 03:28:05.000000000 +0100 @@ -46,7 +46,7 @@ runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5 + - uses: EmbarkStudios/cargo-deny-action@5def368d93be6684ad20a0fdec5f23c8ea11e022 # v1.5.13 with: arguments: --manifest-path rust/Cargo.toml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/intel-ittapi/.github/workflows/release.yml new/intel-ittapi/.github/workflows/release.yml --- old/intel-ittapi/.github/workflows/release.yml 2024-01-12 18:07:30.000000000 +0100 +++ new/intel-ittapi/.github/workflows/release.yml 2024-02-10 03:28:05.000000000 +0100 @@ -27,7 +27,7 @@ run: python buildall.py -pt -v - name: Display structure of files run: ls -R - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: build-artifacts path: build*/**/bin @@ -52,7 +52,7 @@ draft: false prerelease: false - name: Download Artifacts - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 - name: Display structure of downloaded files run: ls -R - name: Zip files ++++++ rpcs3-0.0.30~git20240205.tar.xz -> rpcs3-0.0.30~git20240220.tar.xz ++++++ /work/SRC/openSUSE:Factory/rpcs3/rpcs3-0.0.30~git20240205.tar.xz /work/SRC/openSUSE:Factory/.rpcs3.new.1770/rpcs3-0.0.30~git20240220.tar.xz differ: char 15, line 1
