Ana Guerrero 2023-11-07 20:25:33 +00:00 committed by Git OBS Bridge
commit 18a3569764
7 changed files with 79 additions and 6 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
-------------------------------------------------------------------
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop optional opie dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -28,7 +28,7 @@ Source: https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-
Source1: cyrus-sasl-rc.tar.bz2 Source1: cyrus-sasl-rc.tar.bz2
Source2: README.Source Source2: README.Source
Source3: baselibs.conf Source3: baselibs.conf
Patch: cyrus-sasl.dif Patch0: cyrus-sasl.dif
Patch5: cyrus-sasl-no_rpath.patch Patch5: cyrus-sasl-no_rpath.patch
Patch6: cyrus-sasl-lfs.patch Patch6: cyrus-sasl-lfs.patch
Patch7: fix_libpq-fe_include.diff Patch7: fix_libpq-fe_include.diff
@ -161,7 +161,7 @@ then
echo "dlcompat contains potential legal risks." echo "dlcompat contains potential legal risks."
rm -rf %{_builddir}/cyrus-sasl-%{version}/dlcompat-* rm -rf %{_builddir}/cyrus-sasl-%{version}/dlcompat-*
fi fi
%patch %patch0
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
-------------------------------------------------------------------
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop optional opie dependency
-------------------------------------------------------------------
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not set directories inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com> Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -33,7 +33,7 @@ Source1: cyrus-sasl-rc.tar.bz2
Source2: README.Source Source2: README.Source
Source3: baselibs.conf Source3: baselibs.conf
Source4: saslauthd.service Source4: saslauthd.service
Patch: cyrus-sasl.dif Patch0: cyrus-sasl.dif
Patch5: cyrus-sasl-no_rpath.patch Patch5: cyrus-sasl-no_rpath.patch
Patch6: cyrus-sasl-lfs.patch Patch6: cyrus-sasl-lfs.patch
Patch7: fix_libpq-fe_include.diff Patch7: fix_libpq-fe_include.diff
@ -75,7 +75,7 @@ The SQL auxprop plugin supports PostgreSQL and MySQL
%prep %prep
%setup -n cyrus-sasl-%{version} -a 1 %setup -n cyrus-sasl-%{version} -a 1
%patch %patch0
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
-------------------------------------------------------------------
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop optional opie dependency
-------------------------------------------------------------------
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not set directories inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com> Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -33,7 +33,7 @@ Source1: cyrus-sasl-rc.tar.bz2
Source2: README.Source Source2: README.Source
Source3: baselibs.conf Source3: baselibs.conf
Source4: saslauthd.service Source4: saslauthd.service
Patch: cyrus-sasl.dif Patch0: cyrus-sasl.dif
Patch5: cyrus-sasl-no_rpath.patch Patch5: cyrus-sasl-no_rpath.patch
Patch6: cyrus-sasl-lfs.patch Patch6: cyrus-sasl-lfs.patch
Patch7: fix_libpq-fe_include.diff Patch7: fix_libpq-fe_include.diff
@ -75,7 +75,7 @@ The SQL auxprop plugin supports PostgreSQL and MySQL
%prep %prep
%setup -n cyrus-sasl-%{version} -a 1 %setup -n cyrus-sasl-%{version} -a 1
%patch %patch0
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>