File project.diff of Package nextcloud-apps-terms_of_service
--- nextcloud-apps-terms_of_service.changes.orig
+++ nextcloud-apps-terms_of_service.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Tue Jun 4 15:33:55 UTC 2024 - Daniel Molkentin <daniel@molkentin.de>
+
+- Bump to version 2.4.0
+
+-------------------------------------------------------------------
+Tue Jun 4 09:25:46 UTC 2024 - Daniel Molkentin <daniel@molkentin.de>
+
+- Bump to version 2.3.1
+
+-------------------------------------------------------------------
Fri Dec 22 15:40:07 UTC 2023 - Daniel Molkentin <daniel@molkentin.de>
- Bump to version 2.3.2
--- nextcloud-apps-terms_of_service.spec.orig
+++ nextcloud-apps-terms_of_service.spec
@@ -18,7 +18,7 @@
%define app_name terms_of_service
Name: nextcloud-apps-%{app_name}
-Version: 2.3.2
+Version: 2.4.0
Release: 0
#
Summary: Nextcloud Apps - Terms of Service
@@ -41,6 +41,7 @@ Requires users to accept the terms of se
%build
rm -rf vendor/maxmind-db/reader/ext
find -name '.*' -and -type f -exec rm {} +
+find -name '*.orig' -and -type f -exec rm {} +
%{nextcloud_apps_package %{app_name}}
%changelog