#8 Update rawhide to upstream release 1.4.0
Merged 14 days ago by atim. Opened 2 months ago by packit.

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

  /corectrl-v1.3.9.tar.bz2

  /corectrl-v1.3.10.tar.bz2

  /corectrl-v1.3.11.tar.bz2

+ /corectrl-v1.4.0.tar.bz2

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.93.0.post1.dev3+ge6195b47.

+ The file was generated using packit 0.93.0.post1.dev5+g0048024e.

file modified
+19 -9
@@ -1,3 +1,7 @@ 

+ # TODO: Package trompeloeil

+ # https://github.com/rollbear/trompeloeil

+ %bcond_with tests

+ 

  %global forgeurl https://gitlab.com/%{name}/%{name}

  %global tag v%{version}

  
@@ -8,7 +12,7 @@ 

  %global uuid    org.%{name}.%{name}

  

  Name:           corectrl

- Version:        1.3.11

+ Version:        1.4.0

  %forgemeta

  Release:        %autorelease

  Summary:        Friendly hardware control
@@ -23,33 +27,35 @@ 

  Source0:        %{forgesource}

  Source1:        README.fedora.md

  

- BuildRequires:  cmake >= 3.3

+ BuildRequires:  cmake >= 3.22

  BuildRequires:  desktop-file-utils

  BuildRequires:  extra-cmake-modules

- BuildRequires:  gcc-c++ >= 8

+ BuildRequires:  gcc-c++ >= 13.1

  BuildRequires:  libappstream-glib

  BuildRequires:  libdrm-devel

  BuildRequires:  ninja-build

- 

+ BuildRequires:  cmake(Catch2)

  BuildRequires:  cmake(fmt)

  BuildRequires:  cmake(KF5CoreAddons)

- BuildRequires:  cmake(pugixml)

+ BuildRequires:  cmake(pugixml) >= 1.11

  BuildRequires:  cmake(Qt5Charts)

  BuildRequires:  cmake(Qt5Concurrent)

- BuildRequires:  cmake(Qt5Core) >= 5.9

+ BuildRequires:  cmake(Qt5Core) >= 5.15

  BuildRequires:  cmake(Qt5DBus)

  BuildRequires:  cmake(Qt5LinguistTools)

  BuildRequires:  cmake(Qt5Multimedia)

  BuildRequires:  cmake(Qt5Network)

  BuildRequires:  cmake(Qt5Svg)

  BuildRequires:  cmake(Qt5Widgets)

- 

+ BuildRequires:  cmake(spdlog) >= 1.4

  BuildRequires:  pkgconfig(botan-2)

  BuildRequires:  pkgconfig(dbus-1)

- BuildRequires:  pkgconfig(easyloggingpp)

  BuildRequires:  pkgconfig(polkit-gobject-1)

- BuildRequires:  pkgconfig(quazip1-qt5)

+ BuildRequires:  pkgconfig(quazip1-qt5) >= 1.0

  BuildRequires:  pkgconfig(x11)

+ %if %{with tests}

+ BuildRequires:  cmake(trompeloeil) >= 40

+ %endif

  

  Requires:       dbus-common

  Requires:       hicolor-icon-theme
@@ -99,7 +105,11 @@ 

  %build

  %cmake \

      -G Ninja \

+     %if %{with tests}

      -DBUILD_TESTING=ON \

+     %else

+     -DBUILD_TESTING=OFF \

+     %endif

      %{nil}

  %ninja_build -C %{_vpath_builddir}

  

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

- SHA512 (corectrl-v1.3.11.tar.bz2) = 9652932feee4d005fbd1494b1f0980c93680c55865a04fb093c0ae21e8d21a9672156efb492936ed30ca54950cbac63c07beb38d6111508673487cd56787591d

+ SHA512 (corectrl-v1.4.0.tar.bz2) = 3149b2993b21b2232b4e8411994792741a7c23c9af61cc5f6a1d2ed844e5c73ae03448fe591d69049832482fd13ac464a94b69eedb69364ea84bdf1fd03f3bba

Upstream tag: v1.4.0
Upstream commit: 4dabb241
Release monitoring project: 27558
Resolves rhbz#2269938


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/corectrl.git
cd corectrl
git checkout 1.4.0-rawhide-update-pull_from_upstream
git push origin 1.4.0-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd corectrl
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/corectrl.git
git fetch packit refs/heads/1.4.0-rawhide-update-pull_from_upstream
git checkout 1.4.0-rawhide-update-pull_from_upstream
git push packit 1.4.0-rawhide-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

rebased onto 3494a17

2 months ago

rebased onto 23314dd

14 days ago

rebased onto f20f171

14 days ago

Pull-Request has been merged by atim

14 days ago