diff --git a/.gitignore b/.gitignore index 2f36cb8..9b5cea8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pdc-client-0.2.0.2.tar.gz /pdc-client-0.9.0.tar.gz +/pdc-client-1.0.0.tar.gz diff --git a/pdc-client.spec b/pdc-client.spec index 6d03a13..f19e88e 100644 --- a/pdc-client.spec +++ b/pdc-client.spec @@ -9,7 +9,7 @@ %global with_python3 0 Name: pdc-client -Version: 0.9.0 +Version: 1.0.0 Release: 1%{?dist} Summary: Client library and console client for Product Definition Center License: MIT @@ -168,6 +168,11 @@ EOF %changelog +* Thu May 24 2016 bliu - 1.0.0-1 +- Change filtering arguments's underscore to minus to be consistent. +- Modify compose-tree-locations in client because API url changed. +- Add support for repo manipulation into pdc client. + * Thu Mar 10 2016 Stanislav Ochotnicky - 0.9.0-1 - Update to latest upstream - Disable tests for now most likely due to python mock differences diff --git a/sources b/sources index 9753c74..63c047f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -c7dc288dab145a3e96cd54a37deb4665 pdc-client-0.2.0.2.tar.gz -dd3e2bcc46a54ef4350c1aa2cef22da2 pdc-client-0.9.0.tar.gz +9d335cf52b9ce52987af44b651aff185 pdc-client-1.0.0.tar.gz