[packit] 2.8 upstream release
Upstream tag: 2.8 Upstream commit: 12b8e6bf Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
This commit is contained in:
parent
5c14558994
commit
f2c74e05f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/libbytesize-2.5.tar.gz
|
||||
/libbytesize-2.6.tar.gz
|
||||
/libbytesize-2.7.tar.gz
|
||||
/libbytesize-2.8.tar.gz
|
||||
|
||||
68
.packit.yaml
Normal file
68
.packit.yaml
Normal file
@ -0,0 +1,68 @@
|
||||
actions:
|
||||
post-upstream-clone:
|
||||
- './autogen.sh'
|
||||
- './configure'
|
||||
create-archive:
|
||||
- 'make'
|
||||
- 'make local'
|
||||
- 'bash -c "ls *.tar*"'
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all-x86_64
|
||||
- epel-8-aarch64
|
||||
- epel-8-ppc64le
|
||||
- epel-8-x86_64
|
||||
- epel-9-aarch64
|
||||
- epel-9-ppc64le
|
||||
- epel-9-x86_64
|
||||
trigger: pull_request
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
owner: "@storage"
|
||||
project: blivet-daily
|
||||
branch: master
|
||||
preserve_project: true
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
owner: "@storage"
|
||||
project: udisks-daily
|
||||
branch: master
|
||||
preserve_project: true
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
|
||||
srpm_build_deps:
|
||||
- make
|
||||
- gcc
|
||||
- libtool
|
||||
- autoconf
|
||||
- automake
|
||||
- gmp-devel
|
||||
- mpfr-devel
|
||||
- pcre2-devel
|
||||
- gettext-devel
|
||||
- python3-devel
|
||||
- gtk-doc
|
||||
|
||||
downstream_package_name: libbytesize
|
||||
specfile_path: dist/libbytesize.spec
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.69.0.
|
||||
@ -16,12 +16,12 @@
|
||||
%define configure_opts %{?python3_opts} %{?tools_opts}
|
||||
|
||||
Name: libbytesize
|
||||
Version: 2.7
|
||||
Release: 5%{?dist}
|
||||
Version: 2.8
|
||||
Release: 21%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
@ -115,6 +115,39 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 24 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.8-21
|
||||
- New version - 2.8 (Vojtech Trefny)
|
||||
- ci: Do not use release descriptions for Packit builds (Vojtech Trefny)
|
||||
- Do not hardcode pylint executable name in Makefile (Vojtech Trefny)
|
||||
- Remove unused test dependencies variables from Makefile (Vojtech Trefny)
|
||||
- docs: Remove information about Python 2 support (Vojtech Trefny)
|
||||
- Various docstring fixes (Vojtech Trefny)
|
||||
- Replace C++ style comments with C style (Vojtech Trefny)
|
||||
- Make use of error optional (Vojtech Trefny)
|
||||
- spec: Fix source archive URL (Vojtech Trefny)
|
||||
- ci: Add Packit automation for downstream builds (Vojtech Trefny)
|
||||
- spec: Bump release to 21 for Packit daily builds (Vojtech Trefny)
|
||||
- ci: Use Packit for daily builds in Copr (Vojtech Trefny)
|
||||
- ci: Remove GitHub action for RPM builds (Vojtech Trefny)
|
||||
- ci: Add Packit configuration for RPM builds on pull requests (Vojtech Trefny)
|
||||
- configure.ac: Remove invalid email address for bug reports (Vojtech Trefny)
|
||||
- ci: Update chroots for RPM builds (Vojtech Trefny)
|
||||
- Translated using Weblate (Kazakh) (Baurzhan Muftakhidinov)
|
||||
- Added translation using Weblate (Kazakh) (Baurzhan Muftakhidinov)
|
||||
- misc: Remove "warn: false" from Ansible "command" (Vojtech Trefny)
|
||||
- Translated using Weblate (Georgian) (Temuri Doghonadze)
|
||||
- spec: Change license string to the SPDX format required by Fedora (Vojtech Trefny)
|
||||
- Added translation using Weblate (Georgian) (Temuri Doghonadze)
|
||||
- Update translation files (Weblate)
|
||||
- Translated using Weblate (Korean) (김인수)
|
||||
- ci: Update Fedora versions for RPM build tests (Vojtech Trefny)
|
||||
- ci: Rename csmock.Dockerfile to ci.Dockerfile (Vojtech Trefny)
|
||||
- ci: Update the csmock GitHub actions configuration (Vojtech Trefny)
|
||||
- ci: Run rpmbuild tests in GitHub actions (Vojtech Trefny)
|
||||
- Add a GitHub action for running csmock static analysis (Vojtech Trefny)
|
||||
- README: Remove the Travis CI badge (Vojtech Trefny)
|
||||
- Sync spec with downstream (Vojtech Trefny)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-2.7.tar.gz) = 3f2bdebad1e145227d7c81b25b8832ab9f984513c35d81254f68c0cb50b1883f3b96fbb258d7c8223fb284d79dc4ec8b01beae3f7687cded629b269ef5b7210e
|
||||
SHA512 (libbytesize-2.8.tar.gz) = 96543b75dd5a3409e0316b46725409bc5b04acb0d6c85875bbc2eb8cfd842c543ace99ffe84c09c16daa3fd1346d2aa64df20ed171bb4540642fdba7499922ca
|
||||
|
||||
Loading…
Reference in New Issue
Block a user