- Update to version 0.8.10:

* Two years of changes is too long. See
    https://github.com/meli/meli/blob/v0.8.10/CHANGELOG.md instead
- Use shipped source tarball instead of archiving git source
- Move from vendor.tar.xz to vendor.tar.zst
- Remove cargo_config

OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=2
This commit is contained in:
Michael Vetter 2024-12-08 14:24:06 +00:00 committed by Git OBS Bridge
parent 4769a3b825
commit 0b1bead24f
8 changed files with 31 additions and 43 deletions

View File

@ -1,24 +1,7 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://git.meli.delivery/meli/meli</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">15ca25af73a623f15f55eba5d7d6c05a171f4364</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">jubalh@iodoru.org</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">meli</param>
<param name="compression">xz</param>
<service mode="manual" name="download_files" />
<service name="cargo_vendor" mode="manual">
<param name="src">meli*.tar.gz</param>
<param name="update">true</param>
</service>
</services>

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

3
meli-0.8.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598479fb05196dd79f65c996b649f2fa5668ec79963d53d776c79fb84f43d172
size 1522185

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97a1629637f4f74f78e59b8c7c87367c9b1ac449d66113eb45a08b1dfc99f50
size 762672

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 7 23:05:51 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.8.10:
* Two years of changes is too long. See
https://github.com/meli/meli/blob/v0.8.10/CHANGELOG.md instead
- Use shipped source tarball instead of archiving git source
- Move from vendor.tar.xz to vendor.tar.zst
- Remove cargo_config
-------------------------------------------------------------------
Mon Mar 14 14:57:54 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -17,37 +17,37 @@
Name: meli
Version: 0.7.2~0
Version: 0.8.10
Release: 0
Summary: Terminal email client
License: GPL-3.0-or-later
Group: Productivity/Networking/Email/Clients
URL: https://meli.delivery/
Source0: %{name}-alpha-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
URL: https://meli-email.org/
Source0: https://github.com/meli/meli/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: dbus-1-glib-devel
BuildRequires: libopenssl-devel
BuildRequires: sqlite3-devel
BuildRequires: mandoc-bin
%description
Terminal email client with support for multiple accounts and Maildir / mbox / notmuch / IMAP / JMAP.
%prep
%setup -qa1 -n %{name}-alpha-%{version}
mkdir .cargo
cp %{SOURCE2} .cargo/config
%autosetup -a1 -p1
%build
%{cargo_build}
%install
%{cargo_install}
mkdir -p %{buildroot}%{_bindir}
install -Dm644 docs/meli.1 %{buildroot}%{_mandir}/man1/meli.1
install -Dm644 docs/meli.conf.5 %{buildroot}%{_mandir}/man5/meli.conf.5
install -Dm644 docs/meli-themes.5 %{buildroot}%{_mandir}/man5/meli-themes.5
cp target/release/meli %{buildroot}%{_bindir}
install -Dm644 meli/docs/meli.1 %{buildroot}%{_mandir}/man1/meli.1
install -Dm644 meli/docs/meli.conf.5 %{buildroot}%{_mandir}/man5/meli.conf.5
install -Dm644 meli/docs/meli-themes.5 %{buildroot}%{_mandir}/man5/meli-themes.5
%files
%license COPYING

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c222f4da44fca8271f5c335b196aadd4d7197824c4aab65ab7e34a3bf0489918
size 30996836

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42f51a1ccc8a130ad4d5d9a9ff1d565eb5b47302952cea0eeea06188cc2c00fa
size 48825859