Browse code

mercurial, meson, mkinitcpio: Update to latest versions

Change-Id: Ie95736da9a32e92fb06a56de80e5392a51fe21be
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5642
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Srivatsa S. Bhat authored on 2018/09/11 06:00:58
Showing 3 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        A free, distributed source control management tool.
4 4
 Name:           mercurial
5
-Version:        4.3.3
5
+Version:        4.7.1
6 6
 Release:        1%{?dist}
7 7
 License:        GPLv2+
8 8
 URL:            https://www.mercurial-scm.org
... ...
@@ -10,7 +10,7 @@ Group:          System Environment/Security
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:        https://www.mercurial-scm.org/release/%{name}-%{version}.tar.gz
13
-%define sha1    mercurial=921c3c6302c4b1d4be6a56fcfa0a41553dd4bd44
13
+%define sha1    mercurial=33e7e6abb29136ee613c347a0c48a72d978a830c
14 14
 BuildRequires:  python2
15 15
 BuildRequires:  python2-libs
16 16
 BuildRequires:  python2-devel
... ...
@@ -24,7 +24,7 @@ Mercurial is written in Python and is used by projects such as Mozilla and Vim.
24 24
 %setup -q
25 25
 
26 26
 %build
27
-make build
27
+make %{?_smp_mflags} build
28 28
 
29 29
 %install
30 30
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
... ...
@@ -57,6 +57,8 @@ rm -rf %{buildroot}/*
57 57
 %{python2_sitelib}/*
58 58
 
59 59
 %changelog
60
+*   Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 4.7.1-1
61
+-   Update to version 4.7.1
60 62
 *   Tue Oct 17 2017 Xiaolin Li <xiaolinl@vmware.com> 4.3.3-1
61 63
 -   Update verion to 4.3.3 for CVE-2017-1000115, CVE-2017-1000116.
62 64
 *   Fri Aug 11 2017 Rongrong Qiu <rqiu@vmware.com> 4.1-4
... ...
@@ -2,14 +2,14 @@
2 2
 
3 3
 Name:           meson
4 4
 Summary:        Extremely fast and user friendly build system
5
-Version:        0.44.0
5
+Version:        0.47.2
6 6
 Release:        1%{?dist}
7 7
 License:        ASL 2.0
8 8
 URL:            https://mesonbuild.com/
9 9
 Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11 11
 Source0:        https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
12
-%define sha1    meson=4a5aa56f81fc1350a5c501ef6046eef8a13467c7
12
+%define sha1    meson=14d6978a17631b550eb6f630f1377d4ea905d106
13 13
 BuildArch:      noarch
14 14
 BuildRequires:  gcc
15 15
 BuildRequires:  python3-devel
... ...
@@ -58,8 +58,11 @@ python3 ./run_tests.py
58 58
 %{_mandir}/man1/%{name}test.1*
59 59
 %{_mandir}/man1/wraptool.1*
60 60
 %{_libdir}/rpm/macros.d/macros.%{name}
61
+%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
61 62
 
62 63
 %changelog
64
+*   Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 0.47.2-1
65
+-   Update to version 0.47.2
63 66
 *   Wed Dec 27 2017 Anish Swaminathan <anishs@vmware.com> 0.44.0-1
64 67
 -   Initial packaging
65 68
 
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:    Modular initramfs image creation utility
2 2
 Name:       mkinitcpio
3
-Version:    23
4
-Release:    3%{?dist}
3
+Version:    24
4
+Release:    1%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        https://projects.archlinux.org/mkinitcpio.git/
7 7
 Group:      System Environment/Development
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:    https://projects.archlinux.org/mkinitcpio.git/snapshot/%{name}-%{version}.tar.gz
11
-%define sha1 mkinitcpio=4459418eb423b2699e798c4523a59cc07a567a98
11
+%define sha1 mkinitcpio=416789532960f7deecb4d5734a398da2437bbb58
12 12
 Patch0:     mkinitcpio-shutdown-ramfs.service.patch
13 13
 BuildRequires: asciidoc
14 14
 BuildRequires: python2-libs
... ...
@@ -49,6 +49,8 @@ make DESTDIR=%{buildroot} install
49 49
 /usr/share/*
50 50
 
51 51
 %changelog
52
+*   Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 24-1
53
+-   Update to version 24
52 54
 *   Fri May 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-3
53 55
 -   fix directory create in shutdown service
54 56
 *   Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 23-2