diff --git a/.gitignore b/.gitignore index d85ac65..434e7d5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /copr-cli-1.42.tar.gz /copr-cli-1.43.tar.gz /copr-cli-1.44.tar.gz +/copr-cli-1.45.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index 5cf3984..25ac2ec 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -4,7 +4,7 @@ %endif Name: copr-cli -Version: 1.44 +Version: 1.45 Release: 1%{?dist} Summary: Command line interface for COPR @@ -91,6 +91,9 @@ install -p man/copr.1 %{buildroot}/%{_mandir}/man1/ %endif %changelog +* Mon Oct 12 2015 Valentin Gologuzov 1.45-1 +- build action: accept any character in the username + * Fri May 15 2015 Miroslav Suchý 1.44-1 - mark license as license in spec - 1188022 - accept dash in project name diff --git a/sources b/sources index 133f7b7..ce1fa26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05007d6b93262a020b180901a671b0da copr-cli-1.44.tar.gz +d810327b1a61751b081b144cb085137d copr-cli-1.45.tar.gz