diff --git a/PKGBUILD b/PKGBUILD index 2618724..2533a08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Roman Neuhauser pkgname=bs-update -pkgver=0.17 +pkgver=0.18 pkgrel=1 epoch= pkgdesc="Automate maintenance of packages in a Build Service" diff --git a/bs-update-0.18.tar.gz b/bs-update-0.18.tar.gz new file mode 100644 index 0000000..bd78be7 --- /dev/null +++ b/bs-update-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89562e3a12af57344146d1e774d676219552f468c0923b084b8a21fb2cd204ce +size 30397 diff --git a/bs-update.changes b/bs-update.changes index 0ca9bb3..b1d8932 100644 --- a/bs-update.changes +++ b/bs-update.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 10 09:01:08 UTC 2016 - mpluskal@suse.com + +- Update to 0.18 + * $bsu_specfiles may come from subdirs + * GNUmakefile: .built target asks for $(.DEFAULT_GOAL) + * drop (erroneous) group from PKGBUILD.in +- Use pretty url + ------------------------------------------------------------------- Sun Sep 20 14:58:18 UTC 2015 - mpluskal@suse.com diff --git a/bs-update.spec b/bs-update.spec index 3a7e40b..de18630 100644 --- a/bs-update.spec +++ b/bs-update.spec @@ -1,7 +1,7 @@ # # spec file for package bs-update # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: bs-update -Version: 0.17 +Version: 0.18 Release: 0 Summary: Automate maintenance of packages in a Build Service License: MIT Group: Development/Tools/Version Control Url: https://github.com/roman-neuhauser/bs-update -Source0: https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz +Source0: https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: PKGBUILD BuildRequires: coreutils BuildRequires: filesystem @@ -48,7 +48,7 @@ up-to-date with respect to their upstream sources. %setup -q %build -make %{?_smp_mflags} PREFIX=%{_prefix} +make %{?_smp_mflags} %check make %{?_smp_mflags} check PREFIX=%{_prefix} @@ -59,6 +59,6 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix} %files %defattr(-,root,root) %{_bindir}/bs-update -%{_mandir}/man1/bs-update.1.* +%{_mandir}/man1/bs-update.1%{ext_man} %changelog diff --git a/v0.17.tar.gz b/v0.17.tar.gz deleted file mode 100644 index 1c61231..0000000 --- a/v0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c693705430bc6f38f3622c371a62aded2873956a4317d2bf186ea9057dae8772 -size 30396