Hello community,

here is the log from the commit of package i3 for openSUSE:Factory checked in 
at 2012-05-08 12:27:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i3 (Old)
 and      /work/SRC/openSUSE:Factory/.i3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i3", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/i3/i3.changes    2011-11-28 14:49:08.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.i3.new/i3.changes       2012-05-08 
12:27:24.000000000 +0200
@@ -1,0 +2,47 @@
+Sat Apr 28 12:53:22 UTC 2012 - [email protected]
+
+- updated version to 4.2
+- added icon for i3 in /usr/share/pixmaps/
+- added a patch to prevent the desktop file error
+ERROR: No sufficient Category definition: 
/home/abuild/rpmbuild/BUILDROOT/i3-4.2-0.x86_64//usr/share/applications/i3.desktop
 
+
+-------------------------------------------------------------------
+Tue Apr 24 15:37:42 UTC 2012 - [email protected]
+
+- added dependency to get i3-wsbar run
+- added dependency to get the build work again in Factory
+
+-------------------------------------------------------------------
+Tue Apr 24 14:46:07 UTC 2012 - [email protected]
+
+- installed missing i3-wsbar from source package to provide a more 
customizable bar
+  http://i3wm.org/docs/wsbar.html
+
+-------------------------------------------------------------------
+Tue Mar 27 20:41:40 UTC 2012 - [email protected]
+
+- handle breakage in Factory, this will automatically be fixed when
+  xcb-keyboard comes back properly.
+
+-------------------------------------------------------------------
+Wed Feb  8 16:23:10 UTC 2012 - [email protected]
+
+- update to version 4.1.2
+  * Bugfix: Don’t lose focus on fullscreen windows when another window gets
+    moved to that workspace
+  * Bugfix: Open new windows in the correct place when assignments match
+  * Bugfix: Fix assignments of floating windows to (yet) unused workspaces
+  * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
+  * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
+  * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant 
way
+  * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed 
windows
+  * Bugfix: Force a new sequence number after UnmapNotify
+  * Bugfix: Position floating windows exactly where their geometry specified
+  * Bugfix: Fix coordinates when the rect of an output changes
+
+-------------------------------------------------------------------
+Mon Nov 28 10:36:17 UTC 2011 - [email protected]
+
+- SPDX format (http://www.spdx.org/licenses)
+
+-------------------------------------------------------------------

Old:
----
  i3-4.1.tar.bz2

New:
----
  deskop_file_valid.patch
  i3-4.2.tar.bz2
  i3.png

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

Other differences:
------------------
++++++ i3.spec ++++++
--- /var/tmp/diff_new_pack.USyNMe/_old  2012-05-08 12:27:25.000000000 +0200
+++ /var/tmp/diff_new_pack.USyNMe/_new  2012-05-08 12:27:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,14 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           i3
-Version:        4.1
-Release:        1
-License:        BSD
+Version:        4.2
+Release:        0
 Summary:        Tilling window manager
-Url:            http://i3wm.org/
+License:        BSD-3-Clause
 Group:          System/GUI/Other
-Source0:        %{name}-%{version}.tar.bz2
+Url:            http://i3wm.org/
+Source0:        http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
+Source1:        %{name}.png
+Patch0:         deskop_file_valid.patch
 BuildRequires:  asciidoc
 BuildRequires:  bison
 BuildRequires:  flex
@@ -37,6 +40,9 @@
 BuildRequires:  xmlto
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-libxcb-devel
+BuildRequires:  pkgconfig(xcb-icccm)
+BuildRequires:  pkgconfig(xcb-keysyms)
+Requires:       perl-AnyEvent-I3
 Requires:       perl-IPC-Run
 Requires:       perl-Try-Tiny
 
@@ -58,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make %{?_smp_mflags}
@@ -66,14 +73,18 @@
 %make_install
 install -d %{buildroot}/%{_mandir}/man1/
 install -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/
-%suse_update_desktop_file %{name}
+install -m 0755 i3-wsbar %{buildroot}/%{_bindir}/i3-wsbar
+%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
+install -D -m 0644 %{SOURCE1} %{buildroot}/%{_datadir}/pixmaps/%{name}.png
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE RELEASE-NOTES-%{version}
 %doc %{_mandir}/man1/i3*
 %{_bindir}/i3
+%{_bindir}/i3-dump-log
 %{_bindir}/i3bar
+%{_bindir}/i3-wsbar
 %{_bindir}/i3-config-wizard
 %{_bindir}/i3-input
 %{_bindir}/i3-migrate-config-to-v4
@@ -87,6 +98,8 @@
 %config %{_sysconfdir}/i3/config
 %config %{_sysconfdir}/i3/config.keycodes
 %{_datadir}/xsessions/i3.desktop
+%{_datadir}/applications/i3.desktop
+%{_datadir}/pixmaps/i3.png
 
 %files devel
 %defattr(-,root,root,-)

++++++ deskop_file_valid.patch ++++++
Sat Apr 28 13:39:02 CEST 2012
Philipp Seiler <[email protected]

This patch added enhanced informations to desktop file

--- i3-4.2/i3.applications.desktop      2012-04-28 13:30:09.793781571 +0200
+++ i3-4.2/i3.applications.desktop      2012-04-28 13:37:16.143960516 +0200
@@ -1,7 +1,11 @@
 [Desktop Entry]
+Encoding=UTF-8
 Type=Application
 Name=i3
+GenericName=A dynamic tiling window manager
 Comment=improved dynamic tiling window manager
+NoDisplay=true
+Icon=i3
 Exec=i3
 X-GNOME-WMName=i3
 X-GNOME-Autostart-Phase=WindowManager
++++++ i3-4.1.tar.bz2 -> i3-4.2.tar.bz2 ++++++
++++ 20193 lines of diff (skipped)

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

Reply via email to