Compare commits

..

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libbytesize-2.10.tar.gz
SOURCES/libbytesize-2.5.tar.gz

@ -1 +1 @@
bf786fda3aca41457ad117463c5fb54643247462 SOURCES/libbytesize-2.10.tar.gz
8e2ed5dacc195e3189f12f3bd23a86bdc7674f9c SOURCES/libbytesize-2.5.tar.gz

@ -16,12 +16,12 @@
%define configure_opts %{?python3_opts} %{?tools_opts}
Name: libbytesize
Version: 2.10
Release: 5%{?dist}
Version: 2.5
Release: 3%{?dist}
Summary: A library for working with sizes in bytes
License: LGPL-2.1-or-later
License: LGPLv2+
URL: https://github.com/storaged-project/libbytesize
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc
@ -54,6 +54,7 @@ with the libbytesize library.
%package -n python3-%{realname}
Summary: Python 3 bindings for libbytesize
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: python3-six
%description -n python3-%{realname}
This package contains Python 3 bindings for libbytesize making the use of
@ -114,120 +115,12 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.10-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.10-4
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Oct 18 2023 Packit <hello@packit.dev> - 2.10-1
- New version - 2.10 (Vojtech Trefny)
- Rename 'master' branch to 'main' (Vojtech Trefny)
- remove dependency on python3-six and python2 crumbs (Alexandre Detiste)
- ci: Bump actions/checkout from v3 to v4 (Vojtech Trefny)
- Squashed 'translation-canary/' changes from 4d4e65b..5bb8125 (Vojtech Trefny)
- dist: Fix release number in spec (Vojtech Trefny)
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 05 2023 Python Maint <python-maint@redhat.com> - 2.9-22
- Rebuilt for Python 3.12
* Wed Jul 05 2023 Packit <hello@packit.dev> - 2.9-21
- New version - 2.9 (Vojtech Trefny)
- build: Exit before AC_OUTPUT on error (Tomas Bzatek)
- tests: fix locale tests on musl (triallax)
- Update translation files (Weblate)
- Translated using Weblate (Korean) (김인수)
- ci: Manually prepare spec file for Packit (Vojtech Trefny)
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 2.8-22
- Rebuilt for Python 3.12
* 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
* Fri Nov 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.7-4
- Change license string to the SPDX format required by Fedora
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.7-2
- Rebuilt for Python 3.11
* Wed May 25 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.7-1
- Fix skipping tests when required locale is missing (vtrefny)
- Remove Travis CI configuration (vtrefny)
- Fix some warnings and typos in docstrings and comments (vtrefny)
- Fix warnings dicovered by the GCC analyzer (vtrefny)
- build: avoid bashisms in configure (sam)
- Update translation files (noreply)
- Translated using Weblate (Croatian) (linux.hr)
- Revert "Translations update from Weblate" (vtrefny)
- Update translation files (noreply)
- Added translation using Weblate (Croatian) (linux.hr)
- Do not use distutils to get Python library path (vtrefny)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 07 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.6-1
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
- Translated using Weblate (Finnish) (ricky.tigg)
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
- Translated using Weblate (Korean) (simmon)
- Added translation using Weblate (Korean) (simmon)
- Update translation files (noreply)
- Added translation using Weblate (Sinhala) (r45xveza)
- Sync spec with downstream (vtrefny)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.5-2
- Rebuilt for Python 3.10
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Vojtech Trefny <vtrefny@redhat.com> - 2.5-1
- Translated using Weblate (Hebrew) (sh.yaron)

Loading…
Cancel
Save