From a88f7150be8d2d8d9fe7d92457a140dee0193ab6f8ef3412c1fead9830b286d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Aug 2016 08:48:02 +0000 Subject: [PATCH 1/4] remove sle11 support code OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=48 --- libcdr.changes | 5 +++++ libcdr.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libcdr.changes b/libcdr.changes index 8a0d8cc..65bd079 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 08:47:48 UTC 2016 - tchvatal@suse.com + +- Remove sle11 support code + ------------------------------------------------------------------- Thu Jul 21 07:30:07 UTC 2016 - fstrba@suse.com diff --git a/libcdr.spec b/libcdr.spec index dc76ce2..618ac4f 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -69,9 +69,7 @@ This package contains the libcdr development files. %package devel-doc Summary: Documentation for the libcdr API Group: Documentation/HTML -%if 0%{?suse_version} > 1200 BuildArch: noarch -%endif %description devel-doc This package contains documentation for the libcdr API. From 8ec510ae813e2615b0737eb37d249b7b62a631fbaf2fc4aedd00c29133b39024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Aug 2016 08:48:40 +0000 Subject: [PATCH 2/4] Disable silent rules OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=49 --- libcdr.changes | 5 +++++ libcdr.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libcdr.changes b/libcdr.changes index 65bd079..b065f15 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 08:48:34 UTC 2016 - tchvatal@suse.com + +- Disable silent rules + ------------------------------------------------------------------- Mon Aug 1 08:47:48 UTC 2016 - tchvatal@suse.com diff --git a/libcdr.spec b/libcdr.spec index 618ac4f..e340969 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -87,8 +87,12 @@ Tools to work with documents in Corel Draw file-format. %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" -%configure --disable-werror --disable-static --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} V=1 +%configure \ + --disable-werror \ + --disable-static \ + --docdir=%{_docdir}/%{name} \ + --disable-silent-rules +make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install From 8ca528ed3eacb0af000cb42dc99987320a3374579493a478eec60c809bf0883a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Aug 2016 08:50:21 +0000 Subject: [PATCH 3/4] remove sle11 support code OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=50 --- libcdr.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libcdr.changes b/libcdr.changes index b065f15..67019c5 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 08:50:16 UTC 2016 - tchvatal@suse.com + +- Remove sle11 support code + ------------------------------------------------------------------- Mon Aug 1 08:48:34 UTC 2016 - tchvatal@suse.com From c5d0442d9e3f9a120bd49e5d6d008cfa184c9fd1a7a0d59ca59a6a82bcc09b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Aug 2016 08:50:45 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=51 --- libcdr.changes | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libcdr.changes b/libcdr.changes index 67019c5..4bd4c21 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,16 +1,7 @@ -------------------------------------------------------------------- -Mon Aug 1 08:50:16 UTC 2016 - tchvatal@suse.com - -- Remove sle11 support code - ------------------------------------------------------------------- Mon Aug 1 08:48:34 UTC 2016 - tchvatal@suse.com - Disable silent rules - -------------------------------------------------------------------- -Mon Aug 1 08:47:48 UTC 2016 - tchvatal@suse.com - - Remove sle11 support code -------------------------------------------------------------------