Mailinglist Archive: opensuse-commit (554 mails)

< Previous Next >
commit xorg-x11-libXau
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 19 Dec 2006 17:30:38 +0100 (CET)
  • Message-id: <20061219163038.A127084437@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-libXau
checked in at Tue Dec 19 17:30:38 CET 2006.

--------
--- xorg-x11-libXau/xorg-x11-libXau.changes 2006-10-26 07:28:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11-libXau/xorg-x11-libXau.changes 2006-12-18 11:00:09.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 18 10:59:53 CET 2006 - sndirsch@xxxxxxx
+
+- updated libXau to release 1.0.3
+ * Makefile.am: make ChangeLog hook safer
+
+-------------------------------------------------------------------

Old:
----
libXau-1.0.2.tar.bz2

New:
----
libXau-1.0.3.tar.bz2

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

Other differences:
------------------
++++++ xorg-x11-libXau.spec ++++++
--- /var/tmp/diff_new_pack.26sZ5w/_old 2006-12-19 17:22:07.000000000 +0100
+++ /var/tmp/diff_new_pack.26sZ5w/_new 2006-12-19 17:22:07.000000000 +0100
@@ -11,11 +11,11 @@
# norootforbuild

Name: xorg-x11-libXau
-%define dirsuffix 1.0.2
+%define dirsuffix 1.0.3
BuildRequires: pkgconfig xorg-x11-proto-devel
Url: http://xorg.freedesktop.org/
Version: 7.2
-Release: 1
+Release: 10
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@@ -87,6 +87,9 @@
%{_mandir}/man3/*

%changelog -n xorg-x11-libXau
+* Mon Dec 18 2006 - sndirsch@xxxxxxx
+- updated libXau to release 1.0.3
+ * Makefile.am: make ChangeLog hook safer
* Thu Oct 26 2006 - sndirsch@xxxxxxx
- set version to 7.2 in specfile
* Wed Aug 02 2006 - sndirsch@xxxxxxx

++++++ libXau-1.0.2.tar.bz2 -> libXau-1.0.3.tar.bz2 ++++++
++++ 26447 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/libXau-1.0.2/ChangeLog new/libXau-1.0.3/ChangeLog
--- old/libXau-1.0.2/ChangeLog 2006-07-22 01:12:18.000000000 +0200
+++ new/libXau-1.0.3/ChangeLog 2006-12-16 00:19:01.000000000 +0100
@@ -1,3 +1,34 @@
+commit 45d137fdbb9b21513aff68e945e19cdfdcbc28b1
+Author: Daniel Stone <daniel@xxxxxxxxxxxxx>
+Date: Sat Dec 16 01:18:20 2006 +0200
+
+ bump to 1.0.3
+
+commit fefdba6ed5ef56abf0da9caaca64af5a5e7895b0
+Author: Daniel Stone <daniel@xxxxxxxxxxxxx>
+Date: Wed Dec 6 18:53:29 2006 +0200
+
+ Makefile.am: make ChangeLog hook safer
+ Make ChangeLog hook as safe as possible.
+
+commit 90e34a4aa471b6e446345ba8095990e360a41570
+Author: Alan Coopersmith <alan.coopersmith@xxxxxxx>
+Date: Fri Jul 28 13:47:44 2006 -0700
+
+ Version bump -> 1.0.2
+
+commit fab8b091936874b4a8077f490ec80abf7b092049
+Author: Alan Coopersmith <alan.coopersmith@xxxxxxx>
+Date: Mon Jul 24 13:14:04 2006 -0700
+
+ Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
+
+commit 3399e7bed20680520b39ade782d7a33966d477ae
+Author: Alan Coopersmith <alan.coopersmith@xxxxxxx>
+Date: Mon Jul 24 13:12:57 2006 -0700
+
+ Add lint library to CLEANFILES
+
commit aa4f35661022f3f1c1b94284b34a531381d3a7f1
Author: Matthieu Herrb <matthieu.herrb@xxxxxxx>
Date: Sun Jul 16 10:57:36 2006 +0200
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/libXau-1.0.2/Makefile.am new/libXau-1.0.3/Makefile.am
--- old/libXau-1.0.2/Makefile.am 2006-07-28 22:48:17.000000000 +0200
+++ new/libXau-1.0.3/Makefile.am 2006-12-06 17:53:14.000000000 +0100
@@ -90,6 +90,6 @@
.PHONY: ChangeLog

ChangeLog:
- GIT_DIR=${srcdir}/.git git-log > ChangeLog
+ (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)

dist-hook: ChangeLog
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/libXau-1.0.2/config.h.in new/libXau-1.0.3/config.h.in
--- old/libXau-1.0.2/config.h.in 2006-07-28 23:04:28.000000000 +0200
+++ new/libXau-1.0.3/config.h.in 2006-12-16 00:18:51.000000000 +0100
@@ -48,6 +48,15 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION

+/* Major version of this package */
+#undef PACKAGE_VERSION_MAJOR
+
+/* Minor version of this package */
+#undef PACKAGE_VERSION_MINOR
+
+/* Patch version of this package */
+#undef PACKAGE_VERSION_PATCHLEVEL
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

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/libXau-1.0.2/configure.ac new/libXau-1.0.3/configure.ac
--- old/libXau-1.0.2/configure.ac 2006-07-28 22:48:17.000000000 +0200
+++ new/libXau-1.0.3/configure.ac 2006-12-16 00:18:14.000000000 +0100
@@ -24,7 +24,7 @@
dnl Process this file with autoconf to create configure.

AC_PREREQ([2.57])
-AC_INIT(libXau, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
+AC_INIT(libXau, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE



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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages