-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [rpmconf] release [1.1.10-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.9-1 ./ | ||
1.1.10-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Name: rpmconf | ||
Summary: Tool to handle rpmnew and rpmsave files | ||
License: GPL-3.0-only | ||
Version: 1.1.9 | ||
Version: 1.1.10 | ||
Release: 1%{?dist} | ||
URL: https://github.com/xsuchy/rpmconf | ||
# source is created by: | ||
|
@@ -122,6 +122,10 @@ pylint-3 rpmconf bin/rpmconf || : | |
%dir %{_datadir}/rpmconf | ||
|
||
%changelog | ||
* Fri Jul 07 2023 Miroslav Suchý <[email protected]> 1.1.10-1 | ||
- Use rpm.files instead of rpm.fi | ||
- Add upper version bound for setInterruptSafety() | ||
|
||
* Thu May 04 2023 Miroslav Suchý <[email protected]> 1.1.9-1 | ||
- Add BuildRequire on setuptools to fix distutils error on Python 3.12 | ||
- when package config does not exists use /dev/null instead | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setup(name = "rpmconf", | ||
packages = ["rpmconf"], | ||
version = "1.1.9", | ||
version = "1.1.10", | ||
description = "Handle rpmnew and rpmsave files", | ||
author = "Igor Gnatenko", | ||
author_email = "[email protected]", | ||
|