SHA256
1
0
forked from pool/OpenLP

8 Commits

Author SHA256 Message Date
d7653eb7ee Accepting request 1274190 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1274190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenLP?expand=0&rev=34
2025-05-05 20:25:58 +00:00
35034edb65 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/OpenLP?expand=0&rev=13 2025-05-04 07:35:03 +00:00
ecc9b5890f Accepting request 1274037 from multimedia:apps
- Update licenses to match latest legal review

OBS-URL: https://build.opensuse.org/request/show/1274037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenLP?expand=0&rev=33
2025-05-03 18:58:24 +00:00
7775ef28a8 Fix GPL assignation.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/OpenLP?expand=0&rev=12
2025-05-02 14:58:25 +00:00
1d50cd5d68 Fix %%files.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/OpenLP?expand=0&rev=11
2025-04-25 19:05:31 +00:00
47b09ac3e7 - Update licenses to match latest legal review
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/OpenLP?expand=0&rev=10
2025-04-24 12:42:43 +00:00
296ce85eda Accepting request 1234161 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1234161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenLP?expand=0&rev=32
2025-01-01 22:08:30 +00:00
403e657bc2 This update should fix openlp on Tumbleweed, which is not working atm
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/OpenLP?expand=0&rev=9
2024-12-31 16:09:02 +00:00
4 changed files with 33 additions and 7 deletions

View File

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

3
OpenLP-3.1.7.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat May 3 17:20:58 UTC 2025 - Cor Blom <cornelis@solcon.nl>
- Update to 3.1.6:
* Fix media autostart behavior regarding video slide items
* Attempt to prevent false antivirus warnings in Windows
* Fix an incorrect version number in some builds
- Update to 3.1.7:
* PDF presentations that were disabled in release 3.1.6 by accident are available again.
* Fix issue 1733 by forcing VLC version 3.0.18.
- Drop no longer necessary fix-version.patch
-------------------------------------------------------------------
Thu Apr 24 10:34:16 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
- Update licenses to match latest legal review
-------------------------------------------------------------------
Fri Dec 27 22:08:22 UTC 2024 - Cor Blom <cornelis@solcon.nl>
- Update to 3.1.5: there has been a number of releases, details
can be found at:
https://openlp.org/blog/
- Add fix-version.patch to set the version at 3.1.5 instead of
3.1.4
-------------------------------------------------------------------
Sat Mar 2 21:18:57 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>

View File

@@ -17,10 +17,10 @@
Name: OpenLP
Version: 3.1.0
Version: 3.1.7
Release: 0
Summary: Open source Church presentation and lyrics projection application
License: GPL-2.0-only
License: GPL-2.0-only AND GPL-3.0-or-later AND (MIT OR GPL-2.0-only) AND (MIT OR BSD-3-Clause OR GPL-3.0-or-later) AND MIT
URL: https://gitlab.com/openlp/openlp
Source0: https://get.openlp.org/%{version}/%{name}-%{version}.tar.gz
Source1: OpenLP-rpmlintrc
@@ -121,7 +121,7 @@ update-desktop-database > /dev/null 2>&1 ||:
%{_datadir}/applications/openlp.desktop
%{_datadir}/icons/hicolor
%{_datadir}/openlp
%{python3_sitelib}/openlp/
%{python3_sitelib}/%{name}-%{version}*-info
%{python3_sitelib}/[Oo]pen[Ll][Pp]
%{python3_sitelib}/[Oo]pen[Ll][Pp]-%{version}*-info
%changelog