commit openbox for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2015-10-19 22:51:40

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


Package is "openbox"

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2015-08-10 
09:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2015-10-20 
00:05:32.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 14 13:47:48 UTC 2015 - dims...@opensuse.org
+
+- Add xsltproc Requires: /usr/bin/openbox-pipemenu launches
+  xsltproc to build up the menu (boo#949357).
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.fAE1aT/_old  2015-10-20 00:05:33.0 +0200
+++ /var/tmp/diff_new_pack.fAE1aT/_new  2015-10-20 00:05:33.0 +0200
@@ -57,6 +57,8 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 Requires:   xdg-menu
+# /usr/bin/openbox-pipemenu launches xsltproc to build up the menu
+Requires:   xsltproc
 Recommends: obconf
 
 %description





commit openbox for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2015-08-10 09:16:42

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2015-08-03 
17:22:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2015-08-10 
09:16:43.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  7 14:05:59 UTC 2015 - jeng...@inai.de
+
+- Implement the shared library packaging style
+- Resolve rpmlint warning: files-duplicate
+  /usr/share/doc/packages/openbox/xbm/shade.xbm
+  /usr/share/doc/packages/openbox/xbm/shade_toggled.xbm
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.qBhRDz/_old  2015-08-10 09:16:44.0 +0200
+++ /var/tmp/diff_new_pack.qBhRDz/_new  2015-08-10 09:16:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openbox
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,12 +33,19 @@
 Patch1: %name-3.6.1-return.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
+# only for ownership of datadir/share/gnome-sessions/
+BuildRequires:  gnome-session-core
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
+BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(imlib2)
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pango)
@@ -49,12 +56,6 @@
 BuildRequires:  pkgconfig(xft)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(librsvg-2.0)
-# only for ownership of datadir/share/gnome-sessions/
-BuildRequires:  gnome-session-core
-BuildRequires:  libtool
-BuildRequires:  update-desktop-files
 Requires:   xdg-menu
 Recommends: obconf
 
@@ -70,6 +71,22 @@
 
 The configuration tool obconf is recommended along with this package.
 
+%package -n libobrender32
+Summary:Openbox Render Library
+Group:  System/Libraries
+
+%description -n libobrender32
+This subpackage contains a utility function library used by Openbox
+for theme rendering.
+
+%package -n libobt2
+Summary:Openbox Toolkit Library
+Group:  System/Libraries
+
+%description -n libobt2
+This subpackage contains a utility function library used by Openbox
+to load and parse configuration and theme files of Openbox.
+
 %package gnome
 Summary:Openbox GNOME integration
 Group:  System/GUI/Other
@@ -89,9 +106,10 @@
 %package devel
 Summary:Includes and static libraries for openbox
 Group:  Development/Libraries/X11
-Requires:   %{name} = %{version}
-Requires:   pkgconfig(sm)
+Requires:   libobrender32 = %version
+Requires:   libobt2 = %version
 Requires:   pkgconfig(ice)
+Requires:   pkgconfig(sm)
 Requires:   pkgconfig(x11)
 
 %description devel
@@ -133,16 +151,20 @@
 %suse_update_desktop_file $RPM_BUILD_ROOT/%_datadir/xsessions/%name-kde.desktop
 %suse_update_desktop_file 
$RPM_BUILD_ROOT/%_datadir/gnome/wm-properties/%name.desktop
 %find_lang %name
+%fdupes %buildroot/%_prefix
 %fdupes -s %buildroot
 
 %post
-/sbin/ldconfig
 %desktop_database_post
 
 %postun
-/sbin/ldconfig
 %desktop_database_postun
 
+%post   -n libobrender32 -p /sbin/ldconfig
+%postun -n libobrender32 -p /sbin/ldconfig
+%post   -n libobt2 -p /sbin/ldconfig
+%postun -n libobt2 -p /sbin/ldconfig
+
 %files -f %name.lang
 %defattr(-,root,root)
 %doc AUTHORS CHANGELOG COPYING COMPLIANCE README README.SUSE
@@ -159,8 +181,6 @@
 %_bindir/xcompmgr-autostart
 %_libexecdir/openbox-autostart
 %_libexecdir/openbox-xdg-autostart
-%_libdir/libobt.so.*
-%_libdir/libobrender.so.*
 %_datadir/xsessions/openbox.desktop
 %doc %_mandir/man1/obxprop.1*
 %doc %_mandir/man1/openbox-session.1*
@@ -169,6 +189,14 @@
 %_datadir/pixmaps/openbox.png
 %_datadir/applications/openbox.desktop
 
+%files -n libobrender32
+%defattr(-,root,root)
+%_libdir/libobrender.so.*
+
+%files -n libobt2
+%defattr(-,root,root)
+%_libdir/libobt.so.*
+
 %files gnome
 %defattr(-,root,root)
 %_bindir/gdm-control





commit openbox for openSUSE:Factory

2015-08-03 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2015-08-03 17:22:28

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2014-10-07 
16:01:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2015-08-03 
17:22:30.0 +0200
@@ -1,0 +2,60 @@
+Thu Jul 30 19:26:15 UTC 2015 - t...@gmx.com
+
+- update to 3.6.1:
+  * Bump ABI version of libobrender that should have been done in
+3.6
+  * Added various new abilities to If action, including the query
+tag, matching class, name, role and window type.
+  * Added ForEach action.
+  * Restore the center option for window placement.
+  * New GrowToFill action.
+  * Updated Portuguese and Polish translations.
+  * New Galician translation.
+  * Added strict option to ToggleShowDesktop action.
+  * Speed optimization in rendering code.
+  * New position tag for ShowMenu action allows placing menus
+other than at the mouse cursor.
+  * Fix some corner cases of relative position to work correctly.
+  * Allow specifying multiple mousebinds in one tag as we already
+do for keybinds (separated by spaces, as W-Return M-S-F3 for
+example).
+  * Added option rebindOnMappingNotify option, on by default, which
+controls if we update binds when the keyboard layout changes at
+runtime.
+  * The resize action now only considers the part of the client
+that is onscreen for purposes of picking an action to perform.
+  * Make desktop actions non-interactive (means you can have more
+actions bound to a key after them, and the dialog disappears on
+a timer instead of when releasing the modifier keys).
+  * obxprop is now not pathologically slow when printing very long
+arrays.
+  * Fix menu accelerator underlines sometimes not showing up.
+  * Fix so you can click menu entries before the menuHideDelay
+expires if it's a new click.
+  * Don't readd the X event fd to the poll set every time we
+reconfigure.
+  * Fix some specialized button bitmaps not loading from the
+correct files. (toggled + pressed or hover would just be the
+base toggled image).
+  * Various small bugfixes.
+- spec file clean-up
+  * removed unnecessary Requires: libxslt-tools
+  * removed unnecessary %clean section
+- Removed unnecessary patch:
+  * openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch
+- Removed openbox-3.5.2-return.patch
+- Added openbox-3.6.1-return.patch to fix a new 
+  no-return-in-nonvoid-function error in actions/if.c
+  * openbox-3.5.2-return.patch is included in this patch
+
+---
+Fri Mar  6 14:38:59 UTC 2015 - t...@gmx.com
+
+- added openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch
+  * fixes https://bugzilla.icculus.org/show_bug.cgi?id=6065
+- spec file cleanup
+  * removed checks for discontinued openSUSE versions
+  * removed explicit dependency libxslt to fix RPMLINT warning
+  * renamed README.SuSE to README.SUSE to fix RPMLINT warning
+
+---

Old:

  openbox-3.5.2-return.patch
  openbox-3.5.2.tar.gz

New:

  openbox-3.6.1-return.patch
  openbox-3.6.1.tar.xz



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.lqdwHk/_old  2015-08-03 17:22:31.0 +0200
+++ /var/tmp/diff_new_pack.lqdwHk/_new  2015-08-03 17:22:31.0 +0200
@@ -18,19 +18,19 @@
 
 Name:   openbox
 Provides:   windowmanager
-Version:3.5.2
+Version:3.6.1
 Release:0
 Summary:ICCCM and EWMH Compliant Window Manager with Very Few 
Dependencies
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:http://openbox.org/
-Source: http://openbox.org/dist/openbox/openbox-%{version}.tar.gz
+Source: http://openbox.org/dist/openbox/openbox-%{version}.tar.xz
 Source1:%name-README.SuSE
 Source2:%name.desktop
 Source3:%name-pipemenu
 Source4:menu.xml
 Source5:xcompmgr-autostart
-Patch1: %name-3.5.2-return.patch
+Patch1: %name-3.6.1-return.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -49,15 +49,12 @@
 BuildRequires:  pkgconfig(xft)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
-%if 0%{?suse_version} = 1230
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(librsvg-2.0)
-%endif
 # only for ownership of datadir/share/gnome-sessions/
 BuildRequires:  gnome-session-core
 

commit openbox for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2014-10-07 16:00:33

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2014-09-25 
08:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2014-10-07 
16:01:22.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct  6 17:01:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Fixup previous changes: explicitly add pkgconfig(sm), pkgconfig(ice)
+  and pkgconfig(x11), otherwise packages linking against obrender
+  fail unless they also require those libraries for themselves.
+  The are not picked up by dependancy generator, as they are hidden
+  behind a var and added to Libs section
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.Eo1UDT/_old  2014-10-07 16:01:24.0 +0200
+++ /var/tmp/diff_new_pack.Eo1UDT/_new  2014-10-07 16:01:24.0 +0200
@@ -93,6 +93,9 @@
 Summary:Includes and static libraries for openbox
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}
+Requires:   pkgconfig(sm)
+Requires:   pkgconfig(ice)
+Requires:   pkgconfig(x11)
 
 %description devel
 Development Includes and static libraries for openbox.


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2014-09-25 08:43:15

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2014-09-17 
17:26:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2014-09-25 
08:43:16.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 24 02:25:13 UTC 2014 - crrodrig...@opensuse.org
+
+- In the previous change I forgot to remove xorg-x11-devel 
+  from the -devel package requires. Remove *all* hardcoded
+  deps of that package and let pkgconfig dependency generator
+  pick the correct packages for us.
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.XFnYFn/_old  2014-09-25 08:43:17.0 +0200
+++ /var/tmp/diff_new_pack.XFnYFn/_new  2014-09-25 08:43:17.0 +0200
@@ -93,10 +93,6 @@
 Summary:Includes and static libraries for openbox
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}
-Requires:   glib2-devel
-Requires:   libxml2-devel
-Requires:   pango-devel
-Requires:   xorg-x11-devel
 
 %description devel
 Development Includes and static libraries for openbox.


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2014-09-17 17:26:06

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2014-04-11 
13:41:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2014-09-17 
17:26:28.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 15 20:44:30 UTC 2014 - crrodrig...@opensuse.org
+
+- Cleanup BuildRequires so only exactly what is required is 
+  pulled for build, in particular avoid using metapackage 
+  xorg-x11-dev.
+- Enable verbose build.
+- Use --disable-static instead of just removing the libraries.
+- removed unused openbox-no_nb.patch patch
+
+---

Old:

  openbox-no_nb.patch



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.YHzcG2/_old  2014-09-17 17:26:29.0 +0200
+++ /var/tmp/diff_new_pack.YHzcG2/_new  2014-09-17 17:26:29.0 +0200
@@ -33,23 +33,30 @@
 Patch1: %name-3.5.2-return.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
-BuildRequires:  freetype2-devel
-BuildRequires:  imlib2-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(imlib2)
+BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(pangoxft)
+BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xcursor)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xft)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xrandr)
 %if 0%{?suse_version} = 1230
-BuildRequires:  cairo-devel
-BuildRequires:  librsvg-devel
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(librsvg-2.0)
 %endif
 # only for ownership of datadir/share/gnome-sessions/
-BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
 BuildRequires:  gnome-session-core
 BuildRequires:  libtool
-BuildRequires:  libxml2-devel
-BuildRequires:  pango-devel
-BuildRequires:  startup-notification-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
 Requires:   libxslt
 Requires:   xdg-menu
 Recommends: obconf
@@ -105,15 +112,14 @@
 %build
 autoreconf -fiv
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure
+%configure --disable-static --with-pic
 %__make clean
-%__make %{?_smp_mflags}
+%__make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
 # we dont want static libs
 rm $RPM_BUILD_ROOT%_libdir/*.la
-rm $RPM_BUILD_ROOT%_libdir/*.a
 # we dont want the stupid docdir
 rm -rf $RPM_BUILD_ROOT%_datadir/doc/%name
 # we dont want invalid locales


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2014-04-11 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2014-04-11 13:41:53

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2013-08-23 
13:51:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2014-04-11 
13:41:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 10 13:20:51 UTC 2014 - m...@suse.com
+
+- fixed xsession file to run openbox-session (BNC 806790) instead of directly
+  the openbox binary
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.Wt4hmC/_old  2014-04-11 13:41:54.0 +0200
+++ /var/tmp/diff_new_pack.Wt4hmC/_new  2014-04-11 13:41:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openbox
 #
-# Copyright (c) 2013 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


++ openbox.desktop ++
--- /var/tmp/diff_new_pack.Wt4hmC/_old  2014-04-11 13:41:55.0 +0200
+++ /var/tmp/diff_new_pack.Wt4hmC/_new  2014-04-11 13:41:55.0 +0200
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Type=XSession
-Exec=openbox
+Exec=openbox-session
 TryExec=openbox
 Name=Openbox
 Name[bn]=ওপেনবক্স

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2013-08-23 13:51:54

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


Package is openbox

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2012-08-16 
14:08:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2013-08-23 
13:51:55.0 +0200
@@ -1,0 +2,40 @@
+Tue Aug 13 06:33:04 UTC 2013 - pascal.ble...@opensuse.org
+
+- update to 3.5.2:
+  * Fix crash in theme rendering code, and in theme parsing code.
+  * Maximize windows without borders to fill the whole screen, don't leave a
+one-pixel empty space. (Bug #5996)
+- changes from 3.5.1:
+  * New translations: Afrikaans, Belarusian, Interlingua, Hebrew, Romanian,
+Greek.
+  * Updated translations: Italian, Serbian, Spanish, Czech, Hungarian, Turkish,
+German, Arabic, Polish, Dutch, Lithuanian, Portuguese, Estonian.
+  * SVG icon support
+  * Allow application rules to control window size with a new size tag.
+  * Allow application rules to pick a monitor for new windows without forcing
+a position.
+  * Allow non-interactive focus cycling with a new interactive tag.
+  * New LeastOverlap window placement policy replaces the old default
+behaviour. It finds a place on a given monitor that overlaps as few
+windows as possible. Contributed by Ian Zimmerman.
+  * Improved Xinerama behaviour.
+  * Correctly interface with latest gnome-session for Gnome/Openbox X sessions.
+  * Allow third-party control of window opacity in compositing managers.
+  * Improved themeing options. Contributed by Dave Foster.
+  * Add monitor, title type=regex, title type=exact and
+activedesktop options to If action.
+  * Addresses bugs #4661, #5506, #5186, #5758, #5410, #5228, #5277, #5731,
+#5746, #5737, #5419, #5721, #5711, #5385, #5500, #4992, #5443, #5518,
+#5444, #4782, #5237, #5228, #5173, #5203, #5246, #5180, #5179, #5150,
+#5132, #4937, #4889, #5253, #3769, #5819, #5811, #5081, #5426 among others.
+
+- add imlib2 support
+- add rsvg and cairo support on openSUSE = 12.3
+- packager changelog:
+  * dropped openbox-3.5.0-moveresize.patch, merged upstream [bio#5460]
+  * rewrote openbox-3.5.0-return.diff to openbox-3.5.2-return.patch
+  * use perl regex instead of patch to rename no to nb in LINGUAS
+  * removed obsolete Authors: section in descriptions
+  * use safe clean section
+
+---

Old:

  openbox-3.5.0-moveresize.patch
  openbox-3.5.0-return.diff
  openbox-3.5.0.tar.bz2

New:

  openbox-3.5.2-return.patch
  openbox-3.5.2.tar.gz



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.v8brgJ/_old  2013-08-23 13:51:56.0 +0200
+++ /var/tmp/diff_new_pack.v8brgJ/_new  2013-08-23 13:51:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openbox
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,27 +18,31 @@
 
 Name:   openbox
 Provides:   windowmanager
-Version:3.5.0
+Version:3.5.2
 Release:0
 Summary:ICCCM and EWMH Compliant Window Manager with Very Few 
Dependencies
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:http://openbox.org/
-Source: %name-%version.tar.bz2
+Source: http://openbox.org/dist/openbox/openbox-%{version}.tar.gz
 Source1:%name-README.SuSE
 Source2:%name.desktop
 Source3:%name-pipemenu
 Source4:menu.xml
 Source5:xcompmgr-autostart
-Patch0: %name-no_nb.patch
-Patch1: %name-3.5.0-return.diff
-# PATCH-FIX-UPSTREAM openbox-3.5.0-moveresize.patch [bio#5460]
-Patch2: %name-3.5.0-moveresize.patch
+Patch1: %name-3.5.2-return.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
+BuildRequires:  imlib2-devel
+%if 0%{?suse_version} = 1230
+BuildRequires:  cairo-devel
+BuildRequires:  librsvg-devel
+%endif
+# only for ownership of datadir/share/gnome-sessions/
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+BuildRequires:  gnome-session-core
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  pango-devel
@@ -62,13 +66,6 @@
 
 The configuration tool obconf is recommended along with this package.
 
-
-
-Authors:
-
-Ben Jansens b...@openbox.org
-Mikael Magnusson 

commit openbox for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2011-12-06 18:33:49

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


Package is openbox, Maintainer is hvo...@suse.com

Changes:




Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.yqVPFZ/_old  2011-12-06 18:55:13.0 +0100
+++ /var/tmp/diff_new_pack.yqVPFZ/_new  2011-12-06 18:55:13.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   openbox
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/GUI/Other
 Provides:   windowmanager
 Version:3.5.0
@@ -60,7 +60,7 @@
 Mikael Magnusson mangos...@comhem.se
 
 %package gnome
-License:GPLv2+
+License:GPL-2.0+
 Summary:Openbox GNOME integration
 Group:  System/GUI/Other
 Requires:   %{name} = %{version}
@@ -76,7 +76,7 @@
 Mikael Magnusson mangos...@comhem.se
 
 %package kde
-License:GPLv2+
+License:GPL-2.0+
 Summary:Openbox KDE integration
 Group:  System/GUI/Other
 Requires:   %{name} = %{version}
@@ -93,7 +93,7 @@
 
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Includes and static libraries for openbox
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2011-11-24 Thread h_root
Hello community,

here is the log from the commit of package openbox for openSUSE:Factory checked 
in at 2011-11-24 12:36:23

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


Package is openbox, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openbox/openbox.changes  2011-09-23 
02:15:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2011-11-24 
11:36:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:29:33 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.DvmwvH/_old  2011-11-24 11:36:54.0 +0100
+++ /var/tmp/diff_new_pack.DvmwvH/_new  2011-11-24 11:36:54.0 +0100
@@ -21,7 +21,6 @@
 License:GPLv2+
 Group:  System/GUI/Other
 Provides:   windowmanager
-AutoReqProv:on
 Version:3.5.0
 Release:1
 Summary:ICCCM and EWMH Compliant Window Manager with Very Few 
Dependencies
@@ -37,7 +36,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freetype2-devel gcc-c++ glib2-devel libxml2-devel pango-devel
 BuildRequires:  startup-notification-devel update-desktop-files
-BuildRequires:  fdupes xorg-x11 xorg-x11-devel
+BuildRequires:  fdupes libtool xorg-x11 xorg-x11-devel
 Requires:   xdg-menu libxslt
 Recommends: obconf
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openbox for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package openbox for openSUSE:Factory
checked in at Mon Jun 6 12:12:09 CEST 2011.




--- openbox/openbox.changes 2010-08-03 16:39:32.0 +0200
+++ /mounts/work_src_done/STABLE/openbox/openbox.changes2011-03-14 
22:35:42.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 14 21:28:19 UTC 2011 - g...@opensuse.org
+
+- merged erroneously duplicated %post/un
+
+---
+Mon Mar 14 18:52:55 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openbox.spec ++
--- /var/tmp/diff_new_pack.K637ZW/_old  2011-06-06 12:11:31.0 +0200
+++ /var/tmp/diff_new_pack.K637ZW/_new  2011-06-06 12:11:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package openbox (Version 3.4.11.2)
+# spec file for package openbox
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,7 +23,7 @@
 Provides:   windowmanager
 AutoReqProv:on
 Version:3.4.11.2
-Release:8
+Release:12
 Summary:ICCCM and EWMH Compliant Window Manager with Very Few 
Dependencies
 Url:http://openbox.org/
 Source: %name-%version.tar.bz2
@@ -151,9 +151,17 @@
 %find_lang %name
 %fdupes -s %buildroot
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+%if 0%{?suse_version} = 1140
+%desktop_database_post
+%endif
+
+%postun
+/sbin/ldconfig
+%if 0%{?suse_version} = 1140
+%desktop_database_postun
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org