#1 Update to 3.36.1
Closed 4 years ago by yselkowitz. Opened 4 years ago by atim.
rpms/ atim/metacity master  into  master

file modified
+1
@@ -16,3 +16,4 @@ 

  /metacity-3.32.0.tar.xz

  /metacity-3.34.0.tar.xz

  /metacity-3.34.1.tar.xz

+ /metacity-3.36.1.tar.xz

file modified
+13 -4
@@ -1,9 +1,13 @@ 

+ # LTO

+ %global optflags %{optflags} -flto=auto

+ %global build_ldflags %{build_ldflags} -flto=auto

+ 

  Summary: Unobtrusive window manager

  Name: metacity

- Version: 3.34.1

- Release: 2%{?dist}

- URL: http://download.gnome.org/sources/metacity/

- Source0: http://download.gnome.org/sources/metacity/3.34/metacity-%{version}.tar.xz

+ Version: 3.36.1

+ Release: 1%{?dist}

+ URL: https://download.gnome.org/sources/metacity/

+ Source0: %{url}/3.36/metacity-%{version}.tar.xz

  

  License: GPLv2+

  
@@ -115,6 +119,11 @@ 

  %{_mandir}/man1/metacity-window-demo.1.gz

  

  %changelog

+ * Fri Mar 27 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 3.36.1-1

+ - Update to 3.36.1

+ - Switch to HTTPS for sources

+ - Enable Link Time Optimization

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.1-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (metacity-3.34.1.tar.xz) = e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee

+ SHA512 (metacity-3.36.1.tar.xz) = 98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb

Switch to HTTPS for sources
Enable Link Time Optimization

Thanks, was already working on an update. However, I'm not going to experiment with LTO unless there is a very good reason why.

Pull-Request has been closed by yselkowitz

4 years ago