1
0

4 Commits

Author SHA256 Message Date
b6ed556581 Sync with factory 2025-10-01 11:06:59 +02:00
46560ce8ea Fix build 2025-08-25 11:43:12 +02:00
873336876d Broken build 2025-08-25 11:18:27 +02:00
8f4ed900cd FIx build 2025-04-09 10:19:06 +02:00
5 changed files with 23 additions and 13 deletions

Binary file not shown.

BIN
spec-cleaner-1.2.4+2.obscpio LFS Normal file

Binary file not shown.

View File

@@ -1,8 +1,19 @@
-------------------------------------------------------------------
Tue Oct 1 06:01:13 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
Thu Aug 7 07:23:47 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 1.2.3+3
+ move setup.py configuration to pyproject.toml
- 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 <daniel.garcia@suse.com>

View File

@@ -1,4 +1,4 @@
name: spec-cleaner
version: 1.2.3+3
mtime: 1723104429
commit: 478e0dd66310803a81d743239f1171ecacede45e
version: 1.2.4+2
mtime: 1754466598
commit: 86b99120cb0b0c11c433b74cd6982b84a2e575c8

View File

@@ -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 <vuntz@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: spec-cleaner
Version: 1.2.3+3
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
@@ -62,7 +62,6 @@ rm pytest.ini
%endif
%check
exit 1
export LANG=en_US.UTF-8
# Tests that requires network
donttest="webtest or url_https.spec"