From 516cdcd47e8fee1dafea162d45a76a4712c7c32a Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Jun 30 2015 11:47:08 +0000 Subject: Update rpmconf to 1.0.10-1 Resolves: #1236722 - other method for stdin flush and handle Ctrl+C correctly --- diff --git a/.gitignore b/.gitignore index 94b1993..9d1fc7a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ rpmconf-0.2.2.tar.gz /rpmconf-1.0.7.tar.gz /rpmconf-1.0.8.tar.gz /rpmconf-1.0.9.tar.gz +/rpmconf-1.0.10.tar.gz diff --git a/rpmconf.spec b/rpmconf.spec index d4e57b0..3c78c7d 100644 --- a/rpmconf.spec +++ b/rpmconf.spec @@ -1,8 +1,8 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files License: GPLv3 -Version: 1.0.9 -Release: 2%{?dist} +Version: 1.0.10 +Release: 1%{?dist} URL: http://wiki.github.com/xsuchy/rpmconf # source is created by: # git clone https://github.com/xsuchy/rpmconf.git @@ -92,8 +92,8 @@ python3-pylint --reports=n %{buildroot}%{python3_sitelib}/rpmconf/rpmconf.py %dir %{_datadir}/rpmconf %changelog -* Thu Jun 18 2015 Fedora Release Engineering - 1.0.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild +* Tue Jun 30 2015 Miroslav Suchý 1.0.10-1 +- 1236722 - other method for stdin flush and handle Ctrl+C correctly * Mon Jun 01 2015 Miroslav Suchý 1.0.9-1 - pylint: let the logger expand params diff --git a/sources b/sources index 3c26b91..191cb0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95063c02b28d083e0869a442217922eb rpmconf-1.0.9.tar.gz +519d46562660db735f606c4d37ad7950 rpmconf-1.0.10.tar.gz