From 7d9316f65eb72fc1d6a64001e1cc4b312b88a056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 16 Sep 2015 09:57:57 +0000 Subject: [PATCH 1/2] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=263 --- PKGBUILD | 2 +- build.changes | 8 ++++++++ build.dsc | 2 +- build.spec | 3 ++- debian.changelog | 2 +- obs-build-20150903.tar.gz | 3 --- obs-build-20150911.tar.gz | 3 +++ 7 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 obs-build-20150903.tar.gz create mode 100644 obs-build-20150911.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 2846813..34e3b49 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20150903 +pkgver=20150911 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 91e3a18..cd024b3 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 16 09:54:19 UTC 2015 - adrian@suse.de + +- collax support added +- Fix auto-detection of -p1 option to patch +- Handle .deb files that have sysv ar(1) filenames +- Exported RECIPEFILE in build-recipe-livebuild + ------------------------------------------------------------------- Wed Sep 2 15:29:28 UTC 2015 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 34ce2b9..31978e8 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20150903 +Version: 20150911 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 9c8b6a4..3bddf7d 100644 --- a/build.spec +++ b/build.spec @@ -22,7 +22,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20150903 +Version: 20150911 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +38,7 @@ Requires: bash Requires: binutils Requires: perl Requires: tar +Requires: perl(parent) %if 0%{?fedora} Requires: perl-MD5 Requires: perl-TimeDate diff --git a/debian.changelog b/debian.changelog index 501fefe..c04302f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20150903) unstable; urgency=low +build (20150911) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20150903.tar.gz b/obs-build-20150903.tar.gz deleted file mode 100644 index 5de53d4..0000000 --- a/obs-build-20150903.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610caff3309db618fc4c913cb75b7e934a9862f417beb5b213244fd0e6a934bb -size 224072 diff --git a/obs-build-20150911.tar.gz b/obs-build-20150911.tar.gz new file mode 100644 index 0000000..f6d3cd6 --- /dev/null +++ b/obs-build-20150911.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e85b899b5fa6fa9d00b91b7aa69636653e1239966893c772bca6a8de13ef06 +size 226103 From f4fff2a492ebc0cc1be0760bfa1c98181901ef6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 17 Sep 2015 10:47:05 +0000 Subject: [PATCH 2/2] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=264 --- PKGBUILD | 2 +- build.changes | 2 +- build.dsc | 2 +- build.spec | 2 +- debian.changelog | 2 +- obs-build-20150911.tar.gz | 3 --- obs-build-20150917.tar.gz | 3 +++ 7 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 obs-build-20150911.tar.gz create mode 100644 obs-build-20150917.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 34e3b49..5176648 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20150911 +pkgver=20150917 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index cd024b3..6864574 100644 --- a/build.changes +++ b/build.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Sep 16 09:54:19 UTC 2015 - adrian@suse.de +Thu Sep 17 10:45:57 UTC 2015 - adrian@suse.de - collax support added - Fix auto-detection of -p1 option to patch diff --git a/build.dsc b/build.dsc index 31978e8..1a11345 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20150911 +Version: 20150917 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 3bddf7d..9df553e 100644 --- a/build.spec +++ b/build.spec @@ -22,7 +22,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20150911 +Version: 20150917 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index c04302f..9c641ad 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20150911) unstable; urgency=low +build (20150917) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20150911.tar.gz b/obs-build-20150911.tar.gz deleted file mode 100644 index f6d3cd6..0000000 --- a/obs-build-20150911.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31e85b899b5fa6fa9d00b91b7aa69636653e1239966893c772bca6a8de13ef06 -size 226103 diff --git a/obs-build-20150917.tar.gz b/obs-build-20150917.tar.gz new file mode 100644 index 0000000..d61f03b --- /dev/null +++ b/obs-build-20150917.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78aacfbe12857dca09ec74fec208074aa44508a743342514f53f49622487473 +size 226017