openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
September 2010
- 1 participants
- 938 discussions
Hello community,
here is the log from the commit of package librsvg for openSUSE:Factory
checked in at Fri Sep 24 00:06:06 CEST 2010.
--------
--- GNOME/librsvg/librsvg.changes 2010-09-10 00:09:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/librsvg/librsvg.changes 2010-09-18 17:14:25.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 18 17:12:53 CEST 2010 - vuntz(a)opensuse.org
+
+- Add librsvg-gdkkeysym-compat.patch to fix build with recent
+ versions of GTK+.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
librsvg-gdkkeysym-compat.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ librsvg.spec ++++++
--- /var/tmp/diff_new_pack.Tov3gs/_old 2010-09-24 00:05:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Tov3gs/_new 2010-09-24 00:05:57.000000000 +0200
@@ -20,7 +20,7 @@
Name: librsvg
Version: 2.31.0
-Release: 2
+Release: 3
License: GPLv2+
Summary: A Library for Rendering SVG Data
Url: http://librsvg.sourceforge.net/
@@ -32,6 +32,8 @@
Patch1: env-paths.diff
# PATCH-FIX-UPSTREAM librsvg-gdk-pixbuf-render-gtk3.patch bgo#626605 vuntz(a)opensuse.org -- Fix build with recent gtk+ 3. The patch is technically correct, but suboptimal; see comments in bugzilla. Still, okay for us as we don't use this engine by default.
Patch2: librsvg-gdk-pixbuf-render-gtk3.patch
+# PATCH-FIX-UPSTREAM librsvg-gdkkeysym-compat.patch bgo#629881 vuntz(a)opensuse.org -- Fix build with recent versions of gtk+
+Patch3: librsvg-gdkkeysym-compat.patch
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
@@ -136,6 +138,7 @@
%endif
%patch1
%patch2 -p1
+%patch3 -p1
%build
%configure\
++++++ librsvg-gdkkeysym-compat.patch ++++++
diff --git a/test-display.c b/test-display.c
index ff12945..9bead01 100644
--- a/test-display.c
+++ b/test-display.c
@@ -29,7 +29,11 @@
#include <gtk/gtk.h>
#include <gdk/gdk.h>
+#if GTK_CHECK_VERSION(2,21,8)
+#include <gdk/gdkkeysyms-compat.h>
+#else
#include <gdk/gdkkeysyms.h>
+#endif
#define DEFAULT_WIDTH 640
#define DEFAULT_HEIGHT 480
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gtk3 for openSUSE:Factory
checked in at Fri Sep 24 00:06:02 CEST 2010.
--------
--- GNOME/gtk3/gtk3.changes 2010-09-10 00:33:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gtk3/gtk3.changes 2010-09-18 14:16:42.000000000 +0200
@@ -1,0 +2,67 @@
+Sat Sep 18 12:35:00 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.90.7:
+ + Various deprecated APIs have been removed:
+ - the GtkWidget::draw-border style property
+ - the GtkEntry::state-hint style property
+ - the GtkTreeView::row-ending-details style property
+ - the GtkRange::trough-side-details style property
+ - the GtkRange::stepper-position-details style property
+ - the GtkRange::activate-slider style property
+ - the GTK_CALENDAR_WEEK_START_MONDAY option
+ - the GtkFrame::shadow and GtkHandleBox::shadow properties
+ - the GtkTextView::page-horizontally signal
+ - the GDK_WINDOW_DIALOG window type
+ - the GTK_SELECTION_EXTENDED selection mode
+ - the GtkProgressBarOrientation, GtkAnchorType and
+ GtkVisibility enumerations
+ - GtkDialog separators, including the GtkDialog::has-separator
+ property, including setter/getter, the
+ GTK_DIALOG_NO_SEPARATOR flag and the
+ GtkMessageDialog::use-separator style property
+ - gtk_status_icon_set/get_blinking
+ - gdk_window_set_deskrelative_origin
+ - The GtkItem class has been removed. Its functionality has
+ been merged into is sole subclass, GtkMenuItem
+ + The GtkIconView::orientation property has been renamed to
+ 'item-orientation'
+ + GtkProgressBar and GtkCellRendererProgress implement
+ GtkOrientable now, and their 'orientation' property have been
+ split into a 'orientation' property of type GtkOrientation and
+ a boolean 'inverted' property
+ + GDK no longer exports variables: gdk_threads_lock,
+ gdk_threads_unlock, gdk_threads_mutex and gdk_display are no
+ longer available
+ + GTK no longer exports variables: gtk_major_version,
+ gtk_minor_version, gtk_micro_version, gtk_binary_age,
+ gtk_interface_age have been converted to functions.
+ gtk_debug_flags has a getter and a setter. Misc. variables that
+ had been exported by the semi-private text API have been
+ removed.
+ + All GDK keysym names have been changed from GDK_keysym to
+ GDK_KEY_keysym; the previous names are still available in
+ gdkkeysyms-compat.h.
+ + GtkWrapBox is a new container, which distributes its children
+ over multiple rows/columns
+ + GTK+ now uses standard icon names when looking up stock icons
+ + More widgets and cell renderers have been converted to support
+ width-for-height: GtkCellRendererText, GtkAccelLabel,
+ GtkCellView, GtkComboBox, GtkMenu, GtkMenuItem
+ + Button boxes are now semi-homogeneous.
+ + The directfb backend has been removed
+ + Bugs fixed: bgo#77669, bgo#84188, bgo#414712, bgo#527499,
+ bgo#528257, bgo#605186, bgo#614006, bgo#616401, bgo#626710,
+ bgo#627028, bgo#627139, bgo#627445, bgo#627580, bgo#627643,
+ bgo#627828, bgo#627843, bgo#627867, bgo#627912, bgo#628160,
+ bgo#628308, bgo#628656, bgo#628807, bgo#628808, bgo#628884,
+ bgo#628935, bgo#629110
+ + Updated translations.
+- Add gtk3-no-gtkapplication.patch: GApplication is gone in glib
+ 2.26, so we can't build GtkApplication. Remove this API for now
+ to keep gtk3 building.
+- Rebase gtk3-bnc130159-bgo319483-async-font-selection.patch.
+- Update the %post scriptlet to not fail if gtk3-tools is not
+ installed. Also make it easier to read by using a %define to
+ use the right binary for gtk-query-immodules-3.0.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gtk+-2.90.6.tar.bz2
New:
----
gtk+-2.90.7.tar.bz2
gtk3-no-gtkapplication.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk3.spec ++++++
--- /var/tmp/diff_new_pack.LFIPyO/_old 2010-09-24 00:05:45.000000000 +0200
+++ /var/tmp/diff_new_pack.LFIPyO/_new 2010-09-24 00:05:45.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gtk3 (Version 2.90.6)
+# spec file for package gtk3 (Version 2.90.7)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
@@ -20,7 +20,7 @@
Name: gtk3
%define _name gtk+
-Version: 2.90.6
+Version: 2.90.7
Release: 1
# FIXME: 2.90.5 doesn't compile with parallel build (bgo#624304). Check if this is still true for later versions.
License: LGPLv2.1+
@@ -40,6 +40,8 @@
Patch2: gtk3-bnc129753-localize-font-style-name.patch
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico(a)novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
+# PATCH-FIX-OPENSUSE gtk3-no-gtkapplication.patch vuntz(a)opensuse.org -- Drop GtkApplication. This is needed to keep gtk3 building against glib 2.25/2.26
+Patch4: gtk3-no-gtkapplication.patch
BuildRequires: fdupes
BuildRequires: cups-devel
BuildRequires: gnome-patch-translation
@@ -146,6 +148,9 @@
%patch1 -p0
%patch2 -p1
%patch3 -p1
+# Hack to make sure we're right to remove GtkApplication
+test ! -f %{_includedir}/glib-2.0/gio/gapplication.h
+%patch4 -p1
gnome-patch-translation-update
%build
@@ -178,6 +183,13 @@
%clean
rm -rf %{buildroot}
+# Convenient %define for the scriplets
+%if "%_lib" == "lib64"
+%define GTK_QUERY_IMMODULES %{_bindir}/gtk-query-immodules-3.0-64
+%else
+%define GTK_QUERY_IMMODULES %{_bindir}/gtk-query-immodules-3.0
+%endif
+
# In case libgtk-3_0-0 gets installed before
# gtk3-tools, we don't want to fail. So we make the call to
# gtk-query-immodules-3.0 dependent on the existence of
@@ -186,11 +198,9 @@
%post -n libgtk-3_0-0
/sbin/ldconfig
-%if "%_lib" == "lib64"
- test -f %{_bindir}/gtk-query-immodules-3.0-64 && %{_bindir}/gtk-query-immodules-3.0-64 --update-cache
-%else
- test -f %{_bindir}/gtk-query-immodules-3.0 && %{_bindir}/gtk-query-immodules-3.0 --update-cache
-%endif
+if test -f %{GTK_QUERY_IMMODULES}; then
+ %{GTK_QUERY_IMMODULES} --update-cache
+fi
# If we install gtk3-tools for the first time,
# then we should run it in case libgtk-3_0-0 was installed
@@ -201,11 +211,7 @@
if [ $1 == 1 ]; then
test -d %{_libdir}/gtk-3.0/3.0.0
if test $? -eq 0; then
- %if "%_lib" == "lib64"
- %{_bindir}/gtk-query-immodules-3.0-64 --update-cache
- %else
- %{_bindir}/gtk-query-immodules-3.0 --update-cache
- %endif
+ %{GTK_QUERY_IMMODULES} --update-cache
fi
fi
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.LFIPyO/_old 2010-09-24 00:05:45.000000000 +0200
+++ /var/tmp/diff_new_pack.LFIPyO/_new 2010-09-24 00:05:45.000000000 +0200
@@ -3,4 +3,4 @@
post "if [ $1 == 1 ]; then test -d %{_libdir}/gtk-3.0/3.0.0; if test $? -eq 0; then %{_bindir}/gtk-query-immodules-3.0 --update-cache; fi; fi"
libgtk-3_0-0
provides "gtk3-<targettype> = <version>"
- post "test -f %{_bindir}/gtk-query-immodules-3.0 && %{_bindir}/gtk-query-immodules-3.0 --update-cache"
+ post "if test -f %{_bindir}/gtk-query-immodules-3.0; then %{_bindir}/gtk-query-immodules-3.0 --update-cache; fi"
++++++ gtk+-2.90.6.tar.bz2 -> gtk+-2.90.7.tar.bz2 ++++++
GNOME/gtk3/gtk+-2.90.6.tar.bz2 /mounts/work_src_done/STABLE/gtk3/gtk+-2.90.7.tar.bz2 differ: char 11, line 1
++++++ gtk3-bnc130159-bgo319483-async-font-selection.patch ++++++
--- /var/tmp/diff_new_pack.LFIPyO/_old 2010-09-24 00:05:46.000000000 +0200
+++ /var/tmp/diff_new_pack.LFIPyO/_new 2010-09-24 00:05:46.000000000 +0200
@@ -2,7 +2,7 @@
===================================================================
--- gtk+-2.90.6.orig/gtk/gtkfontsel.c
+++ gtk+-2.90.6/gtk/gtkfontsel.c
-@@ -130,6 +130,8 @@ struct _GtkFontSelectionDialogPriv
+@@ -130,6 +130,8 @@ struct _GtkFontSelectionDialogPrivate
#define FONT_STYLE_LIST_WIDTH 170
#define FONT_SIZE_LIST_WIDTH 60
@@ -66,7 +66,7 @@
+gtk_font_selection_real_select_font (gpointer data)
{
GtkFontSelection *fontsel;
- GtkFontSelectionPriv *priv;
+ GtkFontSelectionPrivate *priv;
+ GtkTreeSelection *selection;
GtkTreeModel *model;
GtkTreeIter iter;
@@ -137,7 +137,7 @@
+gtk_font_selection_real_select_style (gpointer data)
{
GtkFontSelection *fontsel = GTK_FONT_SELECTION (data);
-+ GtkFontSelectionPriv *priv;
++ GtkFontSelectionPrivate *priv;
+ GtkTreeSelection *selection;
GtkTreeModel *model;
GtkTreeIter iter;
@@ -204,7 +204,7 @@
+gtk_font_selection_real_select_size (gpointer data)
{
GtkFontSelection *fontsel = GTK_FONT_SELECTION (data);
-+ GtkFontSelectionPriv *priv;
++ GtkFontSelectionPrivate *priv;
+ GtkTreeSelection *selection;
GtkTreeModel *model;
GtkTreeIter iter;
++++++ gtk3-no-gtkapplication.patch ++++++
Index: gtk+-2.90.7/gtk/Makefile.am
===================================================================
--- gtk+-2.90.7.orig/gtk/Makefile.am
+++ gtk+-2.90.7/gtk/Makefile.am
@@ -158,7 +158,6 @@ gtk_public_h_sources = \
gtkactivatable.h \
gtkadjustment.h \
gtkalignment.h \
- gtkapplication.h \
gtkarrow.h \
gtkaspectframe.h \
gtkassistant.h \
@@ -418,7 +417,6 @@ gtk_base_c_sources = \
gtkactivatable.c \
gtkadjustment.c \
gtkalignment.c \
- gtkapplication.c \
gtkarrow.c \
gtkaspectframe.c \
gtkassistant.c \
Index: gtk+-2.90.7/gtk/Makefile.in
===================================================================
--- gtk+-2.90.7.orig/gtk/Makefile.in
+++ gtk+-2.90.7/gtk/Makefile.in
@@ -120,7 +120,7 @@ am__libgtk_quartz_3_0_la_SOURCES_DIST =
gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \
gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \
gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \
- gtkalignment.c gtkapplication.c gtkarrow.c gtkaspectframe.c \
+ gtkalignment.c gtkarrow.c gtkaspectframe.c \
gtkassistant.c gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c \
gtkbuildable.c gtkbuilder.c gtkbuilderparser.c gtkbutton.c \
gtkcalendar.c gtkcelleditable.c gtkcelllayout.c \
@@ -201,7 +201,7 @@ am__objects_2 = gtkquery.lo gtksearcheng
gtkaccelgroup.lo gtkaccellabel.lo gtkaccelmap.lo \
gtkaccessible.lo gtkaction.lo gtkactiongroup.lo \
gtkactivatable.lo gtkadjustment.lo gtkalignment.lo \
- gtkapplication.lo gtkarrow.lo gtkaspectframe.lo \
+ gtkarrow.lo gtkaspectframe.lo \
gtkassistant.lo gtkbbox.lo gtkbin.lo gtkbindings.lo gtkbox.lo \
gtkbuildable.lo gtkbuilder.lo gtkbuilderparser.lo gtkbutton.lo \
gtkcalendar.lo gtkcelleditable.lo gtkcelllayout.lo \
@@ -304,7 +304,7 @@ am__libgtk_win32_3_0_la_SOURCES_DIST = g
gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \
gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \
gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \
- gtkalignment.c gtkapplication.c gtkarrow.c gtkaspectframe.c \
+ gtkalignment.c gtkarrow.c gtkaspectframe.c \
gtkassistant.c gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c \
gtkbuildable.c gtkbuilder.c gtkbuilderparser.c gtkbutton.c \
gtkcalendar.c gtkcelleditable.c gtkcelllayout.c \
@@ -387,7 +387,7 @@ am__libgtk_x11_3_0_la_SOURCES_DIST = gtk
gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \
gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \
gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \
- gtkalignment.c gtkapplication.c gtkarrow.c gtkaspectframe.c \
+ gtkalignment.c gtkarrow.c gtkaspectframe.c \
gtkassistant.c gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c \
gtkbuildable.c gtkbuilder.c gtkbuilderparser.c gtkbutton.c \
gtkcalendar.c gtkcelleditable.c gtkcelllayout.c \
@@ -910,7 +910,6 @@ gtk_public_h_sources = \
gtkactivatable.h \
gtkadjustment.h \
gtkalignment.h \
- gtkapplication.h \
gtkarrow.h \
gtkaspectframe.h \
gtkassistant.h \
@@ -1142,7 +1141,6 @@ gtk_base_c_sources = \
gtkactivatable.c \
gtkadjustment.c \
gtkalignment.c \
- gtkapplication.c \
gtkarrow.c \
gtkaspectframe.c \
gtkassistant.c \
@@ -1947,7 +1945,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkactivatable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkadjustment.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkalignment.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkapplication.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkarrow.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaspectframe.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkassistant.Plo@am__quote@
Index: gtk+-2.90.7/gtk/gtk.h
===================================================================
--- gtk+-2.90.7.orig/gtk/gtk.h
+++ gtk+-2.90.7/gtk/gtk.h
@@ -40,7 +40,6 @@
#include <gtk/gtkactivatable.h>
#include <gtk/gtkadjustment.h>
#include <gtk/gtkalignment.h>
-#include <gtk/gtkapplication.h>
#include <gtk/gtkarrow.h>
#include <gtk/gtkaspectframe.h>
#include <gtk/gtkassistant.h>
Index: gtk+-2.90.7/gtk/tests/defaultvalue.c
===================================================================
--- gtk+-2.90.7.orig/gtk/tests/defaultvalue.c
+++ gtk+-2.90.7/gtk/tests/defaultvalue.c
@@ -75,7 +75,7 @@ test_type (gconstpointer data)
/* These can't be freely constructed/destroyed */
if (g_type_is_a (type, GTK_TYPE_PRINT_JOB) ||
- g_type_is_a (type, GTK_TYPE_APPLICATION) ||
+ /* g_type_is_a (type, GTK_TYPE_APPLICATION) || */
g_type_is_a (type, GDK_TYPE_PIXBUF_LOADER) ||
g_type_is_a (type, gdk_pixbuf_simple_anim_iter_get_type ()))
return;
Index: gtk+-2.90.7/gtk/tests/Makefile.am
===================================================================
--- gtk+-2.90.7.orig/gtk/tests/Makefile.am
+++ gtk+-2.90.7/gtk/tests/Makefile.am
@@ -92,7 +92,7 @@ TEST_PROGS += action
action_SOURCES = action.c
action_LDADD = $(progs_ldadd)
-SAMPLE_PROGS = gtk-example-application
+#SAMPLE_PROGS = gtk-example-application
gtk_example_application_SOURCES = gtk-example-application.c
gtk_example_application_LDADD = $(progs_ldadd)
Index: gtk+-2.90.7/gtk/tests/Makefile.in
===================================================================
--- gtk+-2.90.7.orig/gtk/tests/Makefile.in
+++ gtk+-2.90.7/gtk/tests/Makefile.in
@@ -56,7 +56,7 @@ am__EXEEXT_2 = testing$(EXEEXT) liststor
recentmanager$(EXEEXT) floating$(EXEEXT) object$(EXEEXT) \
builder$(EXEEXT) $(am__EXEEXT_1) textbuffer$(EXEEXT) \
filtermodel$(EXEEXT) expander$(EXEEXT) action$(EXEEXT)
-am__EXEEXT_3 = gtk-example-application$(EXEEXT)
+#am__EXEEXT_3 = gtk-example-application$(EXEEXT)
PROGRAMS = $(noinst_PROGRAMS)
am_action_OBJECTS = action.$(OBJEXT)
action_OBJECTS = $(am_action_OBJECTS)
@@ -474,7 +474,7 @@ expander_SOURCES = expander.c
expander_LDADD = $(progs_ldadd)
action_SOURCES = action.c
action_LDADD = $(progs_ldadd)
-SAMPLE_PROGS = gtk-example-application
+#SAMPLE_PROGS = gtk-example-application
gtk_example_application_SOURCES = gtk-example-application.c
gtk_example_application_LDADD = $(progs_ldadd)
all: all-am
Index: gtk+-2.90.7/tests/Makefile.am
===================================================================
--- gtk+-2.90.7.orig/tests/Makefile.am
+++ gtk+-2.90.7/tests/Makefile.am
@@ -93,7 +93,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testwrapbox
if USE_X11
-noinst_PROGRAMS += testapplication
+#noinst_PROGRAMS += testapplication
endif
if HAVE_CXX
Index: gtk+-2.90.7/tests/Makefile.in
===================================================================
--- gtk+-2.90.7.orig/tests/Makefile.in
+++ gtk+-2.90.7/tests/Makefile.in
@@ -69,7 +69,7 @@ noinst_PROGRAMS = $(am__EXEEXT_1) simple
testtooltips$(EXEEXT) testexpander$(EXEEXT) \
testvolumebutton$(EXEEXT) testwrapbox$(EXEEXT) $(am__EXEEXT_3) \
$(am__EXEEXT_4)
-@USE_X11_TRUE@am__append_1 = testapplication
+#@USE_X11_TRUE@am__append_1 = testapplication
@HAVE_CXX_TRUE@am__append_2 = autotestkeywords
@HAVE_CXX_TRUE@TESTS = autotestkeywords$(EXEEXT)
@HAVE_CXX_TRUE@@HAVE_OBJC_TRUE@am__append_3 = -DHAVE_OBJC=1 -x objective-c++
@@ -86,7 +86,7 @@ CONFIG_CLEAN_VPATH_FILES =
am__EXEEXT_1 =
@USE_X11_TRUE@am__EXEEXT_2 = testsocket$(EXEEXT) \
@USE_X11_TRUE@ testsocket_child$(EXEEXT)
-@USE_X11_TRUE@am__EXEEXT_3 = testapplication$(EXEEXT)
+#@USE_X11_TRUE@am__EXEEXT_3 = testapplication$(EXEEXT)
@HAVE_CXX_TRUE@am__EXEEXT_4 = autotestkeywords$(EXEEXT)
PROGRAMS = $(noinst_PROGRAMS)
am__autotestkeywords_SOURCES_DIST = autotestkeywords.cc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libgnome-keyring for openSUSE:Factory
checked in at Fri Sep 24 00:05:43 CEST 2010.
--------
--- GNOME/libgnome-keyring/libgnome-keyring.changes 2010-08-31 01:41:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgnome-keyring/libgnome-keyring.changes 2010-09-12 23:01:29.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Sep 12 22:59:33 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.31.92:
+ + Require automake 1.7
+ + Fix assertion in secure memory code.
+ + Don't try to run daemon tests if DBus is not running.
+ + Fix build warnings on ARM
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgnome-keyring-2.31.91.tar.bz2
New:
----
libgnome-keyring-2.31.92.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.Dx7xeS/_old 2010-09-24 00:05:32.000000000 +0200
+++ /var/tmp/diff_new_pack.Dx7xeS/_new 2010-09-24 00:05:32.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libgnome-keyring (Version 2.31.91)
+# spec file for package libgnome-keyring (Version 2.31.92)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: libgnome-keyring
-Version: 2.31.91
+Version: 2.31.92
Release: 1
Url: http://www.gnome.org/
Group: Development/Libraries/GNOME
++++++ libgnome-keyring-2.31.91.tar.bz2 -> libgnome-keyring-2.31.92.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/ChangeLog new/libgnome-keyring-2.31.92/ChangeLog
--- old/libgnome-keyring-2.31.91/ChangeLog 2010-08-31 00:00:38.000000000 +0200
+++ new/libgnome-keyring-2.31.92/ChangeLog 2010-09-12 21:32:20.000000000 +0200
@@ -1,5 +1,79 @@
# Generate automatically. Do not edit.
+commit 08c71af412677d6efd671be2020e59f08b1cb5a5
+Author: Stef Walter <stef(a)memberwebs.com>
+Date: 2010-09-12
+
+ autogen.sh: require automake 1.7
+
+ automake 1.4 does not have AM_PROG_CC_C_O
+
+ autogen.sh | 8 +++++---
+ 1 files changed, 5 insertions(+), 3 deletions(-)
+
+commit 292cbcc5337e1334e2802563c3d9a245c74e2ce8
+Author: Stef Walter <stef(a)memberwebs.com>
+Date: 2010-09-11
+
+ [egg] Fix secure memory assertion.
+
+ Fix assertion that occurs when searching for pool to free memory from.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=616175
+
+ egg/egg-secure-memory.c | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+commit 4772da8f9539872c76f0b738e508c81ac482c5e9
+Author: Stef Walter <stef(a)memberwebs.com>
+Date: 2010-09-10
+
+ Don't try to run daemon tests if DBus is not running.
+
+ * Check for DBUS_SESSION_BUS_ADDRESS and don't run daemon tests.
+ * Cleanup test makefile variables a bit
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=626455
+
+ egg/tests/Makefile.am | 4 ++--
+ library/tests/Makefile.am | 7 +++++--
+ tests/gtest-helpers.c | 38 +++++++++++++++++++++++++++++---------
+ tests/gtest.make | 15 ++++++++-------
+ 4 files changed, 44 insertions(+), 20 deletions(-)
+
+commit 866e75657106c1b3a4776b49b75e27300c22653b
+Author: Arun Raghavan <ford_prefect(a)gentoo.org>
+Date: 2010-09-08
+
+ Access GArray members using g_array_index()
+
+ This handles type-casting internally to avoid alignment warnings on
+ platforms that need to deal with these issues.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=628875
+
+ library/gnome-keyring.c | 43 ++++++++++++++++++++++---------------------
+ 1 files changed, 22 insertions(+), 21 deletions(-)
+
+commit 5b2ceb2771bfb13e8a85f2d6e8acb736d70abaea
+Author: Stef Walter <stef(a)memberwebs.com>
+Date: 2010-08-30
+
+ Bump version number.
+
+ configure.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 4f24a336323c95d80f13beeaa116c83efe135bf2
+Author: Stef Walter <stef(a)memberwebs.com>
+Date: 2010-08-30
+
+ Release version 2.31.91
+
+ NEWS | 7 +++++++
+ configure.in | 2 +-
+ 2 files changed, 8 insertions(+), 1 deletions(-)
+
commit 129921d0eb44414d49becf8f687295a8410405d4
Author: Stef Walter <stef(a)memberwebs.com>
Date: 2010-08-29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/Makefile.am new/libgnome-keyring-2.31.92/Makefile.am
--- old/libgnome-keyring-2.31.91/Makefile.am 2010-02-18 19:11:01.000000000 +0100
+++ new/libgnome-keyring-2.31.92/Makefile.am 2010-09-12 21:26:49.000000000 +0200
@@ -19,7 +19,10 @@
HACKING \
COPYING.GPL
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-tests
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --enable-tests \
+ --disable-debug
DISTCLEANFILES = \
intltool-extract \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/Makefile.in new/libgnome-keyring-2.31.92/Makefile.in
--- old/libgnome-keyring-2.31.91/Makefile.in 2010-08-30 23:58:37.000000000 +0200
+++ new/libgnome-keyring-2.31.92/Makefile.in 2010-09-12 21:29:28.000000000 +0200
@@ -130,7 +130,11 @@
DBUS_LIBS = @DBUS_LIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-tests
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --enable-tests \
+ --disable-debug
+
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/NEWS new/libgnome-keyring-2.31.92/NEWS
--- old/libgnome-keyring-2.31.91/NEWS 2010-08-30 23:42:35.000000000 +0200
+++ new/libgnome-keyring-2.31.92/NEWS 2010-09-12 21:29:14.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in version 2.31.92 are:
+ * Require automake 1.7
+ * Fix assertion in secure memory code.
+ * Don't try to run daemon tests if DBus is not running.
+ * Fix build warnings on ARM
+
Changes in version 2.31.91 are:
* Use newer tar version for tarballs so we don't truncate file names.
* Remove erroneous egg-dbus dependency.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/configure new/libgnome-keyring-2.31.92/configure
--- old/libgnome-keyring-2.31.91/configure 2010-08-30 23:57:47.000000000 +0200
+++ new/libgnome-keyring-2.31.92/configure 2010-09-08 16:18:49.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for libgnome-keyring 2.31.91.
+# Generated by GNU Autoconf 2.67 for libgnome-keyring 2.31.92.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
# Identity of this package.
PACKAGE_NAME='libgnome-keyring'
PACKAGE_TARNAME='libgnome-keyring'
-PACKAGE_VERSION='2.31.91'
-PACKAGE_STRING='libgnome-keyring 2.31.91'
+PACKAGE_VERSION='2.31.92'
+PACKAGE_STRING='libgnome-keyring 2.31.92'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1506,7 +1506,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libgnome-keyring 2.31.91 to adapt to many kinds of systems.
+\`configure' configures libgnome-keyring 2.31.92 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1577,7 +1577,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libgnome-keyring 2.31.91:";;
+ short | recursive ) echo "Configuration of libgnome-keyring 2.31.92:";;
esac
cat <<\_ACEOF
@@ -1698,7 +1698,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libgnome-keyring configure 2.31.91
+libgnome-keyring configure 2.31.92
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2117,7 +2117,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libgnome-keyring $as_me 2.31.91, which was
+It was created by libgnome-keyring $as_me 2.31.92, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2933,7 +2933,7 @@
# Define the identity of the package.
PACKAGE='libgnome-keyring'
- VERSION='2.31.91'
+ VERSION='2.31.92'
cat >>confdefs.h <<_ACEOF
@@ -14697,7 +14697,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libgnome-keyring $as_me 2.31.91, which was
+This file was extended by libgnome-keyring $as_me 2.31.92, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14763,7 +14763,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libgnome-keyring config.status 2.31.91
+libgnome-keyring config.status 2.31.92
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/configure.in new/libgnome-keyring-2.31.92/configure.in
--- old/libgnome-keyring-2.31.91/configure.in 2010-08-30 23:57:38.000000000 +0200
+++ new/libgnome-keyring-2.31.92/configure.in 2010-09-08 06:23:35.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([libgnome-keyring], [2.31.91])
+AC_INIT([libgnome-keyring], [2.31.92])
AC_CONFIG_SRCDIR([library/gnome-keyring.h])
AM_INIT_AUTOMAKE([tar-ustar])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/docs/reference/gnome-keyring/html/ch01.html new/libgnome-keyring-2.31.92/docs/reference/gnome-keyring/html/ch01.html
--- old/libgnome-keyring-2.31.91/docs/reference/gnome-keyring/html/ch01.html 2010-08-31 00:00:37.000000000 +0200
+++ new/libgnome-keyring-2.31.92/docs/reference/gnome-keyring/html/ch01.html 2010-09-12 21:32:18.000000000 +0200
@@ -21,7 +21,7 @@
</tr></table>
<div class="chapter" title="gnome-keyring API Reference">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id480964"></a>gnome-keyring API Reference</h2></div></div></div>
+<a name="id334736"></a>gnome-keyring API Reference</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gnome-keyring-Simple-Password-Storage.html">Simple Password Storage</a></span><span class="refpurpose"> — Store and lookup passwords with a set of attributes.</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html new/libgnome-keyring-2.31.92/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html
--- old/libgnome-keyring-2.31.91/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html 2010-08-31 00:00:37.000000000 +0200
+++ new/libgnome-keyring-2.31.92/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html 2010-09-12 21:32:18.000000000 +0200
@@ -93,7 +93,7 @@
<p>
</p>
<div class="example">
-<a name="id537108"></a><p class="title"><b>Example 1. Passing attributes to the functions</b></p>
+<a name="id390880"></a><p class="title"><b>Example 1. Passing attributes to the functions</b></p>
<div class="example-contents"><pre class="programlisting">
res = gnome_keyring_delete_password_sync (GNOME_KEYRING_NETWORK_PASSWORD,
"user", "me", // A string attribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/egg/egg-secure-memory.c new/libgnome-keyring-2.31.92/egg/egg-secure-memory.c
--- old/libgnome-keyring-2.31.91/egg/egg-secure-memory.c 2009-12-04 03:53:43.000000000 +0100
+++ new/libgnome-keyring-2.31.92/egg/egg-secure-memory.c 2010-09-12 01:40:39.000000000 +0200
@@ -237,7 +237,8 @@
}
/* Otherwise invalid meta */
- ASSERT (pool && *at);
+ ASSERT (at);
+ ASSERT (pool);
ASSERT (pool->used > 0);
/* No more meta cells used in this block, remove from list, destroy */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/egg/tests/Makefile.am new/libgnome-keyring-2.31.92/egg/tests/Makefile.am
--- old/libgnome-keyring-2.31.91/egg/tests/Makefile.am 2009-12-04 03:53:43.000000000 +0100
+++ new/libgnome-keyring-2.31.92/egg/tests/Makefile.am 2010-09-10 05:14:38.000000000 +0200
@@ -1,10 +1,10 @@
# Test files should be listed in order they need to run
-UNIT_AUTO = \
+TEST_AUTO = \
test-dh.c \
unit-test-secmem.c
-UNIT_LIBS = \
+TEST_LIBS = \
$(top_builddir)/egg/libegg.la
include $(top_srcdir)/tests/gtest.make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/egg/tests/Makefile.in new/libgnome-keyring-2.31.92/egg/tests/Makefile.in
--- old/libgnome-keyring-2.31.91/egg/tests/Makefile.in 2010-08-30 23:58:37.000000000 +0200
+++ new/libgnome-keyring-2.31.92/egg/tests/Makefile.in 2010-09-12 21:29:27.000000000 +0200
@@ -16,8 +16,9 @@
@SET_MAKE@
# The following need to be declared before this file is included:
-# UNIT_AUTO A list of C files with tests
-# UNIT_LIBS Libraries to link the tests to
+# TEST_AUTO A list of C files with tests
+# TEST_LIBS Libraries to link the tests to
+# TEST_FLAGS Flags for the tests
# ------------------------------------------------------------------------------
@@ -59,7 +60,7 @@
$(am__objects_1)
run_auto_test_OBJECTS = $(am_run_auto_test_OBJECTS)
am__DEPENDENCIES_1 =
-run_auto_test_DEPENDENCIES = $(UNIT_LIBS) $(am__DEPENDENCIES_1)
+run_auto_test_DEPENDENCIES = $(TEST_LIBS) $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
@@ -256,11 +257,11 @@
top_srcdir = @top_srcdir@
# Test files should be listed in order they need to run
-UNIT_AUTO = \
+TEST_AUTO = \
test-dh.c \
unit-test-secmem.c
-UNIT_LIBS = \
+TEST_LIBS = \
$(top_builddir)/egg/libegg.la
INCLUDES = \
@@ -272,14 +273,14 @@
run_auto_test_SOURCES = \
run-auto-test.c run-auto-test.h \
- $(UNIT_AUTO)
+ $(TEST_AUTO)
run_auto_test_LDADD = \
- $(UNIT_LIBS) \
+ $(TEST_LIBS) \
$(LIBRARY_LIBS)
run_auto_test_CFLAGS = \
- $(UNIT_FLAGS)
+ $(TEST_FLAGS)
BUILT_SOURCES = \
run-auto-test.c \
@@ -622,8 +623,8 @@
pdf pdf-am ps ps-am tags uninstall uninstall-am
-run-auto-test.h: $(UNIT_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
- sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(UNIT_AUTO)
+run-auto-test.h: $(TEST_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
+ sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(TEST_AUTO)
run-auto-test.c: run-auto-test.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/library/gnome-keyring.c new/libgnome-keyring-2.31.92/library/gnome-keyring.c
--- old/libgnome-keyring-2.31.91/library/gnome-keyring.c 2010-08-29 15:20:09.000000000 +0200
+++ new/libgnome-keyring-2.31.92/library/gnome-keyring.c 2010-09-12 21:18:27.000000000 +0200
@@ -3976,27 +3976,28 @@
attributes = (GnomeKeyringAttribute *) found->attributes->data;
for (i = 0; i < found->attributes->len; i++) {
- if (strcmp (attributes[i].name, "user") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->user = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "domain") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->domain = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "server") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->server = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "object") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->object = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "protocol") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->protocol = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "authtype") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
- data->authtype = g_strdup (attributes[i].value.string);
- } else if (strcmp (attributes[i].name, "port") == 0 &&
- attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32) {
- data->port = attributes[i].value.integer;
+ GnomeKeyringAttribute *attribute = &(g_array_index (found->attributes, GnomeKeyringAttribute, i));
+ if (strcmp (attribute->name, "user") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->user = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "domain") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->domain = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "server") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->server = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "object") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->object = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "protocol") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->protocol = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "authtype") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING) {
+ data->authtype = g_strdup (attribute->value.string);
+ } else if (strcmp (attribute->name, "port") == 0 &&
+ attribute->type == GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32) {
+ data->port = attribute->value.integer;
}
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/library/tests/Makefile.am new/libgnome-keyring-2.31.92/library/tests/Makefile.am
--- old/libgnome-keyring-2.31.91/library/tests/Makefile.am 2010-04-26 22:11:49.000000000 +0200
+++ new/libgnome-keyring-2.31.92/library/tests/Makefile.am 2010-09-10 05:14:58.000000000 +0200
@@ -1,14 +1,17 @@
-UNIT_AUTO = \
+TEST_AUTO = \
test-memory.c \
test-keyrings.c \
test-other.c \
test-daemon-setup.c
-UNIT_LIBS = \
+TEST_LIBS = \
$(top_builddir)/egg/libegg.la \
$(top_builddir)/library/libgnome-keyring.la
+TEST_FLAGS = \
+ -DTEST_WITH_DAEMON
+
include $(top_srcdir)/tests/gtest.make
# ------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/library/tests/Makefile.in new/libgnome-keyring-2.31.92/library/tests/Makefile.in
--- old/libgnome-keyring-2.31.91/library/tests/Makefile.in 2010-08-30 23:58:37.000000000 +0200
+++ new/libgnome-keyring-2.31.92/library/tests/Makefile.in 2010-09-12 21:29:28.000000000 +0200
@@ -16,8 +16,9 @@
@SET_MAKE@
# The following need to be declared before this file is included:
-# UNIT_AUTO A list of C files with tests
-# UNIT_LIBS Libraries to link the tests to
+# TEST_AUTO A list of C files with tests
+# TEST_LIBS Libraries to link the tests to
+# TEST_FLAGS Flags for the tests
# ------------------------------------------------------------------------------
@@ -61,7 +62,7 @@
$(am__objects_1)
run_auto_test_OBJECTS = $(am_run_auto_test_OBJECTS)
am__DEPENDENCIES_1 =
-run_auto_test_DEPENDENCIES = $(UNIT_LIBS) $(am__DEPENDENCIES_1)
+run_auto_test_DEPENDENCIES = $(TEST_LIBS) $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
@@ -265,16 +266,19 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-UNIT_AUTO = \
+TEST_AUTO = \
test-memory.c \
test-keyrings.c \
test-other.c \
test-daemon-setup.c
-UNIT_LIBS = \
+TEST_LIBS = \
$(top_builddir)/egg/libegg.la \
$(top_builddir)/library/libgnome-keyring.la
+TEST_FLAGS = \
+ -DTEST_WITH_DAEMON
+
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
@@ -284,14 +288,14 @@
run_auto_test_SOURCES = \
run-auto-test.c run-auto-test.h \
- $(UNIT_AUTO)
+ $(TEST_AUTO)
run_auto_test_LDADD = \
- $(UNIT_LIBS) \
+ $(TEST_LIBS) \
$(LIBRARY_LIBS)
run_auto_test_CFLAGS = \
- $(UNIT_FLAGS)
+ $(TEST_FLAGS)
BUILT_SOURCES = \
run-auto-test.c \
@@ -698,8 +702,8 @@
pdf pdf-am ps ps-am tags uninstall uninstall-am
-run-auto-test.h: $(UNIT_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
- sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(UNIT_AUTO)
+run-auto-test.h: $(TEST_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
+ sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(TEST_AUTO)
run-auto-test.c: run-auto-test.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/tests/gtest-helpers.c new/libgnome-keyring-2.31.92/tests/gtest-helpers.c
--- old/libgnome-keyring-2.31.91/tests/gtest-helpers.c 2010-04-26 22:11:49.000000000 +0200
+++ new/libgnome-keyring-2.31.92/tests/gtest-helpers.c 2010-09-12 01:40:25.000000000 +0200
@@ -39,7 +39,6 @@
static GStaticMutex memory_mutex = G_STATIC_MUTEX_INIT;
static const gchar *test_path = NULL;
-static pid_t daemon_pid = 0;
void
egg_memory_lock (void)
@@ -161,12 +160,23 @@
g_free (dir);
}
-static void
+#ifdef TEST_WITH_DAEMON
+
+static pid_t daemon_pid = 0;
+
+static gboolean
daemon_start ()
{
GError *err = NULL;
gchar *args[5];
- const gchar *path, *service;
+ const gchar *path, *service, *address;
+
+ /* Need to have DBUS running */
+ address = g_getenv ("DBUS_SESSION_BUS_ADDRESS");
+ if (!address || !address[0]) {
+ g_printerr ("\nNo DBUS session available, skipping tests!\n\n");
+ return FALSE;
+ }
path = g_getenv ("GNOME_KEYRING_TEST_PATH");
if (path && !path[0])
@@ -199,6 +209,8 @@
/* Let it startup properly */
sleep (2);
}
+
+ return TRUE;
}
static void
@@ -209,11 +221,13 @@
daemon_pid = 0;
}
+#endif /* TEST_WITH_DAEMON */
+
int
main (int argc, char* argv[])
{
GLogLevelFlags fatal_mask;
- int ret;
+ int ret = 0;
chdir_base_dir (argv[0]);
g_test_init (&argc, &argv, NULL);
@@ -224,13 +238,19 @@
g_log_set_always_fatal (fatal_mask);
initialize_tests ();
- daemon_start ();
- start_tests ();
- ret = g_test_run ();
- stop_tests();
+#ifdef TEST_WITH_DAEMON
+ if (daemon_start ()) {
+#endif
+
+ start_tests ();
+ ret = g_test_run ();
+ stop_tests();
- daemon_stop();
+#ifdef TEST_WITH_DAEMON
+ daemon_stop();
+ }
+#endif
return ret;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnome-keyring-2.31.91/tests/gtest.make new/libgnome-keyring-2.31.92/tests/gtest.make
--- old/libgnome-keyring-2.31.91/tests/gtest.make 2009-12-04 03:53:43.000000000 +0100
+++ new/libgnome-keyring-2.31.92/tests/gtest.make 2010-09-10 05:20:22.000000000 +0200
@@ -1,7 +1,8 @@
# The following need to be declared before this file is included:
-# UNIT_AUTO A list of C files with tests
-# UNIT_LIBS Libraries to link the tests to
+# TEST_AUTO A list of C files with tests
+# TEST_LIBS Libraries to link the tests to
+# TEST_FLAGS Flags for the tests
# ------------------------------------------------------------------------------
@@ -18,21 +19,21 @@
noinst_PROGRAMS= \
run-auto-test
-run-auto-test.h: $(UNIT_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
- sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(UNIT_AUTO)
+run-auto-test.h: $(TEST_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
+ sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(TEST_AUTO)
run-auto-test.c: run-auto-test.h
run_auto_test_SOURCES = \
run-auto-test.c run-auto-test.h \
- $(UNIT_AUTO)
+ $(TEST_AUTO)
run_auto_test_LDADD = \
- $(UNIT_LIBS) \
+ $(TEST_LIBS) \
$(LIBRARY_LIBS)
run_auto_test_CFLAGS = \
- $(UNIT_FLAGS)
+ $(TEST_FLAGS)
BUILT_SOURCES = \
run-auto-test.c \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package openSUSE-release for openSUSE:Factory
checked in at Fri Sep 24 00:04:45 CEST 2010.
--------
--- openSUSE-release/openSUSE-release.changes 2010-01-20 09:18:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/openSUSE-release/openSUSE-release.changes 2010-09-24 00:04:28.241659000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 24 00:04:21 CEST 2010 - ro(a)suse.de
+
+- sync to update to 11.4
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release.spec ++++++
++++ 1023 lines (skipped)
++++ between openSUSE-release/openSUSE-release.spec
++++ and /mounts/work_src_done/STABLE/openSUSE-release/openSUSE-release.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package package-lists-openSUSE for openSUSE:Factory
checked in at Fri Sep 24 00:04:38 CEST 2010.
--------
--- package-lists-openSUSE/package-lists-openSUSE.changes 2010-08-30 13:00:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/package-lists-openSUSE/package-lists-openSUSE.changes 2010-09-22 13:27:26.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 22 11:27:15 UTC 2010 - coolo(a)novell.com
+
+- update to current state
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ package-lists-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.9DSDCz/_old 2010-09-24 00:01:53.000000000 +0200
+++ /var/tmp/diff_new_pack.9DSDCz/_new 2010-09-24 00:01:53.000000000 +0200
@@ -24,7 +24,7 @@
AutoReqProv: on
Summary: Patterns for Installation (full ftp tree)
Version: 11.3
-Release: 5
+Release: 6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# ~coolo/Export/Paketlisten/filelists.tar.bz2
Source: filelists.tar.bz2
++++++ filelists.tar.bz2 ++++++
++++ 4530 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package build-compare for openSUSE:Factory
checked in at Fri Sep 24 00:01:33 CEST 2010.
--------
--- build-compare/build-compare.changes 2010-09-21 12:02:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/build-compare/build-compare.changes 2010-09-22 15:24:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 22 13:24:19 UTC 2010 - coolo(a)novell.com
+
+- ignore texlive's fmt files as discussed with werner
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.LObLoI/_old 2010-09-24 00:01:09.000000000 +0200
+++ /var/tmp/diff_new_pack.LObLoI/_new 2010-09-24 00:01:09.000000000 +0200
@@ -24,7 +24,7 @@
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
-Release: 22
+Release: 23
Source1: COPYING
Source2: same-build-result.sh
Source3: rpm-check.sh
++++++ rpm-check.sh ++++++
--- /var/tmp/diff_new_pack.LObLoI/_old 2010-09-24 00:01:09.000000000 +0200
+++ /var/tmp/diff_new_pack.LObLoI/_new 2010-09-24 00:01:09.000000000 +0200
@@ -279,8 +279,7 @@
# deprecated-list is randomly ordered, sort it for comparison
case $f in
*/deprecated-list.html)
- sort $f > ${f}.sort
- mv ${f}.sort $f
+ sort -o $f $f
;;
esac
done
@@ -294,8 +293,7 @@
*/fonts.scale|*/fonts.dir|*/encodings.dir)
for f in old/$file new/$file; do
# sort files before comparing
- sort $f > $f.tmp
- mv $f.tmp $f
+ sort -o $f $f
done
;;
/var/adm/perl-modules/*)
@@ -335,20 +333,9 @@
done
;;
/var/lib/texmf/web2c/*/*fmt)
- # same of these are gzip compressed
- for f in old/$file new/$file; do
- fftype=`/usr/bin/file $f | cut -d: -f2-`
- case $fftype in
- *gzip\ compressed\ data*)
- gunzip -cd $f > $f.tmp
- mv $f.tmp $f
- ;;
- *)
- ;;
- esac
- # date is of variable length, e.g. 2009.7.21
- sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex 2009.1.1)|' $f
- done
+ # binary dump of latex formats, we can ignore them for good
+ echo "difference in $file ignored."
+ return 0
;;
*/libtool)
for f in old/$file new/$file; do
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package PackageKit for openSUSE:Factory
checked in at Fri Sep 24 00:00:53 CEST 2010.
--------
--- PackageKit/PackageKit.changes 2010-09-07 01:45:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes 2010-09-19 00:53:49.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 19 00:52:31 CEST 2010 - vuntz(a)opensuse.org
+
+- Move gir files to devel subpackage.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.DC7uvG/_old 2010-09-24 00:00:46.000000000 +0200
+++ /var/tmp/diff_new_pack.DC7uvG/_new 2010-09-24 00:00:46.000000000 +0200
@@ -31,7 +31,7 @@
Name: PackageKit
Version: 0.6.8
-Release: 1
+Release: 2
License: GPLv2+
BuildRequires: NetworkManager-devel
BuildRequires: dbus-1-glib-devel
@@ -358,7 +358,6 @@
%files -n libpackagekit-glib2-14
%defattr(-,root,root)
-%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
%{_libdir}/libpackagekit-glib2.so.*
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
@@ -368,6 +367,7 @@
%{_libdir}/pkgconfig/packagekit-glib2.pc
%dir %{_includedir}/PackageKit
%{_includedir}/PackageKit/packagekit-glib2/
+%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
%files -n libpackagekit-qt14
%defattr(-,root,root)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Thu Sep 23 23:58:51 CEST 2010.
--------
--- xorg-x11/xorg-x11.changes 2010-09-05 12:57:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes 2010-09-22 09:43:01.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 22 07:16:26 UTC 2010 - sndirsch(a)novell.com
+
+- x11perf 1.5.2
+ minor maintenance release, which mostly includes build-time
+ improvements, along with one small feature addition, the
+ "-falseprecision" command line flag.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
x11perf-1.5.1.tar.bz2
New:
----
x11perf-1.5.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11.spec ++++++
--- /var/tmp/diff_new_pack.S8Ebln/_old 2010-09-23 23:58:26.000000000 +0200
+++ /var/tmp/diff_new_pack.S8Ebln/_new 2010-09-23 23:58:26.000000000 +0200
@@ -22,7 +22,7 @@
BuildRequires: ConsoleKit-devel fontconfig-devel freetype2-devel libXi6-devel libpng-devel ncurses-devel pam-devel pkgconfig rsh update-desktop-files xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
Url: http://xorg.freedesktop.org/
Version: 7.5
-Release: 18
+Release: 19
License: MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Utilities
@@ -58,7 +58,7 @@
Source24: smproxy-1.0.3.tar.bz2
Source25: twm-1.0.4.tar.bz2
Source26: viewres-1.0.2.tar.bz2
-Source27: x11perf-1.5.1.tar.bz2
+Source27: x11perf-1.5.2.tar.bz2
Source28: xauth-1.0.4.tar.bz2
Source29: xbiff-1.0.2.tar.bz2
Source30: xcalc-1.0.3.tar.bz2
++++++ x11perf-1.5.1.tar.bz2 -> x11perf-1.5.2.tar.bz2 ++++++
++++ 9366 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/x11perf-1.5.1/COPYING new/x11perf-1.5.2/COPYING
--- old/x11perf-1.5.1/COPYING 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/COPYING 2010-08-06 17:33:58.000000000 +0200
@@ -1,12 +1,31 @@
-This is a stub file. This package has not yet had its complete licensing
-information compiled. Please see the individual source files for details on
-your rights to use and modify this software.
+Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
-Please submit updated COPYING files to the Xorg bugzilla:
+ All Rights Reserved
-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
-All licensing questions regarding this software should be directed at the
-Xorg mailing list:
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
-http://lists.freedesktop.org/mailman/listinfo/xorg
+****************************************************************************
+
+Copyright (c) 1993 by Hewlett-Packard Company
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both the copyright notice and this permission notice appear in
+supporting documentation, and that the name of Hewlett-Packard not be
+used in advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
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/x11perf-1.5.1/ChangeLog new/x11perf-1.5.2/ChangeLog
--- old/x11perf-1.5.1/ChangeLog 2009-10-17 02:20:27.000000000 +0200
+++ new/x11perf-1.5.2/ChangeLog 2010-09-22 05:49:00.000000000 +0200
@@ -1,3 +1,162 @@
+commit 3147d783925bb42c7af78c9f5508c0dc245b942b
+Author: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+Date: Tue Sep 21 20:48:33 2010 -0700
+
+ x11perf 1.5.2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit 172260eee2180448594def3fcf719ce501528e56
+Author: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+Date: Tue Sep 21 20:46:39 2010 -0700
+
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit c4b59fd280aa0f647f7f889122adf8b92b9e5cf8
+Author: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+Date: Tue Sep 21 20:43:58 2010 -0700
+
+ config: use AC_PROG_CC & AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
+
+ The existing statements can now be removed from the configuration file.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit 4ed4ff8d692293995910da29e4d05ad9191105ea
+Author: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+Date: Tue Sep 21 20:42:54 2010 -0700
+
+ config: upgrade to util-macros 1.8 for additional man page support
+
+ Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+ The value of MAN_SUBST is the same for all X.Org packages.
+
+ Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
+ The existing statement can now be removed from the configuration file.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit 1f990bc605d520f58e0c321a1338da76d76529fa
+Author: Timo Myyra <Timo.Myyra(a)gmail.com>
+Date: Sun Sep 19 10:54:40 2010 -0700
+
+ Remove reference to xbench in x11perf.man (#29830)
+
+ xbench isn't supported by fd.o, and searching for it shows the latest version released in 1995.
+
+ Signed-off-by: Jesse Adkins <jesserayadkins(a)gmail.com>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit 05759c8550bf994f4ae4e87a658aa7ffdd9dd517
+Author: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+Date: Fri Aug 6 08:34:31 2010 -0700
+
+ Add HP notice to COPYING for Xmark script
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith(a)oracle.com>
+
+commit 3b427a6c4cc1551ce445abd975f5a128ea53d9be
+Author: Gaetan Nadon <memsize(a)videotron.ca>
+Date: Thu Jan 7 21:25:09 2010 -0500
+
+ COPYING: replace stub with actual copyright notice
+
+ Refer to x11perf.c
+ Copyright 1988, 1989 by Digital Equipment Corporation
+
+ Signed-off-by: Gaetan Nadon <memsize(a)videotron.ca>
+
+commit 374bee27ef4d45044f7562ffed162a5b6f095e40
+Author: Adam Jackson <ajax(a)redhat.com>
+Date: Sat Jan 2 17:36:17 2010 -0500
+
+ Add -falseprecision flag for ludicrously precise stats
+
+ The normal round-to-three-significant-figures behaviour, while morally
+ correct from a benchmarking perspective, makes it impossible to measure
+ variances between runs of less than 1%. Occasionally you really do need
+ to measure that finely - for example, if tweaking the server's main
+ dispatch loop.
+
+ Signed-off-by: Adam Jackson <ajax(a)redhat.com>
+
+commit af29c01b5d41f08053263dfe251d0a2a26c7eb1f
+Author: Adam Jackson <ajax(a)redhat.com>
+Date: Sat Jan 2 17:23:50 2010 -0500
+
+ Death to RCS tags.
+
+ Signed-off-by: Adam Jackson <ajax(a)redhat.com>
+
+commit f8193c3f472fb0b7357552d10a6033e8ac08b9fa
+Author: Gaetan Nadon <memsize(a)videotron.ca>
+Date: Thu Nov 26 09:19:52 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit e6d0de5d8f13ca73753cb70b12b2f9b98f82b39f
+Author: Gaetan Nadon <memsize(a)videotron.ca>
+Date: Wed Oct 28 14:09:08 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Add missing INSTALL file. Use standard GNU file on building tarball
+ README may have been updated
+ Remove AUTHORS file as it is empty and no content available yet.
+ Remove NEWS file as it is empty and no content available yet.
+
+commit 5d3fb3c68c681cce10d3625bab85bb39c18e5e3b
+Author: Gaetan Nadon <memsize(a)videotron.ca>
+Date: Mon Oct 26 22:08:38 2009 -0400
+
+ Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
+
+ ChangeLog filename is known to Automake and requires no further
+ coding in the makefile.
+
+commit 6b8182c54689c67fa35ac471fcfc4e7ee73b7b91
+Author: Gaetan Nadon <memsize(a)videotron.ca>
+Date: Thu Oct 22 12:34:15 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit 1b811f2bf9c3cdef966b18ea802f1f79b5f34ef2
+Author: Jeremy Huddleston <jeremyhu(a)freedesktop.org>
+Date: Wed Oct 21 12:47:20 2009 -0700
+
+ This is not a GNU project, so declare it foreign.
+
+ On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
+ > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
+ > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
+ > > was quite annoying to work around since 'autoreconf -fvi' replaces
+ > > it and git wants to commit it. Should these files even be in git?
+ > > Can I nuke them for the betterment of humanity and since they get
+ > > created by autoreconf anyways?
+ >
+ > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
+
+ As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
+ AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
+ of the INSTALL file. It is also part of the 24206 solution.
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu(a)freedesktop.org>
+
commit 98ca2c35b05a2d248063047c50770a018e35e810
Author: Alan Coopersmith <alan.coopersmith(a)sun.com>
Date: Fri Oct 16 17:19:36 2009 -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/x11perf-1.5.1/INSTALL new/x11perf-1.5.2/INSTALL
--- old/x11perf-1.5.1/INSTALL 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/INSTALL 2010-09-22 05:49:00.000000000 +0200
@@ -0,0 +1,291 @@
+Installation Instructions
+*************************
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008 Free Software Foundation, Inc.
+
+ This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==================
+
+ Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package. The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
+
+ The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation. It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions. Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+ It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring. Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.
+
+ If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release. If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+ The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'. You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
+
+The simplest way to compile this package is:
+
+ 1. `cd' to the directory containing the package's source code and type
+ `./configure' to configure the package for your system.
+
+ Running `configure' might take a while. While running, it prints
+ some messages telling which features it is checking for.
+
+ 2. Type `make' to compile the package.
+
+ 3. Optionally, type `make check' to run any self-tests that come with
+ the package.
+
+ 4. Type `make install' to install the programs and any data files and
+ documentation.
+
+ 5. You can remove the program binaries and object files from the
+ source code directory by typing `make clean'. To also remove the
+ files that `configure' created (so you can compile the package for
+ a different kind of computer), type `make distclean'. There is
+ also a `make maintainer-clean' target, but that is intended mainly
+ for the package's developers. If you use it, you may have to get
+ all sorts of other programs in order to regenerate files that came
+ with the distribution.
+
+ 6. Often, you can also type `make uninstall' to remove the installed
+ files again.
+
+Compilers and Options
+=====================
+
+ Some systems require unusual options for compilation or linking that
+the `configure' script does not know about. Run `./configure --help'
+for details on some of the pertinent environment variables.
+
+ You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment. Here
+is an example:
+
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+ *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+ You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory. To do this, you can use GNU `make'. `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script. `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+ With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory. After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+ On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor. Like
+this:
+
+ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+ CPP="gcc -E" CXXCPP="g++ -E"
+
+ This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
+Installation Names
+==================
+
+ By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc. You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX'.
+
+ You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files. If you
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+ In addition, if you use an unusual directory layout you can give
+options like `--bindir=DIR' to specify different values for particular
+kinds of files. Run `configure --help' for a list of the directories
+you can set and what kinds of files go in them.
+
+ If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+ Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System). The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+ For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Particular systems
+==================
+
+ On HP-UX, the default C compiler is not ANSI C compatible. If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+ ./configure CC="cc -Ae"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+ On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file. The option `-nodtk' can be used as
+a workaround. If GNU CC is not installed, it is therefore recommended
+to try
+
+ ./configure CC="cc"
+
+and if that doesn't work, try
+
+ ./configure CC="cc -nodtk"
+
+Specifying the System Type
+==========================
+
+ There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on. Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
+`--build=TYPE' option. TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name which has the form:
+
+ CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+ OS KERNEL-OS
+
+ See the file `config.sub' for the possible values of each field. If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+ If you are _building_ compiler tools for cross-compiling, you should
+use the option `--target=TYPE' to select the type of system they will
+produce code for.
+
+ If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with `--host=TYPE'.
+
+Sharing Defaults
+================
+
+ If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists. Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+ Variables not defined in a site shell script can be set in the
+environment passed to `configure'. However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost. In order to avoid this problem, you should set
+them in the `configure' command line, using `VAR=value'. For example:
+
+ ./configure CC=/usr/local2/bin/gcc
+
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug. Until the bug is fixed you can use this workaround:
+
+ CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+`configure' Invocation
+======================
+
+ `configure' recognizes the following options to control how it
+operates.
+
+`--help'
+`-h'
+ Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+ Print a summary of the options unique to this package's
+ `configure', and exit. The `short' variant lists options used
+ only in the top level, while the `recursive' variant lists options
+ also present in any nested packages.
+
+`--version'
+`-V'
+ Print the version of Autoconf used to generate the `configure'
+ script, and exit.
+
+`--cache-file=FILE'
+ Enable the cache: use and save the results of the tests in FILE,
+ traditionally `config.cache'. FILE defaults to `/dev/null' to
+ disable caching.
+
+`--config-cache'
+`-C'
+ Alias for `--cache-file=config.cache'.
+
+`--quiet'
+`--silent'
+`-q'
+ Do not print messages saying which checks are being made. To
+ suppress all normal output, redirect it to `/dev/null' (any error
+ messages will still be shown).
+
+`--srcdir=DIR'
+ Look for the package's source code in directory DIR. Usually
+ `configure' can determine that directory automatically.
+
+`--prefix=DIR'
+ Use DIR as the installation prefix. *Note Installation Names::
+ for more details, including other options available for fine-tuning
+ the installation locations.
+
+`--no-create'
+`-n'
+ Run the configure checks, but stop before creating any output
+ files.
+
+`configure' also accepts some other, not widely useful, options. Run
+`configure --help' for more details.
+
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/x11perf-1.5.1/Makefile.am new/x11perf-1.5.2/Makefile.am
--- old/x11perf-1.5.1/Makefile.am 2009-10-17 01:37:53.000000000 +0200
+++ new/x11perf-1.5.2/Makefile.am 2010-09-22 05:39:00.000000000 +0200
@@ -62,6 +62,7 @@
$(SED) s/XCOMM/\#/ > $@
+MAINTAINERCLEANFILES = ChangeLog INSTALL
CLEANFILES = $(bin_SCRIPTS) x11perfcomp
EXTRA_DIST = x11pcomp.cpp
@@ -73,34 +74,19 @@
EXTRA_DIST += $(appman_PRE)
CLEANFILES += $(appman_DATA)
-# Strings to replace in man pages
-XORGRELSTRING = @PACKAGE_STRING@
- XORGMANNAME = X Version 11
-
-MAN_SUBSTS = \
- -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
- -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
- -e 's|__xservername__|Xorg|g' \
- -e 's|__xconfigfile__|xorg.conf|g' \
- -e 's|__projectroot__|$(prefix)|g' \
- -e 's|__apploaddir__|$(appdefaultdir)|' \
- -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
- -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
- -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
- -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
- -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
-
SUFFIXES = .$(APP_MAN_SUFFIX) .man
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
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/x11perf-1.5.1/Xmark new/x11perf-1.5.2/Xmark
--- old/x11perf-1.5.1/Xmark 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/Xmark 2010-01-07 18:52:19.000000000 +0100
@@ -1,14 +1,10 @@
#! /bin/sh
-#$Xorg: Xmark.sh,v 1.3 2000/08/17 19:54:08 cpqbld Exp $
-#XPC Header: Xmark,v 1.15 93/04/12 10:10:07 hmgr Exp
#
############################################################
-# Xmark version XPC Revision: 1.15
#
# Usage: Xmark datafile
#
############################################################
-# $XFree86: xc/programs/x11perf/Xmark.sh,v 1.2 1997/01/04 12:20:20 dawes Exp $
#
#
# CHANGE HISTORY:
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/x11perf-1.5.1/Xmark.man new/x11perf-1.5.2/Xmark.man
--- old/x11perf-1.5.1/Xmark.man 2007-08-21 22:20:42.000000000 +0200
+++ new/x11perf-1.5.2/Xmark.man 2010-01-07 18:52:19.000000000 +0100
@@ -1,6 +1,5 @@
.\" This manpage was written by Richard Braakman and is licensed under the
.\" XFree86 license.
-.\" $XFree86: xc/programs/x11perf/Xmark.man,v 1.2 2001/01/24 00:06:42 dawes Exp $
.TH Xmark 1 __xorgversion__
.SH NAME
Xmark \- summarize x11perf results
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/x11perf-1.5.1/bitmaps.c new/x11perf-1.5.2/bitmaps.c
--- old/x11perf-1.5.1/bitmaps.c 2009-01-22 16:09:42.000000000 +0100
+++ new/x11perf-1.5.2/bitmaps.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: bitmaps.c,v 1.3 2000/08/17 19:54:08 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
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/x11perf-1.5.1/bitmaps.h new/x11perf-1.5.2/bitmaps.h
--- old/x11perf-1.5.1/bitmaps.h 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/bitmaps.h 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: bitmaps.h,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/bitmaps.h,v 1.3 1999/03/02 11:49:28 dawes Exp $ */
/* Set fill style (if any) to a bitmap or tile */
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/x11perf-1.5.1/config.h.in new/x11perf-1.5.2/config.h.in
--- old/x11perf-1.5.1/config.h.in 2009-10-17 02:19:54.000000000 +0200
+++ new/x11perf-1.5.2/config.h.in 2010-09-22 05:48:48.000000000 +0200
@@ -48,6 +48,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
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/x11perf-1.5.1/configure.ac new/x11perf-1.5.2/configure.ac
--- old/x11perf-1.5.1/configure.ac 2009-10-17 02:17:53.000000000 +0200
+++ new/x11perf-1.5.2/configure.ac 2010-09-22 05:47:22.000000000 +0200
@@ -20,28 +20,23 @@
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.57])
-AC_INIT(x11perf,[1.5.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],x11perf)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AC_PREREQ([2.60])
+AC_INIT([x11perf],
+ [1.5.2],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]
+ [x11perf])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
+# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+ [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
-AC_PATH_PROG(SED,sed)
-if [[ -z $SED ]] ; then
- AC_MSG_ERROR([sed is needed to build x11perf])
-fi
-
AC_TYPE_SIGNAL
# Checks for pkg-config packages
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/x11perf-1.5.1/do_arcs.c new/x11perf-1.5.2/do_arcs.c
--- old/x11perf-1.5.1/do_arcs.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_arcs.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_arcs.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_arcs.c,v 1.4 2000/11/29 08:58:19 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_blt.c new/x11perf-1.5.2/do_blt.c
--- old/x11perf-1.5.1/do_blt.c 2009-01-22 16:09:42.000000000 +0100
+++ new/x11perf-1.5.2/do_blt.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_blt.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_blt.c,v 1.8 2001/05/01 16:19:16 alanh Exp $ */
#include "x11perf.h"
#include <stdio.h>
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/x11perf-1.5.1/do_complex.c new/x11perf-1.5.2/do_complex.c
--- old/x11perf-1.5.1/do_complex.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_complex.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_complex.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_complex.c,v 1.8 2001/07/25 15:05:16 dawes Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_dots.c new/x11perf-1.5.2/do_dots.c
--- old/x11perf-1.5.1/do_dots.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_dots.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_dots.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_dots.c,v 1.4 2000/11/29 08:58:19 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_lines.c new/x11perf-1.5.2/do_lines.c
--- old/x11perf-1.5.1/do_lines.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_lines.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_lines.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_lines.c,v 1.4 2000/11/29 08:58:19 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_movewin.c new/x11perf-1.5.2/do_movewin.c
--- old/x11perf-1.5.1/do_movewin.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_movewin.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_movewin.c,v 1.4 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_movewin.c,v 1.4 2000/11/29 08:58:19 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_rects.c new/x11perf-1.5.2/do_rects.c
--- old/x11perf-1.5.1/do_rects.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_rects.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_rects.c,v 1.4 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_rects.c,v 1.4 2000/11/29 08:58:19 keithp Exp $ */
#include "x11perf.h"
#include "bitmaps.h"
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/x11perf-1.5.1/do_segs.c new/x11perf-1.5.2/do_segs.c
--- old/x11perf-1.5.1/do_segs.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_segs.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_segs.c,v 1.3 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_segs.c,v 1.4 2000/11/29 08:58:20 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_simple.c new/x11perf-1.5.2/do_simple.c
--- old/x11perf-1.5.1/do_simple.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_simple.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_simple.c,v 1.4 2000/08/17 19:54:09 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_simple.c,v 1.6tsi Exp $ */
#ifndef VMS
#include <X11/Xatom.h>
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/x11perf-1.5.1/do_tests.c new/x11perf-1.5.2/do_tests.c
--- old/x11perf-1.5.1/do_tests.c 2007-12-08 02:36:54.000000000 +0100
+++ new/x11perf-1.5.2/do_tests.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_tests.c,v 1.3 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_tests.c,v 1.9 2002/05/13 05:27:37 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/do_text.c new/x11perf-1.5.2/do_text.c
--- old/x11perf-1.5.1/do_text.c 2009-01-22 16:09:42.000000000 +0100
+++ new/x11perf-1.5.2/do_text.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_text.c,v 1.4 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_text.c,v 1.7 2001/01/17 23:45:12 dawes Exp $ */
#include "x11perf.h"
#include <stdio.h>
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/x11perf-1.5.1/do_traps.c new/x11perf-1.5.2/do_traps.c
--- old/x11perf-1.5.1/do_traps.c 2009-01-22 16:09:42.000000000 +0100
+++ new/x11perf-1.5.2/do_traps.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_traps.c,v 1.3 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_traps.c,v 1.9tsi Exp $ */
#include "x11perf.h"
#include "bitmaps.h"
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/x11perf-1.5.1/do_tris.c new/x11perf-1.5.2/do_tris.c
--- old/x11perf-1.5.1/do_tris.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_tris.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_tris.c,v 1.3 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_tris.c,v 1.4 2000/11/29 08:58:20 keithp Exp $ */
#undef POLYTRIANGLE_HACK /* don't use this code */
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/x11perf-1.5.1/do_valgc.c new/x11perf-1.5.2/do_valgc.c
--- old/x11perf-1.5.1/do_valgc.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_valgc.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_valgc.c,v 1.3 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_valgc.c,v 1.4 2000/11/29 08:58:20 keithp Exp $ */
#ifndef VMS
#include <X11/Xatom.h>
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/x11perf-1.5.1/do_windows.c new/x11perf-1.5.2/do_windows.c
--- old/x11perf-1.5.1/do_windows.c 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/do_windows.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: do_windows.c,v 1.4 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/do_windows.c,v 1.4 2000/11/29 08:58:20 keithp Exp $ */
#include "x11perf.h"
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/x11perf-1.5.1/x11pcomp.cpp new/x11perf-1.5.2/x11pcomp.cpp
--- old/x11perf-1.5.1/x11pcomp.cpp 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/x11pcomp.cpp 2010-01-07 18:52:19.000000000 +0100
@@ -19,7 +19,6 @@
XCOMM Mark Moraes, University of Toronto <moraes(a)csri.toronto.edu>
XCOMM Joel McCormack, DEC Western Research Lab <joel(a)decwrl.dec.com>
XCOMM
-XCOMM $Xorg: x11pcomp.cpp,v 1.3 2000/08/17 19:54:10 cpqbld Exp $
PATH=LIBPATH:.:$PATH
export PATH
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/x11perf-1.5.1/x11perf.c new/x11perf-1.5.2/x11perf.c
--- old/x11perf-1.5.1/x11perf.c 2009-01-22 16:09:42.000000000 +0100
+++ new/x11perf-1.5.2/x11perf.c 2010-01-07 18:52:19.000000000 +0100
@@ -1,5 +1,3 @@
-/* $Xorg: x11perf.c,v 1.4 2000/08/17 19:54:10 cpqbld Exp $ */
-/* $XdotOrg: app/x11perf/x11perf.c,v 1.3 2005/07/26 18:55:42 alanc Exp $ */
/****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -22,7 +20,6 @@
SOFTWARE.
****************************************************************************/
-/* $XFree86: xc/programs/x11perf/x11perf.c,v 3.6 2001/11/03 21:59:20 dawes Exp $ */
#include <stdio.h>
#include <ctype.h>
@@ -43,6 +40,7 @@
/* Only for working on ``fake'' servers, for hardware that doesn't exist */
static Bool drawToFakeServer = False;
+static Bool falsePrecision = False;
static Pixmap tileToQuery = None;
static char *displayName;
int abortTest;
@@ -252,9 +250,11 @@
{
/* It's kind of silly to print out things like ``193658.4/sec'' so just
junk all but 3 most significant digits. */
-
double exponent, sign;
+ if (falsePrecision)
+ return d;
+
exponent = 1.0;
/* the code below won't work if d should happen to be non-positive. */
if (d < 0.0) {
@@ -977,10 +977,12 @@
foundOne = True;
} else if (strcmp (argv[i], "-sync") == 0) {
synchronous = True;
- } else if (strcmp(argv[i], "-pack") == 0) {
+ } else if (strcmp (argv[i], "-pack") == 0) {
xparms.pack = True;
} else if (strcmp (argv[i], "-draw") == 0) {
drawToFakeServer = True;
+ } else if (strcmp (argv[i], "-falseprecision") == 0) {
+ falsePrecision = True;
} else if (strcmp (argv[i], "-repeat") == 0) {
i++;
if (argc <= i)
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/x11perf-1.5.1/x11perf.h new/x11perf-1.5.2/x11perf.h
--- old/x11perf-1.5.1/x11perf.h 2007-09-28 01:52:16.000000000 +0200
+++ new/x11perf-1.5.2/x11perf.h 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-/* $Xorg: x11perf.h,v 1.3 2000/08/17 19:54:10 cpqbld Exp $ */
/*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -21,7 +20,6 @@
SOFTWARE.
******************************************************************************/
-/* $XFree86: xc/programs/x11perf/x11perf.h,v 3.4 2001/07/25 15:05:16 dawes Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
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/x11perf-1.5.1/x11perf.man new/x11perf-1.5.2/x11perf.man
--- old/x11perf-1.5.1/x11perf.man 2007-04-12 00:42:32.000000000 +0200
+++ new/x11perf-1.5.2/x11perf.man 2010-09-22 05:16:24.000000000 +0200
@@ -1,4 +1,3 @@
-.\" $Xorg: x11perf.man,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
.\" Copyright 1988, 1989 Digital Equipment Corporation.
.\" Copyright 1989, 1994, 1998 The Open Group
.\"
@@ -24,7 +23,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xc/programs/x11perf/x11perf.man,v 1.8 2001/12/14 20:01:14 dawes Exp $
.\"
.TH X11PERF 1 __xorgversion__
.SH NAME
@@ -1003,7 +1001,7 @@
.SH X DEFAULTS
There are no X defaults used by this program.
.SH "SEE ALSO"
-X(__miscmansuffix__), xbench(1), x11perfcomp(1)
+X(__miscmansuffix__), x11perfcomp(1)
.SH AUTHORS
Joel McCormack
.br
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/x11perf-1.5.1/x11perfcomp.man new/x11perf-1.5.2/x11perfcomp.man
--- old/x11perf-1.5.1/x11perfcomp.man 2006-07-11 04:51:54.000000000 +0200
+++ new/x11perf-1.5.2/x11perfcomp.man 2010-01-07 18:52:19.000000000 +0100
@@ -1,4 +1,3 @@
-.\" $Xorg: x11pcomp.man,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
.\" Copyright 1993, 1994, 1998 The Open Group
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,7 +22,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xc/programs/x11perf/x11pcomp.man,v 1.7 2001/01/27 18:21:07 dawes Exp $
.\"
.TH X11PERFCOMP 1 __xorgversion__
.SH NAME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package grep for openSUSE:Factory
checked in at Thu Sep 23 23:58:15 CEST 2010.
--------
--- grep/grep.changes 2010-07-22 16:54:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/grep/grep.changes 2010-09-23 13:16:59.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Sep 23 12:47:04 CEST 2010 - jsmeix(a)suse.de
+
+- Version upgrade to grep-2.7 with new behavior:
+ grep now diagnoses (and fails with exit status 2) commonly
+ mistyped regular expression like [:space:], [:digit:], etc.
+ Before, those were silently interpreted as [ac:eps]
+ and [dgit:] respectively. This new behavior is disabled
+ when the POSIXLY_CORRECT environment variable is set.
+ Regular expressions including back references are now
+ significantly faster in multi-byte locales.
+ Regular expressions including "." can now be significantly
+ faster in UTF-8 locales (though not in other multi-byte locales).
+ Several other minor bugs were fixed.
+ For details see the NEWS file.
+- Adapted RPM description text to match the "Introduction to grep"
+ at http://www.gnu.org/software/grep/ and removed the outdated
+ Authors section, see the AUTHORS file for the right authors.
+- Enhanced RPM spec file so that it builds and can be provided
+ even for older openSUSE and SLES versions.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
grep-2.6.3.tar.bz2
New:
----
grep-2.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.gI146h/_old 2010-09-23 23:57:21.000000000 +0200
+++ /var/tmp/diff_new_pack.gI146h/_new 2010-09-23 23:57:21.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package grep (Version 2.6.3)
+# spec file for package grep (Version 2.7)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,39 +19,39 @@
Name: grep
BuildRequires: pcre-devel
+%if 0%{?suse_version} < 1120
+BuildRequires: pcre
+%endif
Url: http://www.gnu.org/software/grep/
License: GPLv3
Group: Productivity/Text/Utilities
Provides: base:/usr/bin/grep
AutoReqProv: on
PreReq: %{install_info_prereq}
-Version: 2.6.3
+Version: 2.7
Release: 1
Summary: Print lines matching a pattern
Source: grep-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-GNU grep, the "fastest grep in the west" (hopefully).
-
-`grep' searches for lines matching a pattern.
-
-
-
-Authors:
---------
- Alain Magloire <alainm(a)rcsm.ece.mcgill.ca>
- Aharon Robbins <arnold(a)gnu.org>
- David J MacKenzie <djm(a)catapult.va.pubnix.com>
- Karl Berry <karl(a)cs.umb.edu>
- Ulrich Drepper <drepper(a)cygnus.com>
+The grep command searches one or more input files
+for lines containing a match to a specified pattern.
+By default, grep prints the matching lines.
%prep
%setup -q
+%if 0%{?suse_version} < 1120
+echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a}" >config.cache
+%endif
%build
+%if 0%{?suse_version} < 1120
+%configure -C --bindir=/bin --without-included-rege
+%else
AUTOPOINT=true autoreconf --force --install
%configure --bindir=/bin --without-included-regex
+%endif
%{__make} %{?_smp_mflags}
%check
++++++ grep-2.6.3.tar.bz2 -> grep-2.7.tar.bz2 ++++++
++++ 114162 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gtk2 for openSUSE:Factory
checked in at Thu Sep 23 23:57:10 CEST 2010.
--------
--- GNOME/gtk2/gtk2.changes 2010-08-30 23:39:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/gtk2/gtk2.changes 2010-09-14 16:13:20.000000000 +0200
@@ -1,0 +2,28 @@
+Tue Sep 14 16:02:09 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.21.8:
+ + Deprecations:
+ - Various style properties have been deprecated:
+ GtkEntry::state-hint
+ GtkTreeView::row-ending-details
+ GtkRange::trough-side-details
+ GtkRange::stepper-position-details
+ GtkRange::activate-slider
+ - The GtkIconView::orientation property has been deprecated and
+ renamed to item-orientation
+ - Separator-related API in GtkDialog
+ - API related to blinking status icons
+ - The keysym names have been renamed from GDK_... to GDK_KEY_...
+ - The GtkItem class
+ - The gdk_display variable and the GDK_DISPLAY macro
+ + GTK+ now uses standard icon names for stock icons, where
+ applicable
+ + Win32:
+ - Fixes to the MS Windows theme engine
+ + Directfb:
+ - Many fixes
+ + Bugs fixed: bgo#414712, bgo#601731, bgo#628049, bgo#628110,
+ bgo#628291, bgo#628308, bgo#628656, bgo#628932, bgo#629093,
+ bgo#629277
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gtk+-2.21.7.tar.bz2
New:
----
gtk+-2.21.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.WrXdVs/_old 2010-09-23 23:56:53.000000000 +0200
+++ /var/tmp/diff_new_pack.WrXdVs/_new 2010-09-23 23:56:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gtk2 (Version 2.21.7)
+# spec file for package gtk2 (Version 2.21.8)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: gtk2
%define _name gtk+
-Version: 2.21.7
+Version: 2.21.8
Release: 1
# FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions.
# FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer)
++++++ gtk+-2.21.7.tar.bz2 -> gtk+-2.21.8.tar.bz2 ++++++
GNOME/gtk2/gtk+-2.21.7.tar.bz2 /mounts/work_src_done/STABLE/gtk2/gtk+-2.21.8.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0