From c03c0e2947c33b5574097c58e48f0c2217ee07f7 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: May 09 2020 17:59:34 +0000 Subject: Update adriconf to rev 2 via SR 802001 https://build.opensuse.org/request/show/802001 by user pluskalm + dimstar_suse - Update to version 1.7: * Add IT translation. @albanobattistella * Fix incorrect handling of system wide options when multiple drivers are defined. @jlhertel * Add option to change default config directories. @jlhertel * Add code of conduct. @jlhertel --- diff --git a/adriconf-1.6.1.tar.gz b/adriconf-1.6.1.tar.gz deleted file mode 120000 index 3c8a9a8..0000000 --- a/adriconf-1.6.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigmnkxpumevyf56vkxkwrqotd4oemju4e55puovruhpe4mtrt5lji \ No newline at end of file diff --git a/adriconf-v1.7.tar.bz2 b/adriconf-v1.7.tar.bz2 new file mode 120000 index 0000000..f15760a --- /dev/null +++ b/adriconf-v1.7.tar.bz2 @@ -0,0 +1 @@ +/ipfs/bafybeid3wrvybluvbgiagjloqvoncbcw3y6ek7gh5nktgqr53l5cayyl44 \ No newline at end of file diff --git a/adriconf.changes b/adriconf.changes index 8898ec7..3f7fa94 100644 --- a/adriconf.changes +++ b/adriconf.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Sat May 9 08:10:37 UTC 2020 - Martin Pluskal + +- Update to version 1.7: + * Add IT translation. @albanobattistella + * Fix incorrect handling of system wide options when multiple + drivers are defined. @jlhertel + * Add option to change default config directories. @jlhertel + * Add code of conduct. @jlhertel + +------------------------------------------------------------------- Fri Feb 14 11:53:00 UTC 2020 - Martin Pluskal - Initial changelog entry for version 1.6.1 diff --git a/adriconf.spec b/adriconf.spec index 107b437..15fbe13 100644 --- a/adriconf.spec +++ b/adriconf.spec @@ -17,27 +17,26 @@ Name: adriconf -Version: 1.6.1 +Version: 1.7 Release: 0 Summary: Advanced DRI Configurator License: GPL-3.0-only Group: System/Packages -URL: https://github.com/jlHertel/adriconf -Source0: https://github.com/jlHertel/adriconf/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://gitlab.freedesktop.org/mesa/adriconf +Source0: https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v%{version}/adriconf-v%{version}.tar.bz2 Source1: adriconf.desktop Source2: driconf-icon.png BuildRequires: Mesa-devel BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: gcc-obj-c++ BuildRequires: hicolor-icon-theme -BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_locale-devel -BuildRequires: libboost_system-devel +BuildRequires: libboost_filesystem-devel >= 1.60 +BuildRequires: libboost_locale-devel >= 1.60 +BuildRequires: libboost_system-devel >= 1.60 BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gdkmm-3.0) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libpci) @@ -53,7 +52,7 @@ the standard drirc file used by the Mesa drivers. %lang_package %prep -%setup -q +%autosetup -n %{name}-v%{version} %build %cmake \ @@ -63,8 +62,10 @@ the standard drirc file used by the Mesa drivers. %install %cmake_install mkdir -p %{buildroot}/%{_datadir}/{applications,pixmaps} -install -D -m0755 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop -install -D -m0755 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png +install -Dpm 0755 %{SOURCE1} \ + %{buildroot}/%{_datadir}/applications/%{name}.desktop +install -Dpm 0755 %{SOURCE2} \ + %{buildroot}/%{_datadir}/pixmaps/%{name}.png %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop %find_lang %{name}