diff --git a/spec-cleaner-1.2.3+1.obscpio b/spec-cleaner-1.2.3+1.obscpio deleted file mode 100644 index ab53294..0000000 --- a/spec-cleaner-1.2.3+1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:713fecc3440baf1bc60b1b3d0a5040833d88d16ffd8651892c5be05d537732a8 -size 2778636 diff --git a/spec-cleaner-1.2.4+2.obscpio b/spec-cleaner-1.2.4+2.obscpio new file mode 100644 index 0000000..8013a82 --- /dev/null +++ b/spec-cleaner-1.2.4+2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d54ab4d064bc67628fabc2101e9d7b147fc0e4b92f82bc28dd75823a9f9bb1 +size 2787852 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 2c5abe3..c0a69cc 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 7 07:23:47 UTC 2025 - Daniel Garcia + +- Update to version 1.2.4+2: + * Add python_group_libalternatives to excludes-bracketing + * Add common python macros to excludes-bracketing + * Update distro-copyright to be more explicit + +------------------------------------------------------------------- +Mon Jan 13 10:32:20 UTC 2025 - daniel.garcia@suse.com + +- Update to version 1.2.3+6: + * Do not modify copyright by default + * Move setup.py configuration to pyproject.toml + * Post release version bump + * CI: Drop 3.6 and 3.7 versions + ------------------------------------------------------------------- Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia diff --git a/spec-cleaner.obsinfo b/spec-cleaner.obsinfo index 68c0f14..584e6b2 100644 --- a/spec-cleaner.obsinfo +++ b/spec-cleaner.obsinfo @@ -1,4 +1,4 @@ name: spec-cleaner -version: 1.2.3+1 -mtime: 1720169521 -commit: bc35e1eb055ce06879f9c4c57b912c82f717a8e0 +version: 1.2.4+2 +mtime: 1754466598 +commit: 86b99120cb0b0c11c433b74cd6982b84a2e575c8 diff --git a/spec-cleaner.spec b/spec-cleaner.spec index df653f9..87b70e1 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,7 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: spec-cleaner -Version: 1.2.3+1 +Version: 1.2.4+2 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause @@ -51,7 +51,7 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file. %prep %autosetup -p1 # Set correct package version, upstream has the next release number -sed -i 's/1\.2\.4/%{version}/g' spec_cleaner/__init__.py +sed -i 's/1\.2\.5/%{version}/g' spec_cleaner/__init__.py rm pytest.ini %build