Accepting request 1159361 from home:Vogtinator:qt5.15
Qt 5.15.13, untested as usual OBS-URL: https://build.opensuse.org/request/show/1159361 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdeclarative?expand=0&rev=33
This commit is contained in:
parent
bdd7b57092
commit
981658fdee
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">5.15.12+kde@TAG_OFFSET@</param>
|
||||
<param name="versionformat">5.15.13+kde@TAG_OFFSET@</param>
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtdeclarative-everywhere-src</param>
|
||||
<param name="revision">kde/5.15</param>
|
||||
<param name="parent-tag">v5.15.12-lts-lgpl</param>
|
||||
<param name="parent-tag">v5.15.13-lts-lgpl</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
||||
<param name="changesrevision">792a55bb701d233116c3731c7a53ffdb8c67e407</param></service></servicedata>
|
||||
<param name="changesrevision">b99568135aa60de96ca2e121dc2e8d83fb1ca886</param></service></servicedata>
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 09:55:44 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.13+kde30, rebased upstream:
|
||||
* masm: Don't crash on failed MADV_DONTNEED on Linux
|
||||
* Revert "Fix "white line on top and left side of screen" issue"
|
||||
* Doc: Mention QDS and UI files in Best Practices
|
||||
* Revert "Add listing of the components and scripts that belongs to the qml module"
|
||||
* Revert "Trim file names before adding them to qml components and scripts"
|
||||
* Fix "white line on top and left side of screen" issue
|
||||
* StateMachine: Don't crash if no signal is passed to SignalTransition
|
||||
* QJSEngine: Fix potential JS stack overflow cauased by spread operator
|
||||
* Test262Runner: fix -Wunused-but-set-variable
|
||||
* Fix Shape stroke color when changing alpha from 0 to non-0
|
||||
* QQmlPropertyCache: don't depend on locale for toupper
|
||||
* Bump version to 5.15.13
|
||||
* Fix missing glyphs when using NativeRendering
|
||||
* Revert "Blacklist 1 tests in tst_qquickflickable on macos"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 13:25:40 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
%define qt5_snapshot 1
|
||||
%define libname libQtQuick5
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.12
|
||||
%define so_version 5.15.12
|
||||
%define real_version 5.15.13
|
||||
%define so_version 5.15.13
|
||||
%define tar_version qtdeclarative-everywhere-src-%{version}
|
||||
Name: libqt5-qtdeclarative
|
||||
Version: 5.15.12+kde31
|
||||
Version: 5.15.13+kde30
|
||||
Release: 0
|
||||
Summary: Qt 5 Declarative Library
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
|
BIN
qtdeclarative-everywhere-src-5.15.12+kde31.obscpio
(Stored with Git LFS)
BIN
qtdeclarative-everywhere-src-5.15.12+kde31.obscpio
(Stored with Git LFS)
Binary file not shown.
3
qtdeclarative-everywhere-src-5.15.13+kde30.obscpio
Normal file
3
qtdeclarative-everywhere-src-5.15.13+kde30.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f8a75fcf69597ab4f056396ca37e3cf9ab931a7a6b0a54dc29fb0fbe8954355
|
||||
size 143552014
|
@ -1,4 +1,4 @@
|
||||
name: qtdeclarative-everywhere-src
|
||||
version: 5.15.12+kde31
|
||||
mtime: 1703803658
|
||||
commit: 792a55bb701d233116c3731c7a53ffdb8c67e407
|
||||
version: 5.15.13+kde30
|
||||
mtime: 1710405091
|
||||
commit: b99568135aa60de96ca2e121dc2e8d83fb1ca886
|
||||
|
Loading…
Reference in New Issue
Block a user