From bf264604519445c55cfbc4e2eade322f0f7cf77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 8 May 2015 19:49:49 +0200 Subject: [PATCH 01/33] initial rpm release (#1218749) --- yast2-devtools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index d53f728..cf95cda 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -4,7 +4,7 @@ # Conditional for bootstrapping new distributions. # Uncomment for bootstrap-builds. -%global bootstrap_build 1 +#global bootstrap_build 1 # Settings used for build from snapshots. %{!?rel_build:%global commit a85b2c6a5bf53de97883299a87f61a0bcf6844b7} @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.30 -Release: 0.1%{?gitrel}%{?dist} +Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -168,5 +168,8 @@ done %changelog +* Fri May 08 2015 Björn Esser - 3.1.30-1 +- initial rpm release (#1218749) + * Mon May 04 2015 Björn Esser - 3.1.30-0.1 - bootstrapping From 6b21e62e0dfc18a5b453318616a3f75c644de6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 8 May 2015 23:11:36 +0200 Subject: [PATCH 02/33] new upstream release --- sources | 2 +- yast2-devtools.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 194b982..2c50fea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0f095a1a59d5fc6738f7cf6a7417b8c yast2-devtools-3.1.30.tar.gz +cf7d450c28b776d5fbda66e793419edd yast2-devtools-3.1.31.tar.gz diff --git a/yast2-devtools.spec b/yast2-devtools.spec index cf95cda..7c6b3d8 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -36,7 +36,7 @@ %global src_url https://github.com/%{suite_name}/%{repo_name} Name: %{suite_name}2-%{name_suffix} -Version: 3.1.30 +Version: 3.1.31 Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools @@ -76,7 +76,7 @@ Requires: rubygem(yard) # Additional requirements after bootstrap. %if 0%{?bootstrap_build} == 0 BuildRequires: pkgconfig(%{name}) -Requires: yast2-filesystem +Requires: config(yast2-filesystem) %endif # 0%%{?bootstrap_build} == 0 %description @@ -168,6 +168,9 @@ done %changelog +* Fri May 08 2015 Björn Esser - 3.1.31-1 +- new upstream release + * Fri May 08 2015 Björn Esser - 3.1.30-1 - initial rpm release (#1218749) From a07281e39549e248f259f52e1271c4ae1ac7d7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 9 May 2015 13:51:57 +0200 Subject: [PATCH 03/33] fix AutoTools: Obsoleted m4s found: AC_PROG_LIBTOOL (#1220036) add Patch0: use new `AC_INIT()`-syntax with args in square braces add Patch1: replace obsolete `A[CM]_PROG_LIBTOOL` with `LT_INIT()` --- ....31_replace_obsolete_AC_PROG_LIBTOOL.patch | 59 +++++++++++++++++++ ...vtools-3.1.31_use_new_AC_INIT_syntax.patch | 22 +++++++ yast2-devtools.spec | 15 ++++- 3 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch create mode 100644 yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch diff --git a/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch b/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch new file mode 100644 index 0000000..fbe2c31 --- /dev/null +++ b/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch @@ -0,0 +1,59 @@ +From 015df9c12f30caccaa46286c06e11999d7216ab8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= +Date: Sat, 9 May 2015 13:14:55 +0200 +Subject: [PATCH] replace obsolete `A[CM]_PROG_LIBTOOL` with `LT_INIT()` + +--- + build-tools/Makefile.am.toplevel | 5 +++++ + build-tools/scripts/y2autoconf | 6 +++--- + configure.in.in | 3 ++- + 3 files changed, 10 insertions(+), 4 deletions(-) + +diff --git a/build-tools/Makefile.am.toplevel b/build-tools/Makefile.am.toplevel +index be3b526..4afc869 100644 +--- a/build-tools/Makefile.am.toplevel ++++ b/build-tools/Makefile.am.toplevel +@@ -72,6 +72,11 @@ endif + EXTRA_DIST += $(RPMNAME).pc.in + endif + ++LIBTOOL_DEPS = @LIBTOOL_DEPS@ ++ ++libtool: $(LIBTOOL_DEPS) ++ $(SHELL) ./config.status libtool ++ + pot: + $(Y2TOOL) y2makepot -s $(srcdir) + +diff --git a/build-tools/scripts/y2autoconf b/build-tools/scripts/y2autoconf +index 944c2b3..14c2459 100755 +--- a/build-tools/scripts/y2autoconf ++++ b/build-tools/scripts/y2autoconf +@@ -281,9 +281,9 @@ CXXFLAGS="${CXXFLAGS} ${Y2CORE_CFLAGS} -Wall -Wformat=2" + : ${AGENT_LIBADD:=\'-L$(libdir) -lscr -ly2util -lycpvalues\'} + AC_SUBST(AGENT_LIBADD) + +-AC_DISABLE_STATIC +-AC_PROG_LIBTOOL +-AM_PROG_LIBTOOL dnl for libraries ++dnl for libraries ++LT_INIT([disable-static]) ++AC_SUBST([LIBTOOL_DEPS]) + + dnl generate the config header + AC_CONFIG_HEADERS([config.h]) dnl at the distribution this done +diff --git a/configure.in.in b/configure.in.in +index 38e401b..8e6881b 100644 +--- a/configure.in.in ++++ b/configure.in.in +@@ -18,8 +18,9 @@ CREATE_PKGCONFIG=noarch + # don't take all the garbage of YaST2-CHECKS-PROGRAM + # this is anyway necessary only because autoreconf + # gets confused by Makefile.am in skeletons +-AC_PROG_LIBTOOL + AC_PROG_CXX ++LT_INIT([disable-static]) ++AC_SUBST([LIBTOOL_DEPS]) + + # perl checks + AC_CHECK_PROG(PERL, perl, perl, no) diff --git a/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch b/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch new file mode 100644 index 0000000..5fb3016 --- /dev/null +++ b/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch @@ -0,0 +1,22 @@ +From 55faf823b8802c7c3db05d1e3d13a4e1ae8ecc0f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= +Date: Sat, 9 May 2015 13:11:57 +0200 +Subject: [PATCH] use new `AC_INIT()`-syntax with args in square braces + +--- + build-tools/scripts/y2autoconf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build-tools/scripts/y2autoconf b/build-tools/scripts/y2autoconf +index 4218d4c..944c2b3 100755 +--- a/build-tools/scripts/y2autoconf ++++ b/build-tools/scripts/y2autoconf +@@ -87,7 +87,7 @@ $OUTPUT = join ("\n", map { "$_/Makefile" } @SUBDIRS); + + # init: common stuff + '@YAST2-INIT-COMMON@' => +-"AC_INIT($RPMNAME, $VERSION, http://bugs.opensuse.org/, $RPMNAME) ++"AC_INIT([$RPMNAME],[$VERSION],[http://bugs.opensuse.org/],[$RPMNAME]) + dnl Check for presence of file 'RPMNAME' + AC_CONFIG_SRCDIR([RPMNAME]) + diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 7c6b3d8..b42e904 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.31 -Release: 1%{?gitrel}%{?dist} +Release: 2%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -47,6 +47,10 @@ URL: https://en.opensuse.org/Portal:YaST # Sources for snapshot-builds. %{!?rel_build:Source0: %{src_url}/archive/%{commit}.tar.gz#/%{gittar}} +# Patches cherry-picked from PR to upstream. See: +# https://github.com/yast/yast-devtools/pull/85 +Patch0: https://github.com/besser82/yast-devtools/commit/55faf823b8802c7c3db05d1e3d13a4e1ae8ecc0f.patch#/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch +Patch1: https://github.com/besser82/yast-devtools/commit/015df9c12f30caccaa46286c06e11999d7216ab8.patch#/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch BuildArch: noarch BuildRequires: automake @@ -87,6 +91,10 @@ and building YaST2 modules and components. %prep %setup -qn %{repo_name}-%{?rel_build:%{repo_name}-master-%{version}}%{!?rel_build:%{commit}} +# Apply patches. +%patch0 -p1 -b .AC_INIT_syntax +%patch1 -p1 -b .use_LT_INIT + # Bootstrap autosh*t. ./build-tools/scripts/y2autoconf --bootstrap ./build-tools/ ./build-tools/scripts/y2automake --bootstrap ./build-tools/ @@ -168,6 +176,11 @@ done %changelog +* Sat May 09 2015 Björn Esser - 3.1.31-2 +- fix AutoTools: Obsoleted m4s found: AC_PROG_LIBTOOL (#1220036) +- add Patch0: use new `AC_INIT()`-syntax with args in square braces +- add Patch1: replace obsolete `A[CM]_PROG_LIBTOOL` with `LT_INIT()` + * Fri May 08 2015 Björn Esser - 3.1.31-1 - new upstream release From 0d248db0abe333f148d926294dd792ed0fc9b58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 11 May 2015 14:26:15 +0200 Subject: [PATCH 04/33] new upstream release add `-Wobsolete`-flag to autoreconf remove Patch0 and Patch1, since they are merged into upstream use conditional and more elaborate test-invocation --- sources | 2 +- ....31_replace_obsolete_AC_PROG_LIBTOOL.patch | 59 ------------------- ...vtools-3.1.31_use_new_AC_INIT_syntax.patch | 22 ------- yast2-devtools.spec | 25 ++++---- 4 files changed, 14 insertions(+), 94 deletions(-) delete mode 100644 yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch delete mode 100644 yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch diff --git a/sources b/sources index 2c50fea..0bf9b11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf7d450c28b776d5fbda66e793419edd yast2-devtools-3.1.31.tar.gz +a624f6ac900a7470a06e1f3de54fdd36 yast2-devtools-3.1.32.tar.gz diff --git a/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch b/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch deleted file mode 100644 index fbe2c31..0000000 --- a/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 015df9c12f30caccaa46286c06e11999d7216ab8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= -Date: Sat, 9 May 2015 13:14:55 +0200 -Subject: [PATCH] replace obsolete `A[CM]_PROG_LIBTOOL` with `LT_INIT()` - ---- - build-tools/Makefile.am.toplevel | 5 +++++ - build-tools/scripts/y2autoconf | 6 +++--- - configure.in.in | 3 ++- - 3 files changed, 10 insertions(+), 4 deletions(-) - -diff --git a/build-tools/Makefile.am.toplevel b/build-tools/Makefile.am.toplevel -index be3b526..4afc869 100644 ---- a/build-tools/Makefile.am.toplevel -+++ b/build-tools/Makefile.am.toplevel -@@ -72,6 +72,11 @@ endif - EXTRA_DIST += $(RPMNAME).pc.in - endif - -+LIBTOOL_DEPS = @LIBTOOL_DEPS@ -+ -+libtool: $(LIBTOOL_DEPS) -+ $(SHELL) ./config.status libtool -+ - pot: - $(Y2TOOL) y2makepot -s $(srcdir) - -diff --git a/build-tools/scripts/y2autoconf b/build-tools/scripts/y2autoconf -index 944c2b3..14c2459 100755 ---- a/build-tools/scripts/y2autoconf -+++ b/build-tools/scripts/y2autoconf -@@ -281,9 +281,9 @@ CXXFLAGS="${CXXFLAGS} ${Y2CORE_CFLAGS} -Wall -Wformat=2" - : ${AGENT_LIBADD:=\'-L$(libdir) -lscr -ly2util -lycpvalues\'} - AC_SUBST(AGENT_LIBADD) - --AC_DISABLE_STATIC --AC_PROG_LIBTOOL --AM_PROG_LIBTOOL dnl for libraries -+dnl for libraries -+LT_INIT([disable-static]) -+AC_SUBST([LIBTOOL_DEPS]) - - dnl generate the config header - AC_CONFIG_HEADERS([config.h]) dnl at the distribution this done -diff --git a/configure.in.in b/configure.in.in -index 38e401b..8e6881b 100644 ---- a/configure.in.in -+++ b/configure.in.in -@@ -18,8 +18,9 @@ CREATE_PKGCONFIG=noarch - # don't take all the garbage of YaST2-CHECKS-PROGRAM - # this is anyway necessary only because autoreconf - # gets confused by Makefile.am in skeletons --AC_PROG_LIBTOOL - AC_PROG_CXX -+LT_INIT([disable-static]) -+AC_SUBST([LIBTOOL_DEPS]) - - # perl checks - AC_CHECK_PROG(PERL, perl, perl, no) diff --git a/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch b/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch deleted file mode 100644 index 5fb3016..0000000 --- a/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 55faf823b8802c7c3db05d1e3d13a4e1ae8ecc0f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= -Date: Sat, 9 May 2015 13:11:57 +0200 -Subject: [PATCH] use new `AC_INIT()`-syntax with args in square braces - ---- - build-tools/scripts/y2autoconf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/build-tools/scripts/y2autoconf b/build-tools/scripts/y2autoconf -index 4218d4c..944c2b3 100755 ---- a/build-tools/scripts/y2autoconf -+++ b/build-tools/scripts/y2autoconf -@@ -87,7 +87,7 @@ $OUTPUT = join ("\n", map { "$_/Makefile" } @SUBDIRS); - - # init: common stuff - '@YAST2-INIT-COMMON@' => --"AC_INIT($RPMNAME, $VERSION, http://bugs.opensuse.org/, $RPMNAME) -+"AC_INIT([$RPMNAME],[$VERSION],[http://bugs.opensuse.org/],[$RPMNAME]) - dnl Check for presence of file 'RPMNAME' - AC_CONFIG_SRCDIR([RPMNAME]) - diff --git a/yast2-devtools.spec b/yast2-devtools.spec index b42e904..56552a9 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -36,8 +36,8 @@ %global src_url https://github.com/%{suite_name}/%{repo_name} Name: %{suite_name}2-%{name_suffix} -Version: 3.1.31 -Release: 2%{?gitrel}%{?dist} +Version: 3.1.32 +Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -47,10 +47,6 @@ URL: https://en.opensuse.org/Portal:YaST # Sources for snapshot-builds. %{!?rel_build:Source0: %{src_url}/archive/%{commit}.tar.gz#/%{gittar}} -# Patches cherry-picked from PR to upstream. See: -# https://github.com/yast/yast-devtools/pull/85 -Patch0: https://github.com/besser82/yast-devtools/commit/55faf823b8802c7c3db05d1e3d13a4e1ae8ecc0f.patch#/yast2-devtools-3.1.31_use_new_AC_INIT_syntax.patch -Patch1: https://github.com/besser82/yast-devtools/commit/015df9c12f30caccaa46286c06e11999d7216ab8.patch#/yast2-devtools-3.1.31_replace_obsolete_AC_PROG_LIBTOOL.patch BuildArch: noarch BuildRequires: automake @@ -91,15 +87,11 @@ and building YaST2 modules and components. %prep %setup -qn %{repo_name}-%{?rel_build:%{repo_name}-master-%{version}}%{!?rel_build:%{commit}} -# Apply patches. -%patch0 -p1 -b .AC_INIT_syntax -%patch1 -p1 -b .use_LT_INIT - # Bootstrap autosh*t. ./build-tools/scripts/y2autoconf --bootstrap ./build-tools/ ./build-tools/scripts/y2automake --bootstrap ./build-tools/ %{__cat} ./build-tools/aclocal/*.m4 > acinclude.m4 -%{_bindir}/autoreconf -fiv +%{_bindir}/autoreconf -fiv -Wobsolete # Fix-up hashbangs. for _file in $(%{__grep} -Rle '#![ \t]*/usr/bin/env' .) @@ -156,7 +148,10 @@ done %check -%{__make} check +if [ ! -f "%{yast_ydatadir}/devtools/NO_MAKE_CHECK" ]; then + %{__make} check VERBOSE=1 Y2DIR="%{buildroot}/%{yast_dir}" \ + DESTDIR="%{buildroot}" +fi %files @@ -176,6 +171,12 @@ done %changelog +* Mon May 11 2015 Björn Esser - 3.1.32-1 +- new upstream release +- add `-Wobsolete`-flag to autoreconf +- remove Patch0 and Patch1, since they are merged into upstream +- use conditional and more elaborate test-invocation + * Sat May 09 2015 Björn Esser - 3.1.31-2 - fix AutoTools: Obsoleted m4s found: AC_PROG_LIBTOOL (#1220036) - add Patch0: use new `AC_INIT()`-syntax with args in square braces From 95470567ce9fb33cc3c3a766b4b235159dae53a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 12 May 2015 14:54:29 +0200 Subject: [PATCH 05/33] new upstream release dropped %%{__chmod} on `gettextdomains`, fixed in upstream's Autotools dropped verbosity on autoreconf-invocation changed %%{url} to new location --- sources | 2 +- yast2-devtools.spec | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/sources b/sources index 0bf9b11..bbdfb2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a624f6ac900a7470a06e1f3de54fdd36 yast2-devtools-3.1.32.tar.gz +c15490dc67c83abdb1cda365696c25bb yast2-devtools-3.1.33.tar.gz diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 56552a9..43938c9 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -36,12 +36,12 @@ %global src_url https://github.com/%{suite_name}/%{repo_name} Name: %{suite_name}2-%{name_suffix} -Version: 3.1.32 +Version: 3.1.33 Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ -URL: https://en.opensuse.org/Portal:YaST +URL: https://%{suite_name}.github.io # Sources for release-builds. %{?rel_build:Source0: %{src_url}/archive/%{repo_name}/master/%{version}.tar.gz#/%{gittar}} # Sources for snapshot-builds. @@ -91,7 +91,7 @@ and building YaST2 modules and components. ./build-tools/scripts/y2autoconf --bootstrap ./build-tools/ ./build-tools/scripts/y2automake --bootstrap ./build-tools/ %{__cat} ./build-tools/aclocal/*.m4 > acinclude.m4 -%{_bindir}/autoreconf -fiv -Wobsolete +%{_bindir}/autoreconf --force --install -Wobsolete # Fix-up hashbangs. for _file in $(%{__grep} -Rle '#![ \t]*/usr/bin/env' .) @@ -132,10 +132,6 @@ done %{__mv} -f %{buildroot}%{_sysconfdir}/rpm/* %{buildroot}%{?_macrosdir} %endif # "0%%{?_macrosdir}" != "0%%{_sysconfdir}/rpm" -# This script gets sourced by external commands, only. -%{__chmod} -c 0644 \ - %{buildroot}%{_datadir}/YaST2/data/devtools/bin/gettextdomains - # Final clean-up. %{__rm} -rf %{buildroot}%{_docdir}/packages/yast2-devtools \ %if %{with license_dir} @@ -171,6 +167,12 @@ fi %changelog +* Tue May 12 2015 Björn Esser - 3.1.33-1 +- new upstream release +- dropped %%{__chmod} on `gettextdomains`, fixed in upstream's Autotools +- dropped verbosity on autoreconf-invocation +- changed %%{url} to new location + * Mon May 11 2015 Björn Esser - 3.1.32-1 - new upstream release - add `-Wobsolete`-flag to autoreconf From 0259f76ab699d170a954dc7fd8565fe0e5664ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 12 May 2015 15:12:07 +0200 Subject: [PATCH 06/33] new upstream release added 'Requires: %{_bindir}/desktop-file-validate', it's a commonly needed BuildRequires for other YaST-packages adjust %%yast_docdir for releases with versioned %%_docdir use %%{__install} for adding `y2m` to package improved cleaning of empty left-over dirs run autoreconf with `-Wall`-flag --- sources | 2 +- yast2-devtools.spec | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/sources b/sources index bbdfb2a..8d84f07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c15490dc67c83abdb1cda365696c25bb yast2-devtools-3.1.33.tar.gz +3ee30a6e57fc457090a36609f67bf229 yast2-devtools-3.1.34.tar.gz diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 43938c9..fd6c490 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -36,7 +36,7 @@ %global src_url https://github.com/%{suite_name}/%{repo_name} Name: %{suite_name}2-%{name_suffix} -Version: 3.1.33 +Version: 3.1.34 Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools @@ -60,6 +60,7 @@ BuildRequires: pkgconfig BuildRequires: rubygem(redcarpet) BuildRequires: rubygem(yard) +Requires: %{_bindir}/desktop-file-validate Requires: %{_bindir}/libtool Requires: %{_bindir}/xsltproc Requires: automake @@ -91,7 +92,7 @@ and building YaST2 modules and components. ./build-tools/scripts/y2autoconf --bootstrap ./build-tools/ ./build-tools/scripts/y2automake --bootstrap ./build-tools/ %{__cat} ./build-tools/aclocal/*.m4 > acinclude.m4 -%{_bindir}/autoreconf --force --install -Wobsolete +%{_bindir}/autoreconf --force --install -Wall # Fix-up hashbangs. for _file in $(%{__grep} -Rle '#![ \t]*/usr/bin/env' .) @@ -102,6 +103,15 @@ do %{__mv} -f ${_file}.new ${_file} done +# Adjust %%yast_docdir for releases with versioned %%_docdir. +%if (0%{?fedora} && 0%{?fedora} < 21) || (0%{?rhel} && 0%{?rhel} < 8) +_file="./build-tools/rpm/macros.yast" +%{__sed} -e 's!^%%yast_docdir.*$!&-%%{version}!' \ + < ${_file} > ${_file}.new && \ + /bin/touch -r ${_file} ${_file}.new && \ + %{__mv} -f ${_file}.new ${_file} +%endif # (0%%{?fedora} && 0%%{?fedora} < 21) || (0%%{?rhel} && 0%%{?rhel} < 8) + %build %configure @@ -119,7 +129,7 @@ done %{buildroot}%{?_pkgdocdir}/ChangeLog # Install additional tools. -%{__cp} -a ./mass-tools/y2m %{buildroot}%{_bindir} +%{__install} -pm 0755 ./mass-tools/y2m %{buildroot}%{_bindir} # Move documentation to %%{?_pkgdocdir}. %{__mv} -f %{buildroot}%{_docdir}/packages/yast2-devtools/* \ @@ -133,7 +143,7 @@ done %endif # "0%%{?_macrosdir}" != "0%%{_sysconfdir}/rpm" # Final clean-up. -%{__rm} -rf %{buildroot}%{_docdir}/packages/yast2-devtools \ +%{__rm} -rf %{buildroot}%{_docdir}/packages \ %if %{with license_dir} %{buildroot}%{?_pkgdocdir}/COPYING \ %endif # %%{with license_dir} @@ -167,6 +177,15 @@ fi %changelog +* Wed May 13 2015 Björn Esser - 3.1.34-1 +- new upstream release +- added 'Requires: %{_bindir}/desktop-file-validate', it's a + commonly needed BuildRequires for other YaST-packages +- adjust %%yast_docdir for releases with versioned %%_docdir +- use %%{__install} for adding `y2m` to package +- improved cleaning of empty left-over dirs +- run autoreconf with `-Wall`-flag + * Tue May 12 2015 Björn Esser - 3.1.33-1 - new upstream release - dropped %%{__chmod} on `gettextdomains`, fixed in upstream's Autotools From 98296c1489728597a7eb682975c5b7735398de6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 23 May 2015 11:49:54 +0200 Subject: [PATCH 07/33] new upstream release --- sources | 2 +- yast2-devtools.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 8d84f07..50e5e8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ee30a6e57fc457090a36609f67bf229 yast2-devtools-3.1.34.tar.gz +f08641290cf165de5fa1243ac44513b1 yast2-devtools-3.1.36.tar.gz diff --git a/yast2-devtools.spec b/yast2-devtools.spec index fd6c490..7d81cf5 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -36,7 +36,7 @@ %global src_url https://github.com/%{suite_name}/%{repo_name} Name: %{suite_name}2-%{name_suffix} -Version: 3.1.34 +Version: 3.1.36 Release: 1%{?gitrel}%{?dist} Summary: YaST Development Tools @@ -177,6 +177,9 @@ fi %changelog +* Sat May 23 2015 Björn Esser - 3.1.36-1 +- new upstream release + * Wed May 13 2015 Björn Esser - 3.1.34-1 - new upstream release - added 'Requires: %{_bindir}/desktop-file-validate', it's a From ef5807cea848264b278df5db807ac848f9309507 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:35:36 +0000 Subject: [PATCH 08/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 7d81cf5..273207e 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 1%{?gitrel}%{?dist} +Release: 2%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -177,6 +177,9 @@ fi %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 3.1.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 23 2015 Björn Esser - 3.1.36-1 - new upstream release From 75250861dac0d4859a6884bc8e02395a72680ffc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:56:43 +0000 Subject: [PATCH 09/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 273207e..af7fb24 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 2%{?gitrel}%{?dist} +Release: 3%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -177,6 +177,9 @@ fi %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 3.1.36-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 3.1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From f52fb56f276cdf16ffc92b7cc0d7b0e5e54cc647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:40:58 +0200 Subject: [PATCH 10/33] Mandatory Perl build-requires added --- yast2-devtools.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index af7fb24..fcfc465 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -56,6 +56,7 @@ BuildRequires: fdupes BuildRequires: gettext BuildRequires: libtool BuildRequires: libxslt +BuildRequires: perl-generators BuildRequires: pkgconfig BuildRequires: rubygem(redcarpet) BuildRequires: rubygem(yard) From 791777831de034d130a7fc72e8e200367b2a61c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:15:28 +0000 Subject: [PATCH 11/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index fcfc465..40fa233 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 3%{?gitrel}%{?dist} +Release: 4%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -178,6 +178,9 @@ fi %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 3.1.36-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 3.1.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From afeb78c98cf3d9529cd17de8713b617b5be3f9e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:33:38 +0000 Subject: [PATCH 12/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 40fa233..b560d08 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 4%{?gitrel}%{?dist} +Release: 5%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -178,6 +178,9 @@ fi %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 3.1.36-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 3.1.36-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From c03ff8ecfad81b5278710916017421f083548da2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:06:33 +0100 Subject: [PATCH 13/33] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- yast2-devtools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index b560d08..ce4f138 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 5%{?gitrel}%{?dist} +Release: 6%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -178,6 +178,9 @@ fi %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.1.36-6 +- Escape macros in %%changelog + * Thu Jul 27 2017 Fedora Release Engineering - 3.1.36-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild @@ -195,7 +198,7 @@ fi * Wed May 13 2015 Björn Esser - 3.1.34-1 - new upstream release -- added 'Requires: %{_bindir}/desktop-file-validate', it's a +- added 'Requires: %%{_bindir}/desktop-file-validate', it's a commonly needed BuildRequires for other YaST-packages - adjust %%yast_docdir for releases with versioned %%_docdir - use %%{__install} for adding `y2m` to package From 6023705d3b2e40be6828ef26390cf31c3349969c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 16:21:20 +0200 Subject: [PATCH 14/33] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- yast2-devtools.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index ce4f138..ca33b1c 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -49,6 +49,7 @@ URL: https://%{suite_name}.github.io BuildArch: noarch +BuildRequires: gcc-c++ BuildRequires: automake BuildRequires: docbook-style-xsl BuildRequires: doxygen From df6dca138b6bcb553760466823262271f0baf6d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:41:29 +0000 Subject: [PATCH 15/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index ca33b1c..b9c5819 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 6%{?gitrel}%{?dist} +Release: 7%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -179,6 +179,9 @@ fi %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 3.1.36-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Igor Gnatenko - 3.1.36-6 - Escape macros in %%changelog From 43b10dd85d690459f32245661323c8909f987ee5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:57:29 +0000 Subject: [PATCH 16/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index b9c5819..61b51c4 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 7%{?gitrel}%{?dist} +Release: 8%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -179,6 +179,9 @@ fi %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 3.1.36-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 3.1.36-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From ef67b723e97a2daefae774c28e2bcb6683920bb5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:47:37 +0000 Subject: [PATCH 17/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 61b51c4..8894a0d 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 8%{?gitrel}%{?dist} +Release: 9%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -179,6 +179,9 @@ fi %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 3.1.36-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 3.1.36-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 8610213c3bfe54c0318ca78a3c621bb94407b014 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:05:42 +0000 Subject: [PATCH 18/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 8894a0d..4228c4a 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 9%{?gitrel}%{?dist} +Release: 10%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -179,6 +179,9 @@ fi %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 3.1.36-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 3.1.36-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 3e15640d8d4236316d0372cfe817f524eb55e819 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:13:00 +0000 Subject: [PATCH 19/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 4228c4a..6b570df 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 10%{?gitrel}%{?dist} +Release: 11%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -179,6 +179,9 @@ fi %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 3.1.36-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 3.1.36-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 5b33884f8ee53f0319dc4a07d158c13f2ac5a2bb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:46:03 +0000 Subject: [PATCH 20/33] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- yast2-devtools.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 6b570df..68cc798 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -49,6 +49,7 @@ URL: https://%{suite_name}.github.io BuildArch: noarch +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: automake BuildRequires: docbook-style-xsl From f9f19bf57b0e9bbd32c87ca19fabd94c4dcd86c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:31:55 +0000 Subject: [PATCH 21/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 68cc798..262be14 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 11%{?gitrel}%{?dist} +Release: 12%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 3.1.36-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 3.1.36-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 03023c5b443bef495426ebd2859bb09cfcfa7f95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:06:58 +0000 Subject: [PATCH 22/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 262be14..353397a 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 12%{?gitrel}%{?dist} +Release: 13%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 3.1.36-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 3.1.36-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c5fe1beeaf1c7e3d42982e7eecf11e4b5d460838 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:40:25 +0000 Subject: [PATCH 23/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 353397a..06e6ee0 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 13%{?gitrel}%{?dist} +Release: 14%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 3.1.36-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 3.1.36-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From d7340dda9efa6b8ac5cfa10d867c695e7c6c89c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:43:20 +0000 Subject: [PATCH 24/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 06e6ee0..81c6ae1 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 14%{?gitrel}%{?dist} +Release: 15%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 3.1.36-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 3.1.36-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 52a30a4e8fc9c207608b4a599e9ea70fbafb9e94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:03:30 +0000 Subject: [PATCH 25/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 81c6ae1..c24a059 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 15%{?gitrel}%{?dist} +Release: 16%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 3.1.36-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 3.1.36-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d1a2131ced6af07759ed5c5048d9a24c42c176eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:29:05 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index c24a059..1ec7f1e 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 16%{?gitrel}%{?dist} +Release: 17%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 3.1.36-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 3.1.36-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From f5c8ef6b475395d5000a0e6506503188d7169b23 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:43:16 +0000 Subject: [PATCH 27/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 1ec7f1e..a8b7fe7 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 17%{?gitrel}%{?dist} +Release: 18%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 3.1.36-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 3.1.36-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 6b79b9d137be9911212c1c3d63535c62043ba8d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:40:06 +0000 Subject: [PATCH 28/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index a8b7fe7..cf91d38 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 18%{?gitrel}%{?dist} +Release: 19%{?gitrel}%{?dist} Summary: YaST Development Tools License: GPLv2+ @@ -180,6 +180,9 @@ fi %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 3.1.36-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 3.1.36-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6a6f9343ba5a8c9ee9b6f04c43e54bb75844b7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 04:02:53 +0200 Subject: [PATCH 29/33] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- yast2-devtools.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index cf91d38..895dfbe 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,10 +37,11 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 19%{?gitrel}%{?dist} +Release: 20%{?gitrel}%{?dist} Summary: YaST Development Tools -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: https://%{suite_name}.github.io # Sources for release-builds. %{?rel_build:Source0: %{src_url}/archive/%{repo_name}/master/%{version}.tar.gz#/%{gittar}} @@ -180,6 +181,9 @@ fi %changelog +* Fri Jul 26 2024 Miroslav Suchý - 3.1.36-20 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 3.1.36-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 077a0c16e4913ff4541e182c0c252ba874e5f52a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:31:48 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 895dfbe..cc601ae 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 20%{?gitrel}%{?dist} +Release: 21%{?gitrel}%{?dist} Summary: YaST Development Tools # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -181,6 +181,9 @@ fi %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 3.1.36-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 3.1.36-20 - convert license to SPDX From a93d7c6ddd1570ec12fe6fe57d058a64e29a3211 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:11:17 +0000 Subject: [PATCH 31/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index cc601ae..75551f6 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 21%{?gitrel}%{?dist} +Release: 22%{?gitrel}%{?dist} Summary: YaST Development Tools # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -181,6 +181,9 @@ fi %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.1.36-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 3.1.36-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 88581538e35c6c6fb3960a862cd6086d42491c9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:01:09 +0000 Subject: [PATCH 32/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 75551f6..460916c 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 22%{?gitrel}%{?dist} +Release: 23%{?gitrel}%{?dist} Summary: YaST Development Tools # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -181,6 +181,9 @@ fi %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 3.1.36-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 3.1.36-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b30b687b0afcce687a22f9dc1429699c29525115 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:33:36 +0000 Subject: [PATCH 33/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- yast2-devtools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yast2-devtools.spec b/yast2-devtools.spec index 460916c..83e34a4 100644 --- a/yast2-devtools.spec +++ b/yast2-devtools.spec @@ -37,7 +37,7 @@ Name: %{suite_name}2-%{name_suffix} Version: 3.1.36 -Release: 23%{?gitrel}%{?dist} +Release: 24%{?gitrel}%{?dist} Summary: YaST Development Tools # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -181,6 +181,9 @@ fi %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 3.1.36-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 3.1.36-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild