From 545398d796868b8f1eaeafe7a6924ba1f1f6e0ad Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 11 Sep 2014 11:23:17 +0530 Subject: [PATCH 1/9] Build for new release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 677629a..0575010 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /1.3.14.tar.gz +/v1.3.15.tar.gz diff --git a/sources b/sources index 580c523..121643f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz +ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index abec701..cddfede 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,10 +1,10 @@ Name: zanata-python-client -Version: 1.3.14 -Release: 3%{?dist} +Version: 1.3.15 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog +* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +- Upstream has released new version + * Fri Jul 25 2014 Anish Patil - 1.3.14-3 - Incorporated package review comments From 5f380a14d379b0247d65d34d3a1f94d857516f88 Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 19 Sep 2014 15:42:05 +0530 Subject: [PATCH 2/9] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0575010..c451c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.3.14.tar.gz /v1.3.15.tar.gz +/v1.3.16.tar.gz diff --git a/sources b/sources index 121643f..c092d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz +e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index cddfede..c44d6e1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.15 +Version: 1.3.16 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -42,10 +42,10 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog -* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +* Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version -* Fri Jul 25 2014 Anish Patil - 1.3.14-3 +* Fri Jul 25 2014 Anish Patil - 1.3.15-1 - Incorporated package review comments * Thu Jul 24 2014 Anish Patil - 1.3.14-2 From 4f5b8c1e3445c99d1120a92835bc0b45620b8ce8 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 6 Nov 2014 15:45:28 +0530 Subject: [PATCH 3/9] Build for zanata-python-client-1.3.16-2 --- zanata-python-client.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c44d6e1..09453d1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.3.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -34,14 +34,18 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT - +rm -rf $RPM_BUILD_ROOT/%{_docdir} %files %doc README COPYING.LESSER zanata.ini CHANGELOG %{python2_sitelib}/* %{_bindir}/* + %changelog +* Thu Nov 06 2014 Anish Patil - 1.3.16-2 +- New package guidelines,removed doc dir at the end of install + * Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version From 1db1191db68010da738c8e9c8b176a9061a464d3 Mon Sep 17 00:00:00 2001 From: anish Date: Wed, 3 Dec 2014 12:46:20 +0530 Subject: [PATCH 4/9] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c451c3f..d7e7988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /1.3.14.tar.gz /v1.3.15.tar.gz /v1.3.16.tar.gz +/v1.3.18.tar.gz diff --git a/sources b/sources index c092d18..2f39cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz +7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 09453d1..c2a6314 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client -Version: 1.3.16 -Release: 2%{?dist} +Version: 1.3.18 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Dec 03 2014 Anish Patil - 1.3.18-1 +- Upstream has released new version + * Thu Nov 06 2014 Anish Patil - 1.3.16-2 - New package guidelines,removed doc dir at the end of install From 16240871279c75e29868bf2a1f97bdf976548c3a Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 10 Feb 2015 16:57:21 +0530 Subject: [PATCH 5/9] Removing dead package --- dead.package | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dead.package diff --git a/dead.package b/dead.package deleted file mode 100644 index 5784d07..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. From 66b0c7e463e1617362766e7595194c3a34c4084c Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 23 Feb 2015 12:31:46 +0530 Subject: [PATCH 6/9] Uptream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7e7988..d5a3b15 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /v1.3.15.tar.gz /v1.3.16.tar.gz /v1.3.18.tar.gz +/v1.3.19.tar.gz diff --git a/sources b/sources index 2f39cfb..3bf0cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz +abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c2a6314..55f655c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.18 +Version: 1.3.19 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Feb 23 2015 Anish Patil - 1.3.19-1 +- Upstream has released new version + * Wed Dec 03 2014 Anish Patil - 1.3.18-1 - Upstream has released new version From 592b47e6ab012fcc27357e9f80a80dbd49aab18b Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 2 Mar 2015 14:41:21 +0530 Subject: [PATCH 7/9] Build for v 1.3.20 version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5a3b15..15f0f34 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v1.3.16.tar.gz /v1.3.18.tar.gz /v1.3.19.tar.gz +/v1.3.20.tar.gz diff --git a/sources b/sources index 3bf0cfb..5aab091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz +b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 55f655c..7159f80 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.19 +Version: 1.3.20 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Mar 02 2015 Anish Patil - 1.3.20-1 +- Upstream has released new version + * Mon Feb 23 2015 Anish Patil - 1.3.19-1 - Upstream has released new version From c56bc0ebf06bacabf0df0bd28d5aece37cd96a40 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 3 Mar 2015 21:11:41 +0530 Subject: [PATCH 8/9] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15f0f34..6032e70 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v1.3.18.tar.gz /v1.3.19.tar.gz /v1.3.20.tar.gz +/v1.3.21.tar.gz diff --git a/sources b/sources index 5aab091..5b7bacc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz +3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 7159f80..cec6e1f 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.20 +Version: 1.3.21 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Tue Mar 03 2015 Anish Patil - 1.3.21-1 +- Upstream has released new version + * Mon Mar 02 2015 Anish Patil - 1.3.20-1 - Upstream has released new version From 106006190f0e6e1e1ab92092ea58e383b15e9851 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 27 Jul 2015 12:44:21 +1000 Subject: [PATCH 9/9] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6032e70..ebdf29d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /v1.3.19.tar.gz /v1.3.20.tar.gz /v1.3.21.tar.gz +/v1.3.22.tar.gz diff --git a/sources b/sources index 5b7bacc..ed6bda8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz +cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index cec6e1f..9d4dbee 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.21 +Version: 1.3.22 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -37,12 +37,18 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient rm -rf $RPM_BUILD_ROOT/%{_docdir} %files -%doc README COPYING.LESSER zanata.ini CHANGELOG +%doc README.rst COPYING.LESSER zanata.ini CHANGELOG %{python2_sitelib}/* %{_bindir}/* %changelog +* Mon Jul 27 2015 Anish Patil - 1.3.22-1 +- Upstream has released new version + +* Fri Jun 19 2015 Fedora Release Engineering - 1.3.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Mar 03 2015 Anish Patil - 1.3.21-1 - Upstream has released new version