commit libXp for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package libXp for openSUSE:Factory checked 
in at 2015-03-16 09:36:48

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


Package is "libXp"

Changes:

--- /work/SRC/openSUSE:Factory/libXp/libXp.changes  2013-06-05 
11:57:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXp.new/libXp.changes 2015-03-16 
09:36:49.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar  9 10:05:14 UTC 2015 - sndir...@suse.com
+
+- added baselibs.conf as source to specfile in order to make
+  factory checkin policy happy ...
+
+---
+Sun Mar  8 17:23:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + autogen.sh: Honor NOCONFIGURE=1.
+  + configure: Drop AM_MAINTAINER_MODE.
+  + Remove fallback for _XEatDataWords, require libX11 1.6 for it.
+
+---

Old:

  libXp-1.0.2.tar.bz2

New:

  libXp-1.0.3.tar.bz2



Other differences:
--
++ libXp.spec ++
--- /var/tmp/diff_new_pack.Ugkd9z/_old  2015-03-16 09:36:50.0 +0100
+++ /var/tmp/diff_new_pack.Ugkd9z/_new  2015-03-16 09:36:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libXp
 #
-# Copyright (c) 2013 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
@@ -18,7 +18,7 @@
 
 Name:   libXp
 %define lname  libXp6
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:X Printing Extension client library
 License:MIT
@@ -28,11 +28,12 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libXp
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXp/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(printproto)
-BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(x11) >= 1.6
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xextproto)

++ libXp-1.0.2.tar.bz2 -> libXp-1.0.3.tar.bz2 ++
 11841 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libXp-1.0.2/ChangeLog new/libXp-1.0.3/ChangeLog
--- old/libXp-1.0.2/ChangeLog   2013-05-31 02:41:36.0 +0200
+++ new/libXp-1.0.3/ChangeLog   2015-02-21 23:05:36.0 +0100
@@ -1,3 +1,45 @@
+commit 57ce065b3c4329838f82de7e791caa52345a8c6f
+Author: Matt Turner 
+Date:   Sat Feb 21 14:04:40 2015 -0800
+
+libXp 1.0.3
+
+Signed-off-by: Matt Turner 
+
+commit b42b9adf64e74edc4a6c80ae25574f6fc71a46d1
+Author: Alan Coopersmith 
+Date:   Sat May 31 21:39:32 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit b2af397e34e2d48ae9f0a8e11f52ffe1f3238460
+Author: Alan Coopersmith 
+Date:   Sat May 31 21:38:41 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2b57a94231238576ae5167ca1a4c0b35b0df172f
+Author: Alan Coopersmith 
+Date:   Fri Nov 22 23:25:50 2013 -0800
+
+Remove fallback for _XEatDataWords, require libX11 1.6 for it
+
+_XEatDataWords was orignally introduced with the May 2013 security
+patches, and in order to ease the process of delivering those,
+fallback versions of _XEatDataWords were included in the X extension
+library patches so they could be applied to older versions that didn't
+have libX11 1.6 yet.   Now that we're past that hurdle, we can drop
+the fallbacks and just require libX11 1.6 for building new versions
+of the extension libraries.
+
+Signed-off-by: Alan Coopersmith 
+
 commit fac4696b912898a0e171fcb93c055bd7fb99161a
 Author: Alan Coopersmith 
 Date:   Thu May 30 17:40:54 2013 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.su

commit libXp for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libXp for openSUSE:Factory checked 
in at 2013-06-05 11:56:58

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


Package is "libXp"

Changes:

--- /work/SRC/openSUSE:Factory/libXp/libXp.changes  2013-03-22 
11:57:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXp.new/libXp.changes 2013-06-05 
11:57:00.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun  1 19:51:08 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.0.2:
+  This bug fix release delivers the fixes for the recently announced security
+  vulnerability CVE-2013-2062, alongside the last couple years accumulation
+  of janitorial cleanups, compiler warning fixes, and adjustments to remain
+  compatible with changes in new and future automake releases.
+
+---

Old:

  libXp-1.0.1.tar.bz2

New:

  libXp-1.0.2.tar.bz2



Other differences:
--
++ libXp.spec ++
--- /var/tmp/diff_new_pack.yXOus1/_old  2013-06-05 11:57:01.0 +0200
+++ /var/tmp/diff_new_pack.yXOus1/_new  2013-06-05 11:57:01.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXp
 %define lname  libXp6
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:X Printing Extension client library
 License:MIT

++ libXp-1.0.1.tar.bz2 -> libXp-1.0.2.tar.bz2 ++
 28258 lines of diff (skipped)

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



commit libXp for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

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

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


Package is "libXp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libXp/libXp.changes  2012-05-08 
11:58:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXp.new/libXp.changes 2013-03-22 
11:57:35.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:
--
++ libXp.spec ++
--- /var/tmp/diff_new_pack.yYvOC7/_old  2013-03-22 11:57:36.0 +0100
+++ /var/tmp/diff_new_pack.yYvOC7/_new  2013-03-22 11:57:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libXp
 #
-# 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
@@ -76,7 +76,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 libXp for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package libXp for openSUSE:Factory checked 
in at 2012-05-08 11:57:51

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


Package is "libXp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libXp/libXp.changes  2012-02-17 
12:04:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXp.new/libXp.changes 2012-05-08 
11:58:47.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 11 15:29:47 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.0.1:
+  + Fix compiler warnings
+  + Build fixes
+  + Build configuration improvements
+- Add pkgconfig(xorg-macros) BuildRequires: new dependency
+  upstream.
+
+---

Old:

  libXp-X11R7.0-1.0.0.tar.bz2

New:

  libXp-1.0.1.tar.bz2



Other differences:
--
++ libXp.spec ++
--- /var/tmp/diff_new_pack.chr6CV/_old  2012-05-08 11:58:50.0 +0200
+++ /var/tmp/diff_new_pack.chr6CV/_new  2012-05-08 11:58:50.0 +0200
@@ -14,22 +14,29 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libXp
 %define lname  libXp6
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:X Printing Extension client library
 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/libXp
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXp/
-Source: %name-X11R7.0-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-build
+Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
-BuildRequires:  pkgconfig, pkgconfig(x11), pkgconfig(xext)
-BuildRequires: pkgconfig(xextproto), pkgconfig(xau), pkgconfig(printproto)
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(printproto)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xau)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xextproto)
+BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
 %description
 libXp provides APIs to allow client applications to render to
@@ -62,7 +69,7 @@
 in %lname.
 
 %prep
-%setup -qn %name-X11R7.0-%version
+%setup -q
 
 %build
 %configure --disable-static

++ libXp-X11R7.0-1.0.0.tar.bz2 -> libXp-1.0.1.tar.bz2 ++
 71931 lines of diff (skipped)

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