
Hello community, here is the log from the commit of package xorg-x11-libfontenc checked in at Tue Dec 19 17:27:52 CET 2006. -------- --- xorg-x11-libfontenc/xorg-x11-libfontenc.changes 2006-10-14 06:20:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-libfontenc/xorg-x11-libfontenc.changes 2006-12-18 11:03:20.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 18 11:02:59 CET 2006 - sndirsch@suse.de + +- updated to release 1.0.4 + * Makefile.am: make ChangeLog hook safer + +------------------------------------------------------------------- Old: ---- libfontenc-1.0.3.tar.bz2 New: ---- libfontenc-1.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-libfontenc.spec ++++++ --- /var/tmp/diff_new_pack.wgvoD7/_old 2006-12-19 17:27:37.000000000 +0100 +++ /var/tmp/diff_new_pack.wgvoD7/_new 2006-12-19 17:27:37.000000000 +0100 @@ -11,11 +11,11 @@ # norootforbuild Name: xorg-x11-libfontenc -%define dirsuffix 1.0.3 +%define dirsuffix 1.0.4 BuildRequires: pkgconfig xorg-x11-proto-devel Url: http://xorg.freedesktop.org/ Version: 7.2 -Release: 1 +Release: 14 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries @@ -77,6 +77,9 @@ /usr/%{_lib}/pkgconfig/*.pc %changelog -n xorg-x11-libfontenc +* Mon Dec 18 2006 - sndirsch@suse.de +- updated to release 1.0.4 + * Makefile.am: make ChangeLog hook safer * Sat Oct 14 2006 - sndirsch@suse.de - updated to X.Org 7.2RC1 * Tue Aug 15 2006 - sndirsch@suse.de ++++++ libfontenc-1.0.3.tar.bz2 -> libfontenc-1.0.4.tar.bz2 ++++++ ++++ 15346 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/libfontenc-1.0.3/ChangeLog new/libfontenc-1.0.4/ChangeLog --- old/libfontenc-1.0.3/ChangeLog 2006-10-13 21:18:06.000000000 +0200 +++ new/libfontenc-1.0.4/ChangeLog 2006-12-16 00:20:11.000000000 +0100 @@ -1,3 +1,22 @@ +commit 1b4ca41a58016053220047b9f77a2eec812c03a0 +Author: Daniel Stone <daniel@fooishbar.org> +Date: Sat Dec 16 01:19:45 2006 +0200 + + bump to 1.0.4 + +commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f +Author: Daniel Stone <daniel@fooishbar.org> +Date: Wed Dec 6 18:57:29 2006 +0200 + + Makefile.am: make ChangeLog hook safer + Make ChangeLog hook as safe as possible. + +commit 111a9501c2c01d4b4f00ed221035953bfb256898 +Author: Adam Jackson <ajax@benzedrine.nwnk.net> +Date: Fri Oct 13 15:20:48 2006 -0400 + + Bump to 1.0.3 + commit fc19e19275c213f5122b120e7b45f63c302916a1 Author: Adam Jackson <ajax@benzedrine.nwnk.net> Date: Thu Oct 12 18:35:04 2006 -0400 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/libfontenc-1.0.3/Makefile.am new/libfontenc-1.0.4/Makefile.am --- old/libfontenc-1.0.3/Makefile.am 2006-10-13 00:34:31.000000000 +0200 +++ new/libfontenc-1.0.4/Makefile.am 2006-12-06 17:57:17.000000000 +0100 @@ -27,9 +27,10 @@ EXTRA_DIST = fontenc.pc.in autogen.sh ChangeLog CLEANFILES = ChangeLog -ChangeLog: FORCE - git-log > ChangeLog -FORCE: +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 if LINT lint: 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/libfontenc-1.0.3/config.h.in new/libfontenc-1.0.4/config.h.in --- old/libfontenc-1.0.3/config.h.in 2006-10-13 21:18:06.000000000 +0200 +++ new/libfontenc-1.0.4/config.h.in 2006-12-16 00:20:00.000000000 +0100 @@ -51,6 +51,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/libfontenc-1.0.3/configure.ac new/libfontenc-1.0.4/configure.ac --- old/libfontenc-1.0.3/configure.ac 2006-10-13 20:57:56.000000000 +0200 +++ new/libfontenc-1.0.4/configure.ac 2006-12-16 00:19:36.000000000 +0100 @@ -23,7 +23,7 @@ AC_PREREQ([2.57]) -AC_INIT(libfontenc, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libfontenc) +AC_INIT(libfontenc, 1.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libfontenc) 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