From 83c5dc8ffe2bfb26ec02b457da9c9d94d3821856c81af41c49018d81218d9056 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 24 Oct 2013 03:21:43 +0000 Subject: [PATCH] Accepting request 204477 from home:gary_lin:branches:Base:System Revert the dowload Url since it's not valid OBS-URL: https://build.opensuse.org/request/show/204477 OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign?expand=0&rev=23 --- pesign.changes | 5 +++++ pesign.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pesign.changes b/pesign.changes index 1f86889..1d1f1fa 100644 --- a/pesign.changes +++ b/pesign.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 03:14:05 UTC 2013 - glin@suse.com + +- Revert the dowload Url since it's not valid + ------------------------------------------------------------------- Tue Oct 22 11:18:39 UTC 2013 - p.drouand@gmail.com diff --git a/pesign.spec b/pesign.spec index d75fb16..335525e 100644 --- a/pesign.spec +++ b/pesign.spec @@ -23,7 +23,7 @@ Summary: Signing tool for PE-COFF binaries License: GPL-2.0 Group: Productivity/Security Url: https://github.com/vathpela/pesign -Source: https://github.com/vathpela/pesign/archive/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.gz # PATCH-FIX-SUSE pesign-suse-build.patch glin@suse.com -- Adjust Makefile for the build service Patch1: pesign-suse-build.patch # PATCH-FIX-UPSTREAM pesign-fix-build-errors.patch glin@suse.com -- Fix gcc warnings