Hello community,

here is the log from the commit of package adriconf for openSUSE:Factory 
checked in at 2020-05-09 19:52:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adriconf (Old)
 and      /work/SRC/openSUSE:Factory/.adriconf.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adriconf"

Sat May  9 19:52:48 2020 rev:2 rq:802001 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/adriconf/adriconf.changes        2020-02-14 
16:41:16.787716329 +0100
+++ /work/SRC/openSUSE:Factory/.adriconf.new.2738/adriconf.changes      
2020-05-09 19:53:03.864929333 +0200
@@ -1,0 +2,10 @@
+Sat May  9 08:10:37 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- 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.lYlunE/_old  2020-05-09 19:53:05.068931918 +0200
+++ /var/tmp/diff_new_pack.lYlunE/_new  2020-05-09 19:53:05.076931935 +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}
 



Reply via email to