Updating link to change in openSUSE:Factory/alpine revision 49.0

OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=b1ac4362a0fb1d8368cf375d70e5e22d
This commit is contained in:
OBS User buildservice-autocommit 2020-10-05 17:41:16 +00:00 committed by Git OBS Bridge
parent 908ce36199
commit 873b2d0e03
7 changed files with 6862 additions and 6174 deletions

25
_service Normal file
View File

@ -0,0 +1,25 @@
<services>
<!--
Often, only the main releases (e.g. 2.22, 2.23) are made
available as tarball, but 2.23.1 and 2.23.2 were git-only.
Changelog:
git diff v2.23..v2.23.2 pith/pine.hlp
set_version is not used, as there are multiple Version: in the spec.
You need to update the Version: field manually.
-->
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://repo.or.cz/alpine.git</param>
<param name="revision">v2.23.2</param>
<param name="versionformat">2.23.2</param>
<param name="exclude">*.dll</param>
<param name="exclude">*.exe</param>
<param name="exclude">*.lib</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

3
alpine-2.23.2.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 2 20:43:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.23.2
* Expansion of the configuration screen for XOAUTH2 to include
username, and tenant.
* Alpine uses the domain in the From: header of a message
to generate a message-id and suppresses all information
about Alpine, version, revision, and time of generation
of the message-id from this header.
* When messages are selected, pressing the ';' command to
broaden or narrow a search, now offers the possibility to
completely replace the search, and is almost equivalent to
being a shortcut to "unselect all messages, and select
again".
-------------------------------------------------------------------
Mon Sep 7 13:44:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,15 +19,16 @@
Name: alpine
# For debugging only:
%define build_vanilla 0
Version: 2.23
Version: 2.23.2
Release: 0
Summary: Mail User Agent
License: Apache-2.0
Group: Productivity/Networking/Email/Clients
URL: http://alpine.x10host.com/alpine/
#Git-Clone: https://repo.or.cz/alpine.git
# direct download does not work for openSUSE:Factory
Source: http://alpine.x10host.com/alpine/release/src/%name-%version.tar.xz
#Source: http://alpine.x10host.com/alpine/release/src/%name-%version.tar.xz
Source: %name-%version.tar.xz
Source1: %name.png
Source2: %name.desktop
Source9: UPDATING.txt

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff