diff --git a/0.169.1.tar.gz b/0.169.1.tar.gz deleted file mode 100644 index 470c5b369584aab0dbe23a2099066071db2f0cb3..0000000000000000000000000000000000000000 Binary files a/0.169.1.tar.gz and /dev/null differ diff --git a/0.175.0.tar.gz b/0.175.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d504ffdbb516ef1c621e484317b230d5ca637a6b Binary files /dev/null and b/0.175.0.tar.gz differ diff --git a/osc.spec b/osc.spec index d5a2d083dc7f49d008c2ccafda4832e95c251ee2..335ef528e5bfa49f5b6f9f721a9e1f8243324fac 100644 --- a/osc.spec +++ b/osc.spec @@ -1,17 +1,16 @@ Name: osc -Version: 0.169.1 -Release: 3 +Version: 0.175.0 +Release: 1 Summary: The Command Line Interface to work with an Open Build Service License: GPLv2+ Url: https://github.com/openSUSE/osc Source: https://github.com/openSUSE/osc/archive/%{version}.tar.gz BuildArch: noarch - -BuildRequires: python3-devel python3-rpm python3-urlgrabber -Requires: python3-rpm python3-m2crypto python3-lxml python3-urlgrabber -Requires: vim - -Conflicts: obs-build < 20180816 +BuildRequires: python3-devel python3-distro python3-rpm python3-setuptools diffstat +Requires: python3-distro python3-rpm python3-m2crypto python3-lxml vim +Recommends: obs-build +Recommends: obs-service-source_validator +Conflicts: obs-build < 20191205 %description The osc is an opensuse-commander with svn like handling. @@ -48,6 +47,7 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/ install -Dm644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh install -Dm644 dist/complete.sh %{buildroot}%{_datadir}/bash-completion/completions/osc install -Dm755 dist/osc.complete %{buildroot}%{_datadir}/osc/complete +install -Dm0644 osc.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/osc.fish cat > %{buildroot}%{_rpmconfigdir}/macros.d/macros.osc < - 0.175.0-1 +- Upgrade to 0.175.0 + * Thu Sep 17 2020 maminjie - 0.169.1-3 - Add vim to Requires list