From 56b2afa3760a201b9d733000f3e3c4fbdd340929 Mon Sep 17 00:00:00 2001 From: Diego Davila Date: Tue, 10 Dec 2019 13:50:33 -0600 Subject: [PATCH 1/2] bumping version to 1.1.0 --- rpm/topology.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/topology.spec b/rpm/topology.spec index 65fb3ce02..01a363b3b 100644 --- a/rpm/topology.spec +++ b/rpm/topology.spec @@ -1,6 +1,6 @@ Summary: Client tools for OSG Topology Name: topology-client -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Source: topology-%{version}.tar.gz License: Apache 2.0 @@ -27,5 +27,8 @@ install -D -m 0644 src/topology_utils.py %{buildroot}/%{python_sitelib}/topology %changelog +* Tue Dec 10 2019 Diego Davila 1.1.0-1 +- Replace smart quotes and dashes with their ASCII equivalent (software-3893) + * Tue Oct 15 2019 Diego Davila 1.0.0-1 - Initial From e92241a4ef27c8e884bb91cd4b332f4e9a4fc758 Mon Sep 17 00:00:00 2001 From: ddavila0 Date: Wed, 11 Dec 2019 09:33:11 -0800 Subject: [PATCH 2/2] Update rpm/topology.spec Co-Authored-By: Brian Lin --- rpm/topology.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/topology.spec b/rpm/topology.spec index 01a363b3b..ac2632757 100644 --- a/rpm/topology.spec +++ b/rpm/topology.spec @@ -28,7 +28,7 @@ install -D -m 0644 src/topology_utils.py %{buildroot}/%{python_sitelib}/topology %changelog * Tue Dec 10 2019 Diego Davila 1.1.0-1 -- Replace smart quotes and dashes with their ASCII equivalent (software-3893) +- Replace smart quotes and dashes with their ASCII equivalent (SOFTWARE-3893) * Tue Oct 15 2019 Diego Davila 1.0.0-1 - Initial