Skip to content

Commit

Permalink
New version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 24, 2023
1 parent 9117e0f commit f05c58d
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APPNAME=blivet-gui
SPECFILE=blivet-gui.spec
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECFILE))
RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECFILE) | sed -e 's|%.*$$||g')
RELEASE_TAG=$(VERSION)-$(RELEASE)
RELEASE_TAG=$(VERSION)

PYTHON=python3

Expand Down
41 changes: 39 additions & 2 deletions blivet-gui.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Tool for data storage configuration
Name: blivet-gui
Version: 2.4.0
Release: 27%{?dist}
Version: 2.4.1
Release: 1%{?dist}
Source0: http://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: blivet-gui_event.conf
License: GPL-2.0-or-later
Expand Down Expand Up @@ -74,6 +74,43 @@ mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf

%changelog
* Fri Mar 24 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.4.1-1
- ci: Add Packit configuration for downstream builds on release (vtrefny)
- spec: Bump release to 27 for Packit daily builds (vtrefny)
- ci: Use Packit for daily builds in Copr (vtrefny)
- Translated using Weblate (Friulian) (f.t.public)
- Translated using Weblate (Indonesian) (andika)
- Translated using Weblate (Hebrew) (sh.yaron)
- Translated using Weblate (Georgian) (temuri.doghonadze)
- Translated using Weblate (Russian) (igor.gorbounov)
- Translated using Weblate (Slovak) (feonsu)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Swedish) (bittin)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Croatian) (linux.hr)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Turkish) (oguz)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (1504305527)
- Translated using Weblate (Korean) (simmon)
- Translated using Weblate (Ukrainian) (yurchor)
- Translated using Weblate (Polish) (piotrdrag)
- Translated using Weblate (Kazakh) (baurthefirst)
- Translated using Weblate (Finnish) (jiri.gronroos)
- Update translation files (noreply)
- Translated using Weblate (German) (atalanttore)
- Fix various typos discovered by spellintian (vtrefny)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (1504305527)
- Translated using Weblate (French) (alexandre)
- spec: Change license string to the SPDX format required by Fedora (vtrefny)
- Translated using Weblate (Korean) (simmon)
- Translated using Weblate (German) (atalanttore)
- Update translation files (noreply)
- Translated using Weblate (Turkish) (oguz)
- Sync spec with downstream (vtrefny)

* Sun Sep 18 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.4.0-1
- Translated using Weblate (Russian) (mistresssilvara)
- Translated using Weblate (Russian) (xasertop)
Expand Down
2 changes: 1 addition & 1 deletion blivetgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.4.0'
__version__ = '2.4.1'
__app_name__ = 'blivet-gui'
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '2.4.0'
version = '2.4.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion po/blivet-gui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-04 15:59+0100\n"
"POT-Creation-Date: 2023-03-24 12:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def make_release_tree(self, base_dir, files):
name='blivet-gui',
cmdclass={"sdist": blivet_gui_sdist},
packages=['blivetgui'],
version='2.4.0',
version='2.4.1',
description = 'Tool for data storages configuration',
author='Vojtech Trefny',
author_email='vtrefny@redhat.com',
Expand Down

0 comments on commit f05c58d

Please sign in to comment.