From f9c823ccb5211eb3afb4585d611a04ec5e0ac750 Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Apr 08 2013 08:20:00 +0000 Subject: Release 1.19 --- diff --git a/.gitignore b/.gitignore index 6f0eda4..cff0d11 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /rpkg-1.16.tar.gz /rpkg-1.17.tar.gz /rpkg-1.18.tar.gz +/rpkg-1.19.tar.gz diff --git a/rpkg.spec b/rpkg.spec index 7df2a9d..ae6f219 100644 --- a/rpkg.spec +++ b/rpkg.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: rpkg -Version: 1.18 -Release: 4%{?dist} +Version: 1.19 +Release: 1%{?dist} Summary: Utility for interacting with rpm+git packaging systems Group: Applications/System @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 08 2013 Pavol Babincak - 1.19-1 +- Generate mock-config for mockbuild if needed (rhbz#856928) (pbabinca) + * Thu Feb 14 2013 Fedora Release Engineering - 1.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 1ba5743..98ba671 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58eb2ceb0b6a64e10184fe869ad4e925 rpkg-1.18.tar.gz +97c2a817a74e5b74355402646736d79f rpkg-1.19.tar.gz