Skip to content

Commit

Permalink
maintenance, release preparation v0.15-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgibbon committed Feb 2, 2023
1 parent 3744bb8 commit eee8816
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
id: build_armv7hl
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.5.0.16

- name: Build i486
id: build_i486
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.5.0.16
arch: i486

# aarch64 complains about ssl/crypto
Expand All @@ -42,7 +42,7 @@ jobs:
id: build_aarch64
uses: coderus/github-sfos-build@master
with:
release: 4.2.0.21
release: 4.5.0.16
arch: aarch64

- name: Upload build result
Expand Down
13 changes: 7 additions & 6 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[main]
host = https://www.transifex.com

[slumber.harbour-slumberts]
file_filter = main/translations/harbour-slumber-<lang>.ts
minimum_perc = 0
source_file = main/translations/harbour-slumber-en.ts
source_lang = en
type = QT
[o:velocode:p:slumber:r:harbour-slumberts]
file_filter = main/translations/harbour-slumber-<lang>.ts
source_file = main/translations/harbour-slumber-en.ts
type = QT
minimum_perc = 0
resource_name = harbour-slumber.ts


2 changes: 2 additions & 0 deletions main/harbour-slumber.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ Name=slumber
Name[de]=slumber

[X-Sailjail]
OrganizationName=harbour-slumber
ApplicationName=harbour-slumber
Sandboxing=Disabled
8 changes: 8 additions & 0 deletions rpm/harbour-slumber.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Thu Feb 02 2023 velox 0.15-1
- bugfix: handle changed duration formatter in sfos 4.5
- bugfix: remove incompatible arguments (busybox) for privileged actions
- bugfix: handle changed bluetooth audio identifier in sfos 4.5
- maintenance: update transifex config format
- maintenance: update github action for sfos 4.5
- translation update pl (thank you, atlochowski!)

* Sat Jun 05 2021 velox 0.14-3
- bugfix: more privileged launcher changes
- bugfix: opt out of sailjail
Expand Down
5 changes: 3 additions & 2 deletions rpm/harbour-slumber.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ Name: harbour-slumber
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Slumber Sleeptimer
Version: 0.14
Release: 3
Version: 0.15
Release: 1
Group: Qt/Qt
License: GPL2
URL: https://github.com/jgibbon/slumber
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-slumber.yaml
Requires: sailfish-version >= 4.5.0
Requires: sailfishsilica-qt5 >= 0.10.9
Requires: qt5-qtdeclarative-import-sensors
Requires: nemo-qml-plugin-dbus-qt5
Expand Down
5 changes: 3 additions & 2 deletions rpm/harbour-slumber.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-slumber
Summary: Slumber Sleeptimer
Version: 0.14
Release: 3
Version: 0.15
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt
Expand Down Expand Up @@ -33,6 +33,7 @@ PkgConfigBR:

# Runtime dependencies which are not automatically detected
Requires:
- sailfish-version >= 4.5.0
- sailfishsilica-qt5 >= 0.10.9
- qt5-qtdeclarative-import-sensors
- nemo-qml-plugin-dbus-qt5
Expand Down

0 comments on commit eee8816

Please sign in to comment.