Changes of Revision 24

cyrus-imapd.spec Changed
x
 
1
@@ -18,9 +18,9 @@
2
 %global _cyrusgroup mail
3
 %global _cyrexecdir %{_exec_prefix}/lib/%{name}
4
 
5
-%global tag_version 2.5.13.30
6
-##%global revision    41
7
-##%global git_hash    gd53406f3f
8
+%global tag_version 2.5.13
9
+%global revision    36
10
+%global git_hash    gad62d5485
11
 
12
 ##
13
 ## Options
14
@@ -36,13 +36,13 @@
15
 
16
 Name:               cyrus-imapd
17
 Summary:            A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
18
-Version:            %{tag_version}
19
+Version:            %{tag_version}.%{revision}
20
 Release:            1%{?dist}
21
 License:            BSD
22
 Group:              System Environment/Daemons
23
 URL:                http://www.cyrusimap.org
24
 
25
-Source0:            ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{tag_version}.tar.gz
26
+Source0:            ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{tag_version}-%{revision}-%{git_hash}.tar.gz
27
 Source1:            cyrus-imapd.imap-2.3.x-conf
28
 Source2:            cyrus-imapd.cvt_cyrusdb_all
29
 Source3:            cyrus-imapd.magic
30
@@ -257,7 +257,7 @@
31
 necessary for developing applications which use the imclient library.
32
 
33
 %prep
34
-%setup -q
35
+%setup -q -n %{name}-%{tag_version}-%{revision}-%{git_hash}
36
 
37
 %if 0%{?with_bdb} < 1
38
 sed -i -e 's/,berkeley//g' cunit/aaa-db.testc
39
@@ -755,6 +755,10 @@
40
 %{_libdir}/*.la
41
 
42
 %changelog
43
+* Wed Oct 23 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 2.5.13.36-1
44
+- Rebase on to upstream -2.5 series
45
+- Fix ptloader group membership (Bifrost T250286)
46
+
47
 * Mon Aug 19 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 2.5.12.30-1
48
 - Rebase on to upstream 2.5.13
49
 
50
cyrus-imapd-2.5.13-36-gad62d5485.tar.gz Added
cyrus-imapd-2.5.13.30.tar.gz Deleted
cyrus-imapd.dsc Changed
17
 
1
@@ -2,7 +2,7 @@
2
 Source: cyrus-imapd
3
 Binary: cyrus-imapd
4
 Architecture: any
5
-Version: 2.5.12.30-0~kolab2
6
+Version: 2.5.13.36-0~kolab1
7
 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
8
 Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
9
 Homepage: http://www.cyrusimap.org/
10
@@ -43,5 +43,5 @@
11
 Package-List:
12
  cyrus-imapd deb mail extra
13
 Files:
14
- 00000000000000000000000000000000 0 cyrus-imapd-2.5.13.30.tar.gz
15
+ 00000000000000000000000000000000 0 cyrus-imapd-2.5.13-36-gad62d5485.tar.gz
16
  00000000000000000000000000000000 0 debian.tar.gz
17
debian.changelog Changed
12
 
1
@@ -1,3 +1,10 @@
2
+cyrus-imapd (2.5.13.36-0~kolab1) unstable; urgency=low
3
+
4
+  * Rebase on to upstream 2.5.13
5
+  * Fix ptloader group membership (Bifrost T250286)
6
+
7
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>  Wed, 23 Oct 2019 11:30:13 +0100
8
+
9
 cyrus-imapd (2.5.13.30-0~kolab2) unstable; urgency=low
10
 
11
   * Rebase on to upstream 2.5.13
12