summaryrefslogtreecommitdiffstats
path: root/gxpp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gxpp.spec')
-rw-r--r--gxpp.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/gxpp.spec b/gxpp.spec
index ed81be8..2c83383 100644
--- a/gxpp.spec
+++ b/gxpp.spec
@@ -1,6 +1,6 @@
Name: gxpp
-Version: 1.2
-Release: 1%{?dist}
+Version: 1.3
+Release: 2%{?dist}
Summary: Simple XPath command line tools
Group: Applications/Text
@@ -8,6 +8,7 @@ License: GPL
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source0: gxpp-%{version}.tar.gz
BuildRequires: libxml2-devel
+BuildRequires: gcc
%description
@@ -40,6 +41,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 21 2021 Nathan Straz <nstraz@redhat.com> 1.3-2
+- Add gcc to BuildRequires (nstraz@redhat.com)
+- Add releaser for rhel9 (nstraz@redhat.com)
+- Add releaser for qe-rhel7 (nstraz@redhat.com)
+
+* Mon Jul 02 2018 Nathan Straz <nstraz@redhat.com> 1.3-1
+- Switch to gzip tarballs for tito (nstraz@redhat.com)
+
* Mon Jul 02 2018 Nathan Straz <nstraz@redhat.com> 1.2-1
- new package built with tito