Hello community,

here is the log from the commit of package arandr for openSUSE:Factory checked 
in at 2015-08-01 11:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arandr (Old)
 and      /work/SRC/openSUSE:Factory/.arandr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arandr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/arandr/arandr.changes    2013-03-21 
22:01:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.arandr.new/arandr.changes       2015-08-01 
11:34:30.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jul 16 08:17:28 UTC 2015 - [email protected]
+
+- Cleanup spec
+- Update to version 0.1.8
+  * Add support for choosing the primary output
+  * Use "save" button in the file-save dialog
+  * Update and add a lot of new languages
+
+-------------------------------------------------------------------

Old:
----
  arandr-0.1.7.1.tar.gz

New:
----
  arandr-0.1.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ arandr.spec ++++++
--- /var/tmp/diff_new_pack.F5g8kG/_old  2015-08-01 11:34:31.000000000 +0200
+++ /var/tmp/diff_new_pack.F5g8kG/_new  2015-08-01 11:34:31.000000000 +0200
@@ -1,5 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
-
+#
+# spec file for package arandr
+#
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany 
<[email protected]>
 #
@@ -13,18 +15,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:               arandr
-Version:            0.1.7.1
+Version:        0.1.8
 Release:            0
 Summary:            Visual Front End for XRandR
+License:        GPL-3.0
+Group:          System/X11/Utilities
+Url:            http://christian.amsuess.com/tools/arandr/
 Source:             
http://christian.amsuess.com/tools/arandr/files/arandr-%{version}.tar.gz
 Patch1:             arandr-fix_desktop_icon.patch
-URL:                http://christian.amsuess.com/tools/arandr/
-Group:              System/X11/Utilities
-License:            GPL-3.0
-BuildRoot:          %{_tmppath}/build-%{name}-%{version}
+BuildRequires:  desktop-data-openSUSE
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  make
 BuildRequires:      python-devel
+BuildRequires:  update-desktop-files
+Requires:       python-gtk
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %if 0%{?suse_version} >= 1140
 BuildRequires:      python-gtk-devel
 %else
@@ -35,17 +45,11 @@
 %else
 BuildRequires:      docutils
 %endif
-BuildRequires:      make
-BuildRequires:      update-desktop-files
-BuildRequires:      hicolor-icon-theme
-BuildRequires:      desktop-data-openSUSE
-BuildArch:          noarch
 %if 0%{?suse_version} >= 1220
 Requires:           xrandr
 %else
 Requires:           xorg-x11
 %endif
-Requires:           python-gtk
 
 %description
 ARandR is designed to provide a simple visual front end for XRandR. Relative
@@ -57,25 +61,22 @@
 %patch1
 
 %build
-%__python ./setup.py build
+python ./setup.py build
 
 %install
-%__python ./setup.py install \
+python ./setup.py install \
     --prefix="%{_prefix}" \
-    --root="%{buildroot}" \
+    --root=%{buildroot} \
     --record-rpm=files.lst
 
-%__perl -n -i -e 'print unless m,%{_datadir}/(locale|applications),' files.lst
-%__perl -n -i -e 'print unless m,%{_bindir},' files.lst
+perl -n -i -e 'print unless m,%{_datadir}/(locale|applications),' files.lst
+perl -n -i -e 'print unless m,%{_bindir},' files.lst
 
 %suse_update_desktop_file -r "%{name}" Settings DesktopSettings
 
 %find_lang "%{name}"
 
-%__chmod 0755 "%{buildroot}%{_bindir}"/*
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+chmod 0755 "%{buildroot}%{_bindir}"/*
 
 %files -f "%{name}.lang" -f files.lst
 %defattr(-,root,root)
@@ -83,7 +84,7 @@
 %{_bindir}/arandr
 %{_bindir}/unxrandr
 %{_datadir}/applications/%{name}.desktop
-%doc %{_mandir}/man1/arandr.1*
-%doc %{_mandir}/man1/unxrandr.1*
+%{_mandir}/man1/arandr.1*
+%{_mandir}/man1/unxrandr.1*
 
 %changelog

++++++ arandr-0.1.7.1.tar.gz -> arandr-0.1.8.tar.gz ++++++
++++ 4198 lines of diff (skipped)


Reply via email to