[fractal] New release 4.2.2
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] New release 4.2.2
- Date: Sat, 30 Nov 2019 09:53:29 +0000 (UTC)
commit 1dac3f21d42fb41a32940b466551d88178b5cbf1
Author: Daniel GarcĂa Moreno <dani danigm net>
Date: Sat Nov 30 10:51:52 2019 +0100
New release 4.2.2
Cargo.lock | 6 +++---
flatpak/org.gnome.Fractal-release.json | 8 ++++----
flatpak/org.gnome.Fractal.json | 6 +++---
fractal-gtk/Cargo.toml | 2 +-
fractal-matrix-api/Cargo.toml | 2 +-
meson.build | 2 +-
6 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 9c7c1c32..1dcbadfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -542,7 +542,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
-version = "4.2.1"
+version = "4.2.2"
dependencies = [
"cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -550,7 +550,7 @@ dependencies = [
"comrak 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "fractal-matrix-api 4.2.1",
+ "fractal-matrix-api 4.2.2",
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -584,7 +584,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
-version = "4.2.1"
+version = "4.2.2"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 215347be..2037bb42 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -76,8 +76,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz",
- "sha256" : "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5"
+ "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz",
+ "sha256" : "bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6"
}
]
},
@@ -90,7 +90,7 @@
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git",
- "tag" : "1.16.0"
+ "tag" : "1.16.1"
}
]
},
@@ -103,7 +103,7 @@
"sources" : [
{
"type" : "git",
- "branch" : "release-4.2.1",
+ "branch" : "release-4.2.2",
"url" : ".."
}
]
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index ff7094aa..d1edcbe1 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -80,8 +80,8 @@
"sources" : [
{
"type" : "archive",
- "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.1.tar.xz",
- "sha256" : "819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5"
+ "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.2.tar.xz",
+ "sha256" : "bb9195c3a95bacf556d0203e9691f7489e0d3bc5ae1e5a440c89b2f2435d3ed6"
}
]
},
@@ -94,7 +94,7 @@
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git",
- "tag" : "1.14.4"
+ "tag" : "1.16.1"
}
]
},
diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml
index 98e5e1f4..682c5607 100644
--- a/fractal-gtk/Cargo.toml
+++ b/fractal-gtk/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm wadobo com>"]
name = "fractal-gtk"
-version = "4.2.1"
+version = "4.2.2"
workspace = "../"
edition = "2018"
diff --git a/fractal-matrix-api/Cargo.toml b/fractal-matrix-api/Cargo.toml
index a7f4156f..56c993c7 100644
--- a/fractal-matrix-api/Cargo.toml
+++ b/fractal-matrix-api/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Daniel Garcia <danigm wadobo com>"]
name = "fractal-matrix-api"
-version = "4.2.1"
+version = "4.2.2"
workspace = "../"
edition = "2018"
diff --git a/meson.build b/meson.build
index 68e1d129..d2c6f828 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'fractal', 'rust',
- version: '4.2.1',
+ version: '4.2.2',
license: 'GPLv3',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]