summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2017-01-21 17:22:33 +0100
committerHelge Deller <deller@gmx.de>2017-01-21 17:22:33 +0100
commitf054cec2116e67ba6b65074b134bc2ba01f165b5 (patch)
treed926bccadb3b01e68fae69c0c1f151814298f01f
parente143bdf73c3787012ae07b4536429765a6cbf103 (diff)
downloadpalo-f054cec2116e67ba6b65074b134bc2ba01f165b5.tar.gz
Prepare for 1.97 release
-rw-r--r--debian/changelog6
-rw-r--r--iplbootbin45056 -> 45056 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.spec5
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c0a021..4125382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+palo (1.97) unstable; urgency=medium
+
+ * Build iplboot on all arches. (Closes: #851792)
+
+ -- Helge Deller <deller@gmx.de> Sat, 21 Jan 2017 16:39:31 +0100
+
palo (1.96) unstable; urgency=medium
* Make the build reproducible. (Closes: #778437)
diff --git a/iplboot b/iplboot
index 55f8281..39accf5 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 48b45ec..b1d34d6 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -67,7 +67,7 @@ void *pa_memcpy(void *dest, const void *src, unsigned n);
#define __swab16(x) bswap_16(x)
#endif /* __swab16 */
-#define PALOVERSION "1.96"
+#define PALOVERSION "1.97"
/* size of I/O block used in HP firmware */
#define FW_BLOCKSIZE 2048
diff --git a/palo.spec b/palo.spec
index a227a7d..871c675 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 1.96
+Version: 1.97
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>
@@ -7,7 +7,7 @@ Group: System Environment/Base
License: GPL
URL: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git/
Source: %{name}.tgz
-BuildRequires: gcc lynx gzip
+BuildRequires: gcc lynx gzip binutils-hppa-linux-gnu gcc-hppa-linux-gnu
# Requires:
%description
@@ -17,6 +17,7 @@ PALO - Linux boot loader and boot media management tool for PA-RISC/HPPA.
%setup -c
%build
+#make iplboot # missing libc-cross headers for that
make
%install