Accepting request 783959 from openSUSE:Tools
- Fix support for python38, osc#763 OBS-URL: https://build.opensuse.org/request/show/783959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=147
This commit is contained in:
commit
7ccbff4783
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.168.0
|
||||
pkgver=0.168.1
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('x86_64')
|
||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">0.168.0</param>
|
||||
<param name="revision">0.168.0</param>
|
||||
<param name="version">0.168.1</param>
|
||||
<param name="revision">0.168.1</param>
|
||||
<param name="url">git://github.com/openSUSE/osc.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (0.168.0) unstable; urgency=low
|
||||
osc (0.168.1) unstable; urgency=low
|
||||
- Package for Python3
|
||||
|
||||
-- Nick Brown <nick.brown@att.com> Wed, 30 Jan 2020 14:49:30 +0000
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:017c16c9d83a1440582d0a6698979c8993fe99a1477d7306623a7453dfe13a54
|
||||
size 364555
|
3
osc-0.168.1.tar.gz
Normal file
3
osc-0.168.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8686ac8e60b1226fe21a39decfcf49ec162650dff467c607a249354455a64590
|
||||
size 363808
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 16:00:14 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Fix support for python38, osc#763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 08:14:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.168.0
|
||||
Version: 0.168.1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -27,12 +27,12 @@
|
||||
%define use_python python
|
||||
%endif
|
||||
|
||||
%define version_unconverted 0.168.0
|
||||
%define version_unconverted 0.168.1
|
||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||
%define macros_file macros.osc
|
||||
|
||||
Name: osc
|
||||
Version: 0.168.0
|
||||
Version: 0.168.1
|
||||
Release: 0
|
||||
Summary: Open Build Service Commander
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user