Private
Public Access
1
0

Release Kordophone ungrouped RPMs

This commit is contained in:
2026-06-15 00:53:27 -07:00
parent 3a113e3169
commit c30e118b05
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ if [[ "$found" -ne 1 ]]; then
exit 1 exit 1
fi fi
package_group="${RPM_PACKAGE_GROUP:-${RPM_DISTRO_NAME}/${RPM_DISTRO_VERSION}}" package_group="${RPM_PACKAGE_GROUP:-}"
{ {
printf 'RELEASE_VERSION=%s\n' "$version" printf 'RELEASE_VERSION=%s\n' "$version"

View File

@@ -21,8 +21,8 @@ jobs:
image: fedora:43 image: fedora:43
steps: steps:
# Build inside Fedora so the RPM package repository grouping matches the # Build inside Fedora so rpmbuild and generated dependencies match the
# Fedora release we publish to. # Fedora release we publish for.
- name: Install system dependencies - name: Install system dependencies
run: | run: |
set -eu set -eu

2
core/Cargo.lock generated
View File

@@ -1274,7 +1274,7 @@ dependencies = [
[[package]] [[package]]
name = "kordophoned" name = "kordophoned"
version = "1.3.2" version = "1.3.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "kordophoned" name = "kordophoned"
version = "1.3.2" version = "1.3.3"
edition = "2021" edition = "2021"
license = "GPL-3.0" license = "GPL-3.0"
description = "Client daemon for the Kordophone chat protocol" description = "Client daemon for the Kordophone chat protocol"

View File

@@ -1,5 +1,5 @@
Name: kordophone Name: kordophone
Version: %{?app_version}%{!?app_version:1.3.0} Version: %{?app_version}%{!?app_version:1.4.5}
Release: 1%{?dist} Release: 1%{?dist}
Summary: GTK4/Libadwaita client for Kordophone Summary: GTK4/Libadwaita client for Kordophone

View File

@@ -1,5 +1,5 @@
project('kordophone', 'vala', project('kordophone', 'vala',
version : '1.0.2', version : '1.4.5',
meson_version : '>=0.56.0', meson_version : '>=0.56.0',
default_options : ['warning_level=2'] default_options : ['warning_level=2']
) )