Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 037b0ba619 | |||
| e39416b641 | |||
| 8923778756 | |||
| f62d6ea6e6 |
14
_service
Normal file
14
_service
Normal 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
4
_servicedata
Normal 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>
|
||||
3
picplanner-0.5.3+git11.f4b1be9.tar.xz
Normal file
3
picplanner-0.5.3+git11.f4b1be9.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b35baf1d294f5ec562e172431774489f93aeeac0878c61800531e3bdda8f387
|
||||
size 1451932
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75886e9639fd38a4015ec0e2d5d29cc9b4fb38331ea11694c929bce7f6e3ac01
|
||||
size 1493586
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user