commit adriconf for openSUSE:Factory

2020-11-04 Thread root
Hello community,

here is the log from the commit of package adriconf for openSUSE:Factory 
checked in at 2020-11-04 18:27:38

Comparing /work/SRC/openSUSE:Factory/adriconf (Old)
 and  /work/SRC/openSUSE:Factory/.adriconf.new.11331 (New)


Package is "adriconf"

Wed Nov  4 18:27:38 2020 rev:3 rq:845910 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/adriconf/adriconf.changes2020-05-09 
19:53:03.864929333 +0200
+++ /work/SRC/openSUSE:Factory/.adriconf.new.11331/adriconf.changes 
2020-11-04 18:32:25.360143668 +0100
@@ -1,0 +2,29 @@
+Wed Nov  4 08:57:19 UTC 2020 - Martin Pluskal 
+
+- Update to version 2.4:
+  * Renamed application from br.com.jeanhertel.adriconf to
+org.freedesktop.adriconf.
+  * Handle string and float options.
+  * Add Polish translations. @baryluk
+  * Make various cosmetic fixes.
+- Changes for older versions in 2.* series:
+  * Rename application to org.freedesktop.adriconf
+  * Make sure themes don't add shadows to button.
+  * Add tooltips to add profile screen.
+  * Fix Spin Button fields, so that increment/decrement fields are
+correctly visible.
+  * Improve Switch buttons with more visible colors.
+  * Small fix fox incorrect shadows with default GTK+ theme.
+  * User Interface is dark by default
+  * Completely removed dialogs and replaced them with screens,
+giving a more natural navigation.
+  * Profiles are now saved independently giving the user more
+control on what to save.
+  * Mesa-defined profiles are not shown anymore, avoiding previous
+confusion on what the user added and what is defined by mesa
+itself.
+  * Better validate when the user adds a new profile.
+  * Bug-fix: When switching the GPU on PRIME settings now we keep
+the same application selected.
+
+---

Old:

  adriconf-v1.7.tar.bz2

New:

  adriconf-v2.4.tar.bz2



Other differences:
--
++ adriconf.spec ++
--- /var/tmp/diff_new_pack.RXLCGb/_old  2020-11-04 18:32:25.892142489 +0100
+++ /var/tmp/diff_new_pack.RXLCGb/_new  2020-11-04 18:32:25.896142480 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   adriconf
-Version:1.7
+Version:2.4
 Release:0
 Summary:Advanced DRI Configurator
 License:GPL-3.0-only

++ adriconf-v1.7.tar.bz2 -> adriconf-v2.4.tar.bz2 ++
 5416 lines of diff (skipped)





commit adriconf for openSUSE:Factory

2020-05-09 Thread root
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.changes2020-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 
+
+- 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}