Hello community, here is the log from the commit of package adriconf for openSUSE:Leap:15.2 checked in at 2020-05-14 16:58:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/adriconf (Old) and /work/SRC/openSUSE:Leap:15.2/.adriconf.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adriconf" Thu May 14 16:58:11 2020 rev:2 rq:805484 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/adriconf/adriconf.changes 2020-02-21 10:49:37.094954361 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.adriconf.new.2738/adriconf.changes 2020-05-14 16:58:14.962757059 +0200 @@ -1,0 +2,10 @@ +Sat May 9 08:10:37 UTC 2020 - Martin Pluskal <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- adriconf-1.6.1.tar.gz New: ---- adriconf-v1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adriconf.spec ++++++ --- /var/tmp/diff_new_pack.AzuJtS/_old 2020-05-14 16:58:15.286757679 +0200 +++ /var/tmp/diff_new_pack.AzuJtS/_new 2020-05-14 16:58:15.290757687 +0200 @@ -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 @@ %lang_package %prep -%setup -q +%autosetup -n %{name}-v%{version} %build %cmake \ @@ -63,8 +62,10 @@ %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}
