[packagedb-cli] Update to 1.5.0

Pierre-YvesChibon pingou at fedoraproject.org
Thu May 23 06:19:48 UTC 2013


commit 10363577237ee09ff0ab073ea3ed876db2162df5
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Thu May 23 08:19:35 2013 +0200

    Update to 1.5.0

 .gitignore         |    1 +
 packagedb-cli.spec |   12 ++++++------
 sources            |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af84642..d0c75b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /packagedb-cli-1.3.0.tar.gz
 /packagedb-cli-1.4.0.tar.gz
 /packagedb-cli-1.4.1.tar.gz
+/packagedb-cli-1.5.0.tar.gz
diff --git a/packagedb-cli.spec b/packagedb-cli.spec
index 4a5ff51..30e0a78 100644
--- a/packagedb-cli.spec
+++ b/packagedb-cli.spec
@@ -1,6 +1,6 @@
 Name:           packagedb-cli
-Version:        1.4.1
-Release:        2%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        A CLI for pkgdb
 
 License:        GPLv2+
@@ -11,8 +11,6 @@ URL:            https://fedorahosted.org/packagedb-cli/
 Source0:        http://ambre.pingoured.fr/public/packagedb-cli-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:         0001-Reverse-debugging-changes.patch
-
 BuildArch:      noarch
 
 %if 0%{?rhel} && 0%{?rhel} < 6 
@@ -46,8 +44,6 @@ It also allows you to orphan and/or retire your package(s).
 %prep
 %setup -q
 
-%patch1 -p1
-
 %build
 
 %install
@@ -61,6 +57,10 @@ install pkgdb-cli $RPM_BUILD_ROOT/%{_bindir}/
 %{_bindir}/pkgdb-cli
 
 %changelog
+* Thu May 23 2013 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.5.0-1
+- Update to 1.5.0
+- Fixes RHBZ#966196
+
 * Thu Mar 07 2013 Pierre-Yves Chibon <pingou at pingoured.fr> - 1.4.1-2
 - Backport 0001-Reverse-debuggingchanges.patch from upstream repo (fixes bz#918909)
 
diff --git a/sources b/sources
index eadab54..51fae61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2a7386d7596b859a6587e67e6a08e10  packagedb-cli-1.4.1.tar.gz
+f509fc38078be30c5b36b5430bccee14  packagedb-cli-1.5.0.tar.gz


More information about the scm-commits mailing list