From f1940f55fab35484539a028eb430282e011b6eed4feebaae4a8ed3d0c150a129 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 24 Apr 2023 09:39:45 +0000 Subject: [PATCH 1/2] Accepting request 1082393 from home:dimstar:Factory - Add _multibuild definition: define the additional spec file as a 2nd flavor to build. This is preparation work to move the code to a git managed source engine, where 'linking' is not a supported scenario OBS-URL: https://build.opensuse.org/request/show/1082393 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=69 --- _multibuild | 4 ++++ cdio-utils.spec | 2 +- libcdio.changes | 6 ++++++ libcdio.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 _multibuild diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..5da5d3f --- /dev/null +++ b/_multibuild @@ -0,0 +1,4 @@ + + libcdio.spec + + diff --git a/cdio-utils.spec b/cdio-utils.spec index e7bb307..e893282 100644 --- a/cdio-utils.spec +++ b/cdio-utils.spec @@ -1,7 +1,7 @@ # # spec file for package cdio-utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/libcdio.changes b/libcdio.changes index dda6219..1fdaca5 100644 --- a/libcdio.changes +++ b/libcdio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 24 08:16:11 UTC 2023 - Dominique Leuenberger + +- Add _multibuild definition: define the additional spec file as a + 2nd flavor to build. + ------------------------------------------------------------------- Thu Aug 25 11:30:10 UTC 2022 - Martin Liška diff --git a/libcdio.spec b/libcdio.spec index 8843460..445dada 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,7 +1,7 @@ # # spec file for package libcdio # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 7d38c81e9c316358336f59fb1af82cf7dd7a953973503e7d12bfdd135f091084 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 24 Apr 2023 13:33:47 +0000 Subject: [PATCH 2/2] Accepting request 1082463 from home:dimstar:Factory Doh.. I'm too stupid on monday morning.. the multibuild needs to mention the 2nd spec file OBS-URL: https://build.opensuse.org/request/show/1082463 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=70 --- _multibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_multibuild b/_multibuild index 5da5d3f..ba8c13e 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,4 @@ - libcdio.spec + cdio-utils.spec