Hello community, here is the log from the commit of package xorg-x11-libXv checked in at Tue Dec 19 17:30:39 CET 2006. -------- --- xorg-x11-libXv/xorg-x11-libXv.changes 2006-10-26 07:29:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-libXv/xorg-x11-libXv.changes 2006-12-18 11:01:52.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 18 11:01:39 CET 2006 - sndirsch@suse.de + +- updated to release 1.0.3 + * Makefile.am: make ChangeLog hook safer + +------------------------------------------------------------------- Old: ---- libXv-1.0.2.tar.bz2 New: ---- libXv-1.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-libXv.spec ++++++ --- /var/tmp/diff_new_pack.r1oyC9/_old 2006-12-19 17:22:07.000000000 +0100 +++ /var/tmp/diff_new_pack.r1oyC9/_new 2006-12-19 17:22:07.000000000 +0100 @@ -11,11 +11,11 @@ # norootforbuild Name: xorg-x11-libXv -%define dirsuffix 1.0.2 +%define dirsuffix 1.0.3 BuildRequires: pkgconfig xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-proto-devel xorg-x11-xtrans-devel Url: http://xorg.freedesktop.org/ Version: 7.2 -Release: 1 +Release: 12 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: xorg-x11-libs:/usr/X11R6/%{_lib}/libXv.so.1 @@ -79,6 +79,9 @@ %{_mandir}/man3/* %changelog -n xorg-x11-libXv +* Mon Dec 18 2006 - sndirsch@suse.de +- updated to release 1.0.3 + * Makefile.am: make ChangeLog hook safer * Thu Oct 26 2006 - sndirsch@suse.de - set version to 7.2 in specfile * Mon Oct 09 2006 - sndirsch@suse.de ++++++ libXv-1.0.2.tar.bz2 -> libXv-1.0.3.tar.bz2 ++++++ ++++ 28384 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/libXv-1.0.2/ChangeLog new/libXv-1.0.3/ChangeLog --- old/libXv-1.0.2/ChangeLog 2006-09-26 00:06:02.000000000 +0200 +++ new/libXv-1.0.3/ChangeLog 2006-12-16 00:32:18.000000000 +0100 @@ -1,3 +1,16 @@ +commit 20d07bb9ba2bca56e3f02b4b878377eded241059 +Author: Daniel Stone <daniel@fooishbar.org> +Date: Sat Dec 16 01:31:51 2006 +0200 + + bump to 1.0.3 + +commit 2f0089d24ab28f3325a5da7a136873eefb0bd97f +Author: Daniel Stone <daniel@fooishbar.org> +Date: Wed Dec 6 19:00:07 2006 +0200 + + Makefile.am: make ChangeLog hook safer + Make ChangeLog hook as safe as possible. + commit 978e98c43245671b4fdedb42371260f5fa139f14 Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Mon Sep 25 14:49:45 2006 -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.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libXv-1.0.2/Makefile.am new/libXv-1.0.3/Makefile.am --- old/libXv-1.0.2/Makefile.am 2006-09-19 01:04:37.000000000 +0200 +++ new/libXv-1.0.3/Makefile.am 2006-12-06 17:59:54.000000000 +0100 @@ -29,7 +29,7 @@ .PHONY: ChangeLog ChangeLog: - 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/libXv-1.0.2/config.h.in new/libXv-1.0.3/config.h.in --- old/libXv-1.0.2/config.h.in 2006-09-23 04:07:59.000000000 +0200 +++ new/libXv-1.0.3/config.h.in 2006-12-16 00:32:06.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/libXv-1.0.2/configure.ac new/libXv-1.0.3/configure.ac --- old/libXv-1.0.2/configure.ac 2006-09-23 04:07:24.000000000 +0200 +++ new/libXv-1.0.3/configure.ac 2006-12-16 00:31:45.000000000 +0100 @@ -23,7 +23,7 @@ AC_PREREQ([2.57]) -AC_INIT(libXv, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXv) +AC_INIT(libXv, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXv) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de