Bump version

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-03-05 15:04:13 +01:00
commit df172d4f2c
2 changed files with 6 additions and 3 deletions

View file

@ -26,8 +26,8 @@
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
Name: python-multilib
Version: 1.2
Release: 2%{?dist}
Version: 1.3
Release: 1%{?dist}
Summary: A module for determining if a package is multilib or not
Group: Development/Libraries
License: GPLv2
@ -125,6 +125,9 @@ Requires: %{name}-conf = %{version}-%{release}
%changelog
* Tue Mar 05 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.3-1
- Stop installing to /etc with setup.py
* Thu Apr 20 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-2
- Update requires for epel builds

View file

@ -16,7 +16,7 @@ packages = sorted(packages)
setup(
name = "python-multilib",
version = "1.2",
version = "1.3",
author = "Jay Greguske",
author_email = "jgregusk@redhat.com",
description = ("module for determining if a package is multilib"),