Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit gnome-cups-manager
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 24 Nov 2007 01:05:39 +0100
- Message-id: <20071124000540.39579678337@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-cups-manager
checked in at Sat Nov 24 01:05:39 CET 2007.
--------
--- GNOME/gnome-cups-manager/gnome-cups-manager.changes 2007-11-07
19:16:35.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnome-cups-manager/gnome-cups-manager.changes
2007-11-23 17:54:06.986305000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 23 17:43:17 CET 2007 - maw@xxxxxxx
+
+- Update gnome-cups-manager-gcc4.3-fixes.patch
+- Build with -fno-strict-aliasing.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-cups-manager.spec ++++++
--- /var/tmp/diff_new_pack.a32573/_old 2007-11-24 01:05:20.000000000 +0100
+++ /var/tmp/diff_new_pack.a32573/_new 2007-11-24 01:05:20.000000000 +0100
@@ -13,10 +13,10 @@
Name: gnome-cups-manager
BuildRequires: cups cups-devel fdupes gcc-c++ gnome-common gnome-icon-theme
gnutls-devel intltool krb5-devel libglade2-devel libgnomecups-devel
libgnomeprintui-devel libgnomeui-devel libsmbclient libsmbclient-devel
libwnck-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
Version: 0.32
-Release: 12
+Release: 14
Url: http://www.gnome.org/
Group: System/GUI/GNOME
-License: GPL v2 or later
+License: GPL v2 only
Summary: GNOME CUPS Printer Manager
Source: %{name}-%{version}.tar.bz2
Source1: gnome-cups-manager-novell-branded-test-pages.tar.bz2
@@ -62,7 +62,8 @@
%build
sed -i "s/\(ALL_LINGUAS.*\) no /\1 /" configure.in
autoreconf -f -i
-%configure\
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+%configure \
--disable-static
make %{?jobs:-j%jobs}
@@ -105,7 +106,11 @@
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libgnomecups-1/libgnomecups/*
+
%changelog
+* Fri Nov 23 2007 - maw@xxxxxxx
+- Update gnome-cups-manager-gcc4.3-fixes.patch
+- Build with -fno-strict-aliasing.
* Wed Nov 07 2007 - maw@xxxxxxx
- Add gnome-cups-manager-gcc4.3-fixes.patch.
* Mon Oct 22 2007 - crivera@xxxxxxx
++++++ gnome-cups-manager-gcc4.3-fixes.patch ++++++
--- /var/tmp/diff_new_pack.a32573/_old 2007-11-24 01:05:20.000000000 +0100
+++ /var/tmp/diff_new_pack.a32573/_new 2007-11-24 01:05:20.000000000 +0100
@@ -10,3 +10,54 @@
#include <string>
#include <list>
#include <functional>
+diff -r 2774d43c0c60 libgnomecups/snmpkit/structfill.C
+--- a/libgnomecups/snmpkit/structfill.C Fri Nov 23 16:33:06 2007 +0000
++++ b/libgnomecups/snmpkit/structfill.C Fri Nov 23 16:39:50 2007 +0000
+@@ -28,7 +28,8 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+-#include <iostream.h>
++#include <iostream>
++#include <ios>
+ #include <algorithm>
+
+ #include "snmpkit"
+@@ -91,22 +92,22 @@ int SNMP_structFiller::fillStruct(OidSeq
+ counters or large ints */
+ if(curber->type()==INT_TAG && cur->type==COUNTER_TAG)
+ // these errors are minor enough and simple enough to fix
+- cerr << "Warning: Counter returned when Integer expected for "
++ std::cerr << "Warning: Counter returned when Integer expected for "
+ << cur->oidstr << " Buggy firmware?\n";
+ else if(curber->type()==COUNTER_TAG && cur->type==INT_TAG)
+ // these errors are minor enough and simple enough to fix
+- cerr << "Warning: Integer returned when Counter expected for "
++ std::cerr << "Warning: Integer returned when Counter expected for "
+ << cur->oidstr << " Buggy firmware?\n";
+ else{
+- ios::fmtflags opts=ios::hex;
+- opts=cerr.flags(opts);
+- cerr << "Warning: Printer returned a value of type 0x"
++ std::ios::fmtflags opts=std::ios::hex;
++ opts=std::cerr.flags(opts);
++ std::cerr << "Warning: Printer returned a value of type 0x"
+ << static_cast<long unsigned int>(curber->type())
+ << " when a value of 0x"
+ << static_cast<long unsigned int>(cur->type)
+ << " was expected for " << cur->oidstr
+ << " Buggy firmware? Skipping.\n";
+- cerr.flags(opts);
++ std::cerr.flags(opts);
+ retval=0;
+ break;
+ }
+@@ -177,7 +178,7 @@ void *SNMP_structFiller::get(void *tobef
+ throw SNMPNoResponseException();
+
+ if(!fillStruct(retseq,(unsigned char*)tobefilled)){
+- cerr << "Warning: printer did not respond with a value for one of the "
++ std::cerr << "Warning: printer did not respond with a value for one of
the "
+ << "OIDs. Buggy firmware?\n";
+ return NULL;
+ }
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |