4 Commits

Author SHA256 Message Date
037b0ba619 Accepting request 1312002 from graphics
- Update to version 0.5.3+git.1737413116.f4b1be9:
  * Date format following system default
  * Fix an issue with the app not starting under GTK 4.17
  * Fix typo
  * Metainfo delete RECOMMENDS section
  * Add Metainfo entry LAUNCHABLE
  * Remove doubling of custom key metainfo.xml.in
  * Fix doubled value purism form factor
  * Change permission error

OBS-URL: https://build.opensuse.org/request/show/1312002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picplanner?expand=0&rev=5
2025-10-17 15:27:31 +00:00
e39416b641 Use proper versioning
OBS-URL: https://build.opensuse.org/package/show/graphics/picplanner?expand=0&rev=12
2025-10-17 11:43:58 +00:00
8923778756 Fix spec
OBS-URL: https://build.opensuse.org/package/show/graphics/picplanner?expand=0&rev=11
2025-10-17 07:06:15 +00:00
f62d6ea6e6 - Update to version 0.5.3+git.1737413116.f4b1be9:
* Date format following system default
  * Fix an issue with the app not starting under GTK 4.17
  * Fix typo
  * Metainfo delete RECOMMENDS section
  * Add Metainfo entry LAUNCHABLE
  * Remove doubling of custom key metainfo.xml.in
  * Fix doubled value purism form factor
  * Change permission error

OBS-URL: https://build.opensuse.org/package/show/graphics/picplanner?expand=0&rev=10
2025-10-17 06:55:49 +00:00
6 changed files with 38 additions and 8 deletions

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="manual">
<param name="url">https://gitlab.com/Zwarf/picplanner</param>
<param name="versionformat">0.5.3+git@TAG_OFFSET@.%h</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.com/Zwarf/picplanner</param>
<param name="changesrevision">f4b1be9a310697860a3b233bd95d3c277464a0b6</param></service></servicedata>

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 17 06:54:52 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 0.5.3+git.1737413116.f4b1be9:
* Date format following system default
* Fix an issue with the app not starting under GTK 4.17
* Fix typo
* Metainfo delete RECOMMENDS section
* Add Metainfo entry LAUNCHABLE
* Remove doubling of custom key metainfo.xml.in
* Fix doubled value purism form factor
* Change permission error
-------------------------------------------------------------------
Thu Nov 23 13:56:15 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package picplanner
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,12 @@
Name: picplanner
Version: 0.5.0
Version: 0.5.3+git11.f4b1be9
Release: 0
Summary: A GTK application for photographers using GNU Linux or especially Linux phones
License: GPL-3.0-or-later
URL: https://gitlab.com/Zwarf/%{name}
Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
Source: %{name}-%{version}.tar.xz
BuildRequires: desktop-file-utils
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
@@ -43,7 +42,7 @@ photograph.
%lang_package
%prep
%autosetup -p1 -n %{name}-v%{version}
%autosetup -p1 -n %{name}-%{version}
%build
%meson