SHA256
1
0
forked from pool/umbrello
Christophe Giboudeaux 2021-07-27 09:36:08 +00:00 committed by Git OBS Bridge
parent b02540cf5d
commit 6795c05d57
6 changed files with 47 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a51138f8987e1c23dea6954d0e1d2d42e2d2e7bed0e5bfec56524e0a8f181a4
size 5650032

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmDj6RgACgkQu0YzUNbv
Me+VzQ/+NWDtWmc3yNk0weWk1cmX/bjC203Cf4zKr46/joBs03RspBPJSdR4XGBQ
296D+WJuD4RqqdUYGI3DJ9mRYiCxdGDbuOd24vAXRs3LdCY8Sjp0avN4jGx2ppXu
bDcrnczq0069hWap/1gyiLfw1+jLSWODl7LLfRKkgeVtmed6FptokJ4Lk/leEel4
UdPchbLAX+pBkNsQdQzYrszzPud9WRshPKZ62dXG90x+57HJCifp0La6TvOhj35o
DXenWQy80w+3y9o9POJHW0klmPTlow+kk1XeeCAC8KlXUxGGKxpP3pM0Tp9H/Ydw
lTIFQDPqaZZ2CGVMJ+wo/rvq5iB9HGrZdubpynNjz7gnpHobfkXjUDBM1mDD5bT9
r8Cp10XKdHZ4xm56+1UNxO0P7g6L0q6VFlaopGGKcOdsXa8bk9/e5vHC5YNmR9B4
2DU00o6XFGiUkB2g5QmHvFQtT1oyWiTKeF2oiqA54wXpZWIUzoB5T9QUq6R7VWjK
UoxYO0xhujQy1JZWFIY1rsxq9MZoR/7FEHI2ea+pOI3fWyn2sfrxBrcnbcr888TK
9cej4hWM0X5wofCBcdbnbJ9bwQiQdvrYCetaKUTD9TgU4UaUXOefqzcrO7hZ2BSj
IXAnl0DV1YL4QfvSv8dHzH0KZx9scPq6HJYAEMJ5DVM+bpul1HI=
=4U6G
-----END PGP SIGNATURE-----

3
umbrello-21.07.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3eb69ca6c0ddc87accd917c94810aa3c07535d2881047b602d7aba4ced821d95
size 5649800

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmDxi6IACgkQOmpNuDnq
ptfRqw/8DVI4Yl0rfKx2Nrv3pMtiRaVWlPhtchqxasmkKyPwxWC2pY5FtH5mcLd/
l4ZPn8rfx4Muge4suC33RuhqJOJWU882yOSeIZFS0Y13a793YSm9Lc6po66i/HXd
IEcdC6Jmo6iKlSMzTDw3vJ7F7YkS/RcjYig87yeptVXTXBOpM9gqaMGYmNA0T4aY
BNRsi0Gcwh3XvM8bwuHF8a/tB9dtN64PB3p7eBap9F16JcDTnpGTWDHLJEQtzfGQ
63b7Yao6X3o4FtLxl9Lj467O/l7uhvZmQoToBNRv2NgoKpqyfdPFOKNu6Vt8hnO7
9kOiS3ay0+m/hJy0x0GeGyYrLUEpw2VjUwLS/8tYgdvxF/37O3L9+lx+DIEWJPoF
TDiZav/QoFl28c8usLSQScWTtJDHicxAnoYmRZU+gY1bRQIxMr8AirZXynkmoGy8
wyrKOrfEaUfFIGj43qPhx2H5S2eWYen2w26M6XkrjjCJKx+sejIQw3bx7825o4kw
TdhunYJkzxhQRVwUHCAuWkKRR7/kbyvXIUPbC2o7qAXvRcAkcPeSmEsJfW39dAgE
fY1R0Uz3avYk2ZVvfp6bqJLjL2PtWv8bReEvtcIPC8eoaU558wIF5W1P+8+bMQ6p
oLHKp0R3vWfjIoo/z1kAQse679Rj3WavPb/uEnMthISVxlKuX7Y=
=IxpK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jul 17 20:07:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.07.80
* New feature release
- Changes since 21.04.3:
* Fix user visible copyright string (no SPDX) (2)
* Fix user visible copyright string (no SPDX)
* cmake ignored MSVC , lets try NOT WIN32
* Disable LLVM tests temporarly for MSVC systems for the sake of CI Builds
* Revert changes to heading templates
* Manual conversions & formatting
* Convert copyright texts to SPDX format
* Fix formatting for SPDX headers
* Convert license headers to SPDX
* lib/cppparser/lexer.cpp : In function tokenize() replace
`for (;;)` by `while (!eof())`.
* lib/cppparser/lexer.h : In functions offset(int) and
getOffset(const QChar*) add Q_ASSERT calls to expose invalid
inputs at their source.
* codeimpwizard/codeimpthread.cpp : In CodeImpThread(QFileInfo&, QObject*)
call to connect() fix signature of SIGNAL(askQuestion) and SLOT(questionAsked).
- Only install the license files once
-------------------------------------------------------------------
Wed Jul 7 08:59:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,15 +21,15 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: umbrello
Version: 21.04.3
Version: 21.07.80
Release: 0
Summary: UML Modeller
License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
Group: Development/Tools/Other
URL: https://apps.kde.org/umbrello
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
# PATCH-FIX-UPSTREAM
@ -64,7 +64,6 @@ BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
Recommends: %{name}-lang
Obsoletes: umbrello5 < %{version}
Provides: umbrello5 = %{version}
@ -92,7 +91,7 @@ export CFLAGS="%{optflags} -fPIC"
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file org.kde.umbrello Development Design
%suse_update_desktop_file org.kde.umbrello Development Design
%files
%license COPYING COPYING.DOC
@ -109,7 +108,6 @@ export CFLAGS="%{optflags} -fPIC"
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%endif
%changelog