commit libWindowsWM for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package libWindowsWM for openSUSE:Factory 
checked in at 2013-04-14 10:33:52

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


Package is "libWindowsWM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libWindowsWM/libWindowsWM.changes
2013-03-22 11:52:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libWindowsWM.new/libWindowsWM.changes   
2013-04-14 10:34:00.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 11 10:13:46 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ libWindowsWM.spec ++
--- /var/tmp/diff_new_pack.PxX1yp/_old  2013-04-14 10:34:01.0 +0200
+++ /var/tmp/diff_new_pack.PxX1yp/_new  2013-04-14 10:34:01.0 +0200
@@ -27,7 +27,7 @@
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libWindowsWM
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libWindowsWM/
-Source: %name-%version.tar.bz2
+Source: 
http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
 BuildRequires:  pkgconfig

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



commit libWindowsWM for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package libWindowsWM for openSUSE:Factory 
checked in at 2013-03-22 11:52:57

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


Package is "libWindowsWM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libWindowsWM/libWindowsWM.changes
2012-09-25 16:10:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libWindowsWM.new/libWindowsWM.changes   
2013-03-22 11:52:58.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 17 17:21:53 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+
+---



Other differences:
--
++ libWindowsWM.spec ++
--- /var/tmp/diff_new_pack.EZPHZV/_old  2013-03-22 11:52:59.0 +0100
+++ /var/tmp/diff_new_pack.EZPHZV/_new  2013-03-22 11:52:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libWindowsWM
 #
-# 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
@@ -75,7 +75,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig

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



commit libWindowsWM for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package libWindowsWM for openSUSE:Factory 
checked in at 2012-09-25 16:10:18

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


Package is "libWindowsWM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libWindowsWM/libWindowsWM.changes
2012-02-17 12:02:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libWindowsWM.new/libWindowsWM.changes   
2012-09-25 16:10:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 25 06:22:32 UTC 2012 - sndir...@suse.com
+
+- specfile cleanup 
+
+---



Other differences:
--
++ libWindowsWM.spec ++
--- /var/tmp/diff_new_pack.Rfo7I0/_old  2012-09-25 16:10:22.0 +0200
+++ /var/tmp/diff_new_pack.Rfo7I0/_new  2012-09-25 16:10:22.0 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libWindowsWM
 %define lname  libWindowsWM7
 Version:1.0.1
@@ -21,16 +23,19 @@
 Summary:Cygwin/X rootless window management extension
 License:MIT
 Group:  Development/Libraries/C and C++
-URL:http://xorg.freedesktop.org/
+Url:http://xorg.freedesktop.org/
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libWindowsWM
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libWindowsWM/
 Source: %name-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
-BuildRequires:  pkgconfig, pkgconfig(xorg-macros) >= 1.3
-BuildRequires: pkgconfig(x11), pkgconfig(xext), pkgconfig(xextproto)
+BuildRequires:  pkgconfig
 BuildRequires: pkgconfig(windowswmproto)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xextproto)
+BuildRequires:  pkgconfig(xorg-macros) >= 1.3
 
 %description
 WindowsWM is a simple library designed to interface with the

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