Compare commits
1 Commits
factory
...
feature-br
Author | SHA256 | Date | |
---|---|---|---|
f31001ab81 |
BIN
spec-cleaner-1.2.3+3.obscpio
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-1.2.3+3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6d54ab4d064bc67628fabc2101e9d7b147fc0e4b92f82bc28dd75823a9f9bb1
|
|
||||||
size 2787852
|
|
@@ -1,19 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 7 07:23:47 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue Oct 1 06:01:13 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
- Update to version 1.2.4+2:
|
- Update to version 1.2.3+3
|
||||||
* Add python_group_libalternatives to excludes-bracketing
|
+ move setup.py configuration to pyproject.toml
|
||||||
* 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>
|
Mon Jul 8 10:51:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: spec-cleaner
|
name: spec-cleaner
|
||||||
version: 1.2.4+2
|
version: 1.2.3+3
|
||||||
mtime: 1754466598
|
mtime: 1723104429
|
||||||
commit: 86b99120cb0b0c11c433b74cd6982b84a2e575c8
|
commit: 478e0dd66310803a81d743239f1171ecacede45e
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package spec-cleaner
|
# spec file for package spec-cleaner
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
|
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 1.2.4+2
|
Version: 1.2.3+3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -51,7 +51,7 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
# Set correct package version, upstream has the next release number
|
# Set correct package version, upstream has the next release number
|
||||||
sed -i 's/1\.2\.5/%{version}/g' spec_cleaner/__init__.py
|
sed -i 's/1\.2\.4/%{version}/g' spec_cleaner/__init__.py
|
||||||
rm pytest.ini
|
rm pytest.ini
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user