Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 15 additions and 69 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBKQAKCRAsjfWHptSq
wUNBAPwPHgT3DE6D5kRzK9hNSzCrUKFvXTpFNFHeRgi2oCHmEAEAs0/vNK4NG6BY
zU8uk1XY+2I064peuWV/PgmzjjZ6Lww=
=lfxI
-----END PGP SIGNATURE-----

3
attica-6.5.0.tar.xz Normal file
View File

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

7
attica-6.5.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy+0QAKCRAsjfWHptSq
wVCiAQCquhLkH/PQMnZPBDcdY37aB3EgWb6TSKf+qocsmbz0ZgD+NAhQ0Gq2xdtu
/vvU+Qf3pDRi7+B0nkAU4OoqdbbKKAk=
=IP+N
-----END PGP SIGNATURE-----

View File

@ -1,59 +1,3 @@
-------------------------------------------------------------------
Tue Jan 7 18:17:17 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.10.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.10.0
- Changes since 6.9.0:
* Update dependency version to 6.10.0
* Update version to 6.10.0
-------------------------------------------------------------------
Sun Dec 8 10:09:03 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.9.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.9.0
- Changes since 6.8.0:
* Update dependency version to 6.9.0
* It compiles fine without deprecated methods
* Update version to 6.9.0
-------------------------------------------------------------------
Mon Nov 4 11:17:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
-------------------------------------------------------------------
Mon Oct 7 09:59:43 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0
- Changes since 6.6.0:
* Update dependency version to 6.7.0
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:01 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.6.0
- Changes since 6.5.0:
* Update version to 6.6.0
* ci: add Alpine/musl job
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 5 10:47:26 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon Aug 5 10:47:26 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -16,16 +16,16 @@
# #
%define qt6_version 6.7.0 %define qt6_version 6.6.0
%define rname attica %define rname attica
# Full KF6 version (e.g. 6.10.0) # Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}} %{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0) # Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kf6-attica Name: kf6-attica
Version: 6.10.0 Version: 6.5.0
Release: 0 Release: 0
Summary: Open Collaboration Service client library Summary: Open Collaboration Service client library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -49,6 +49,8 @@ Attica is a library to access Open Collaboration Service servers.
%package -n libKF6Attica6 %package -n libKF6Attica6
Summary: Open Collaboration Service client library Summary: Open Collaboration Service client library
Requires: kf6-attica >= %{version} Requires: kf6-attica >= %{version}
%requires_ge libQt6Core6
%requires_ge libQt6Network6
%description -n libKF6Attica6 %description -n libKF6Attica6
Attica is a library to access Open Collaboration Service servers. Attica is a library to access Open Collaboration Service servers.