Hello community,

here is the log from the commit of package lxrandr for openSUSE:Factory checked 
in at 2014-09-09 19:00:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxrandr (Old)
 and      /work/SRC/openSUSE:Factory/.lxrandr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxrandr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxrandr/lxrandr.changes  2011-09-23 
02:12:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxrandr.new/lxrandr.changes     2014-09-09 
19:00:22.000000000 +0200
@@ -1,0 +2,34 @@
+Mon Sep  8 15:35:48 UTC 2014 - [email protected]
+
+- new upstream version 0.2.0
+  * Don't exit on 'Apply' button but let user try another mode or 
+    save it
+  * debian: fix override_dh_autoreconf
+  * Fix quick options button selection - it should not exit but let 
+    it be saved
+  * Make more strings translatable
+  * Syntax commit -- replace tab with spaces.
+  * Add two other quick options:
+    + (1) put external to right of LVDS 
+    + (2) put it above LVDS
+  * [i18n] POT file update
+  * [SF#533] debian: update with files from Debian, with some
+    changes required in daily build
+  * [SF#641] Use sh -c 'xranrd ....' to Exec in autostarted file
+  * Update copyright year: 2008-2011 -> 2008-2014
+  * Fix regexp to find interface: DVI-I-1 isn't parsed correctly
+  * autogen.sh: remove call to never used libtoolize
+  * Remove po/LINGUAS - it's autogenerated
+  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
+  * Run autoupdate to update some items in configure.ac
+  * Move configure.in to configure.ac
+  * Re-apply the state of autogen.sh
+  * Fix autogen.sh with newer autotools
+  * Fix NotShowIn (#3537359) and add X-LXDE-Settings category for 
+    consistency the upcoming LXDE Control Center
+  * Use freedesktop.org compatible name for the icon in the desktop
+    file
+- spec file clean up
+- split lang package
+
+-------------------------------------------------------------------

Old:
----
  lxrandr-0.1.2.tar.bz2

New:
----
  lxrandr-0.2.0.tar.xz

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

Other differences:
------------------
++++++ lxrandr.spec ++++++
--- /var/tmp/diff_new_pack.WyszI2/_old  2014-09-09 19:00:24.000000000 +0200
+++ /var/tmp/diff_new_pack.WyszI2/_new  2014-09-09 19:00:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxrandr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           lxrandr
-Version:        0.1.2
-Release:        1
+Version:        0.2.0
+Release:        0
 Summary:        Lightweight Monitor Config Tool
-Group:          System/GUI/LXDE
 License:        GPL-2.0
+Group:          System/GUI/LXDE
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
 Source1:        display.png
+BuildRequires:  docbook-utils
+BuildRequires:  fdupes
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  intltool pkg-config update-desktop-files
-BuildRequires:  docbook-utils fdupes gtk2-devel
+%lang_package
 
 %description
 LXRandR is a lightweight Monitor Config Tool
@@ -39,36 +43,32 @@
 
 %build
 %configure
-%__make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%suse_update_desktop_file %name
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%suse_update_desktop_file %{name}
 #wrong brp checks workaround
-mkdir -p %buildroot/%_datadir/pixmaps
-install %SOURCE1 %buildroot/%_datadir/pixmaps/
-
+mkdir -p %{buildroot}/%{_datadir}/pixmaps
+install %{SOURCE1} %{buildroot}/%{_datadir}/pixmaps/
 %find_lang %{name}
 %fdupes -s %{buildroot}
 
-%clean
-%__rm -rf $RPM_BUILD_ROOT
-
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,0755)
 %doc COPYING
-%_bindir/%name
-%_datadir/applications/lxrandr.desktop
-%_mandir/man1/lxrandr.1.gz
-%exclude %_datadir/pixmaps/display.png
+%{_bindir}/%{name}
+%{_datadir}/applications/lxrandr.desktop
+%{_mandir}/man1/lxrandr.1.gz
+%exclude %{_datadir}/pixmaps/display.png
+
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
 
 %changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to