Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 7cd52ec

Browse files
committed
Make new canary version 1.28.2.
1 parent fa096d1 commit 7cd52ec

6 files changed

+6
-7
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAJOR=1
22
MINOR=28
3-
BUILD=1
3+
BUILD=2
44
PATCH=0
55

packaging/crosswalk.spec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: crosswalk
2-
Version: 1.28.1.0
2+
Version: 1.28.2.0
33
Release: 0
44
Summary: Crosswalk is an app runtime based on Chromium
55
# License: (BSD-3-Clause and LGPL-2.1+)
@@ -9,9 +9,9 @@ Url: https://github.com/otcshare/crosswalk
99
Source: %{name}-%{version}.tar
1010
Source1: xwalk
1111
Source1001: crosswalk.manifest
12-
Patch1: %{name}-%{version}-do-not-look-for-gtk2-when-using-aura.patch
13-
Patch2: %{name}-%{version}-pull-request-40.patch
14-
Patch3: %{name}-%{version}-look-for-pvr-libGLESv2.so.patch
12+
Patch1: %{name}-1.28-do-not-look-for-gtk2-when-using-aura.patch
13+
Patch2: %{name}-1.28-pull-request-40.patch
14+
Patch3: %{name}-1.28-look-for-pvr-libGLESv2.so.patch
1515

1616
BuildRequires: bison
1717
BuildRequires: bzip2-devel

xwalk.gyp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
'variables': {
33
'xwalk_product_name': 'XWalk',
4-
# TODO: define xwalk version format.
5-
'xwalk_version': '1.28.1.0',
4+
'xwalk_version': '1.28.2.0',
65
'conditions': [
76
['OS=="linux"', {
87
'use_custom_freetype%': 1,

0 commit comments

Comments
 (0)