#2 Bump to version 45, and beyond to the git version
Merged 2 years ago by snirkel. Opened 2 years ago by snirkel.

@@ -1,15 +1,15 @@ 

  # Variables for if/when I need to source a commit instead of a release tag.

- %global  commit_date   20210401

- %global  commit_long   8e245647228df2f8bfbcd85924384e413788886e

+ %global  commit_date   20220710

+ %global  commit_long   dab42ffc5c8405a74f835316acb38c32474d2243

  %global  commit_short  %(c=%{commit_long}; echo ${c:0:7})

  

  

  Name:       gnome-shell-extension-freon

  Summary:    GNOME Shell extension to display system temperature, voltage, and fan speed

  Epoch:      2

- Version:    44

- Release:    3%{?dist}

- # Release:    XX.%%{commit_date}.%%{commit_short}%%{?dist}

+ Version:    45

+ Release:    1.%{commit_date}git%{commit_short}%{?dist}

+ # Release:    XX.%{commit_date}git%{commit_short}%{?dist}

  URL:        https://github.com/UshakovVasilii/gnome-shell-extension-freon/wiki

  License:    GPLv2

  BuildArch:  noarch
@@ -121,12 +121,8 @@ 

  rmdir %{final_install_dir}/schemas/

  

  # Remove source .po localization files, move binary .mo to system directory.

- rm --recursive %{final_install_dir}/po/

  mv  %{final_install_dir}/locale  %{buildroot}/%{_datadir}/

  

- # NOTE: Upstream needs to rename their Turkish translation file.

- mv  %{buildroot}%{_datadir}/locale/tr/LC_MESSAGES/tr.mo  %{buildroot}%{_datadir}/locale/tr/LC_MESSAGES/freon.mo

- 

  %find_lang freon

  

  
@@ -140,6 +136,11 @@ 

  

  

  %changelog

+ * Sun Jul 10 2022 Linus Walleij <triad@df.lth.se> - 2:45-1

+ - Update to 45 (#2009382)

+ - Turkish translation file problem is fixed upstream.

+ - Trash po directory removed upstream

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:44-3

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

  

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

- SHA512 (gnome-shell-extension-freon-EGO-44.tar.gz) = 28e09284c5bee7c22bda6bd38b435a37d0bf2fb56caf447a688658a6a5e8b25d7c137343d3792a0b3f454967be75372e8997893be8e25d3ca200eac8e33a5b9e

+ SHA512 (gnome-shell-extension-freon-EGO-45.tar.gz) = 128aeaee36b133ab6f66182348ef1bf5d9fb0b7f5695917e3970ca12e8f5c7b34944d99b82a26b0e172cf75564ce6965e944cf5ce45bca1b737c66a0f1cf1214

This release works with the GNOME release in current Fedora.

Signed-off-by: Linus Walleij triad@df.lth.se

Pull-Request has been merged by snirkel

2 years ago