mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 04:25:48 +01:00
release 1.5.1
This commit is contained in:
parent
6ed8020c67
commit
498a392117
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
|||||||
|
- 1.5.1
|
||||||
|
- Library:
|
||||||
|
- Avoid using '/public/' API routes
|
||||||
|
- Update 'osc.util.models' to avoid including lazy defaults in the rendered man pages
|
||||||
|
- Spec:
|
||||||
|
- Simplify distro-specific macros
|
||||||
|
- Use %{?rhel} macros
|
||||||
|
|
||||||
- 1.5.0
|
- 1.5.0
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Change 'rdiff' command to display diff for _project if no package is specified
|
- Change 'rdiff' command to display diff for _project if no package is specified
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.5.0')
|
__version__ = git_version.get_version('1.5.1')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user