diff --git a/PKGBUILD b/PKGBUILD index 45992cf..0f14663 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20161205 +pkgver=20161206 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 7376c15..9498809 100644 --- a/build.changes +++ b/build.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- -Tue Dec 6 07:21:19 UTC 2016 - adrian@suse.de +Tue Dec 6 15:36:20 UTC 2016 - adrian@suse.de +- add config for openSUSE Leap 42.3 (alpha, non-final) - handle Fedora 25 special cases - Improve /proc mount behaviour - fix dependency on CentOS (build#2415) diff --git a/build.dsc b/build.dsc index 7bff165..8b60374 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20161205 +Version: 20161206 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 3f0b287..862a10f 100644 --- a/build.spec +++ b/build.spec @@ -18,13 +18,13 @@ # needsbinariesforbuild -%define version_unconverted 20161205 +%define version_unconverted 20161206 Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20161205 +Version: 20161206 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 44ac47c..809cd4b 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20161205) unstable; urgency=low +build (20161206) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection