<?xml version="1.0" encoding="UTF-8"?>
<!--PATCHINFO id="4be95fab8b35644fcd6ecc8a44803873"!-->
<patch
    xmlns="http://novell.com/package/metadata/suse/patch"
    xmlns:yum="http://linux.duke.edu/metadata/common"
    xmlns:rpm="http://linux.duke.edu/metadata/rpm"
    xmlns:suse="http://novell.com/package/metadata/suse/common"
    patchid="sledp1o-mono-core-2762"
    timestamp="1179489090"
    engine="1.0">
  <yum:name>sledp1o-mono-core</yum:name>
  <summary lang="en">Recommended update for Mono</summary>
  <summary lang="de">Recommended update for Mono</summary>
  <description lang="en">This is a update for SLE10 for
package(s):mono-core,mono-jscript,mono-locale-extras,mono-da
ta,mono-winforms,ibm-data-db2,mono-extras,mono-data-sqlite,m
ono-data-sybase,mono-web,mono-data-oracle,mono-data-postgres
ql,bytefx-data-mysql,mono-nunit,mono-data-firebird,mono-deve
l,mod_mono,mono-tools,monodoc-core,mono-basic,monodevelop,ip
od-sharp,ikvm,boo,xsp

modified (subpackage of) mono-core:
-------------------------------
--- SLES10-MT-CHANGELOGS/mono-core	2007-03-09
 00:43:19.891214000 +0100
+++ SLES10-SP1-CHANGELOGS/mono-core	2007-03-08
 17:01:02.953516000 +0100 @@ -1,3 +1,7 @@
+* Mon Mar 05 2007 - wberrier@suse.de
+- atomic fixes from Michael Matz for for s390 and s390x
+  ( bnc #237611 and bxc #80892 )
+
 * Wed Dec 06 2006 - wberrier@suse.de
 - System.Web Source fix #2 (bnc #225179)
 - * HttpRequest.cs: call MapPath on the HttpWorkerRequest
   so that if @@ -5,16 +9,136 @@ original request. Fixes
   bug bxc #80152.

 * Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.2 (Fate #301111)
+ -Serious bug fix in compiler (anonymous methods)
+ -Additional 2.0 APIs implemented for Windows.Forms
+ -Removal of many incorrect MonoTODOs and implemented many
  methods
+  that were throwing not implemented exceptions
+- Changes in 1.2.1
+ -Thread.Interrupt is implemented
+ -Generics support in Web Services
+ -Web Services update for 2.0 api
+ -ASP.Net 2.0 updates
+ -Several Winforms blockers fixed
+ -ADO.Net 2.0 updates
+ -Support for more type converters
+ -Process launching supports supports open special files
  in addition
+  to launch programs (ie: xdg-open, gnome-open, or
   kfmclient)
+ -System.Drawing UTF8 to UCS2 conversion fixed
+ -2.0 api updates to X.509 related classes
+- Changes in 1.2
+ -Serialization Callbacks
+ -Machine-level settings now available in registry
+ -Winforms completion
+
+* Fri Dec 01 2006 - wberrier@suse.de
+- Thread safety fixes for rug/zmd (bnc #221277)
 - System.Web Source fix (bnc #225179)

-* Tue Sep 26 2006 - wberrier@suse.de
-- Fix for embedding Mono in OpenOffice
-  (bnc #208143)
-  (bxc #78767)
-- * TempFileCollection.cs: Create files in a temporary
 subdirectory,
+* Tue Nov 14 2006 - meissner@suse.de
+- Disable executable stack option. #65536
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Remove glib2-devel from mono-nunit, not sure why it was
 ever there
+  (bnc #210224)
+- Updated to 1.1.18.1
+ -removed upstream patches
+ -C# Generics fixes
+ -IO Layer changes to ease windows porting migration
+ -Security updates: major speed improvements
+ -Lots of Winforms fixes and updates
+ -Merged source for mcs and gmcs
+ -Performance tuning
+
+* Thu Sep 28 2006 - wberrier@suse.de
+- Security fix for bnc #205084 VUL-0
+- TempFileCollection.cs: Create files in a temporary
 subdirectory, for security reasons.
-  * CodeCompiler.cs: Let TempFileCollection choose the
   temp dir.
-- (Fixes security issue: bnc: #205084)
+- CodeCompiler.cs: Let TempFileCollection choose the temp
 dir.
+
+* Fri Sep 01 2006 - wberrier@suse.de
+- Update to 1.1.17.1 - Minor bugfix update
+- Fix HttpListener, it was failing with a few post
 operations
+- mono-service is now installed into the GAC, the recent
 changes
+  broke applications that created new AppDomains
+- Fix a race condition on array new
+
+* Tue Aug 29 2006 - wberrier@suse.de
+- add s390 backchain patch
+- s390 warnings patch
+- remove mono-basic package
+- update filelist for CustomMarshalers
+- Update to 1.1.17
+ - Windows.Forms: Printing is now supported.
+ - Basic COM support has been integrated.
+ - FileSystem will now use inotify directly on systems that
+  support it without having to go through an external
   library like
+  FAM or Gamin [Gonzalo Paniagua]
+ - 2.0 support for asynchronous reads and writes from the
+  Process class is now supported [Gonzalo]
+ - Fxied Loading as a Shared Library
+ - Mono.Cairo bindings now supports a DirectFB surface now
  [Alp Toker]
+ - Process now support the async io handling [Gonzalo
  Paniagua]
+ - String.Normalize is included [Atsushi Enomoto]
+ - ADO.NET 2.0 updates, included an implementation for
+  SqlConnection.GetSchema (Nagappan, Nagappan).
+ - Registry Updated to the 2.0 API. [Miguel de Icaza]
+ - Support for splitting the registry across user and
  system level
+  settings. [Gert Driesen]
+ - Support for X.509 client certificates
+  [Hubert Fongarnand, Sebastien Pouliot]
+ - SN accepts password-protected PKCS#12/PFX files to
  strongname
+  assemblies. This feature is enabled in both 1.x and 2.0
   profiles
+  [Sebastien Pouliot]
+ - CodeDOM JScriptCodeProvider code JavaScript code is now
+  included [Akiramei]
+ - An EventLog implementation is available on both Unix and
+  Windows by setting MONO_EVENTLOG_TYPE
+ - COM Interop: Basic support for Runtime Callable Wrappers
+  (RCWs) [Jon Chambers]
+ - Sqlite now exposes a Version property to detect which
  underlying
+  database is available (2.x or 3.x) [Joshua Tauberer]
+ - Mono.Posix now features an abstract Unix end point in
  addition
+  to Unix End Points [Alp Toker].
+ - Fixed XmlSchemaSet and XmlSchemaCollection problem
  across
+  multiple namespaces [Atsushi Enomoto]
+ - Important Bug fixs:
+  - Dynamic linking of Mono is now possible in applications
+  that were using the TLS (open office) [Zoltan Varga]
+  - Newly created AppDomains no longer inherit the list of
+  loaded assemblies from the main domain [Lluis Sánchez]
+  - A number of missing pieces of System.IO.Ports have been
+  implemented (ReadChar, ReadLine, BytesToRead,
   BytesToWrite,
+  ReadTo, return USB tty devices) [Miguel de Icaza]
+  - ASP.NET Cache will now check dependencies (79002)
+  [Gonzalo Paniagua]
+  - Updated the Posgress data bindings to RC3
+  [Francisco Figueiredo].
+- --------
+- Satisfy some compiler warnings with more warnings patches
+- Update filelists
+- Add sigaltstack configure option for performance
+- Update to 1.1.16.1
+- Sending the QUIT signal to a running Mono process will
 produce
+  a stack trace of each thread
+- Updated Boehm garbage collector
+- Large file uploads are now supported
+- Updated Master Pages, nested pages and
 System.Configuration
+- Improved performance for XML
+- Added support for abbreviated handshakes
+- Fixed some possible deadlocks while negotiating
+- basic implementation of System.Transactions
+- implemented assembly unloading when an appdomain is
 released
+- C# Compiler bug fixes:
+ - #78020, #77916, #77961, #78048, #77966
+ - Improved the generated output for array initialization
+ - #77958, #77929, #77954
+ - #77002
+- XMLSerialization implemented for XmlSchemas
+- improved performance of Int32.ToString()
+- major updates to System.Windows.Forms and System.Drawing
+- inline optimization enabled by default
+- Long standing debugging line numbers bug fixed

 * Fri Jun 16 2006 - wberrier@suse.de Changes from Neale
   Ferguson &lt;neale@sinenomine.net&gt; from trunk in order
-------------------------------

modified (subpackage of) mod_mono:
-------------------------------
--- SLES10-GA-CHANGELOGS/mod_mono	2007-03-08
 16:44:22.503505000 +0100
+++ SLES10-SP1-CHANGELOGS/mod_mono	2007-03-08
 17:00:52.942912000 +0100 @@ -1,15 +1,44 @@
+* Tue Dec 05 2006 - wberrier@suse.de
+- Spec changes:
+- Removed xsp from build deps
+- Removed configure patch
+-Version updates:
+- Update to 1.2.1 (Fate #301111)
+ -handle the new configurable umask directive
+- Update 1.1.18
+ -fix for autohosting and virtual hosts
+- Update to 1.1.17
+ -Added support for X.509 client certificates
+- Update to 1.1.16.1
+ -src/mod_mono.c: when using autoapplications, pass all
  the options that
+  don't have an explicit alias to XXGLOBAL, which is the
   internal name
+  used for the mod-mono-server instance that will create
   new applications
+  on demand. Using XXGLOBAL as an identifier is forbidden
   now.
+ -src/mod_mono.c: allow setting MonoDebug when using
  automatic
+  applications. Before this fix, no mod-mono-server would
   be started.
+  Fixes bug #78672.
+
+* Mon Nov 13 2006 - poeml@suse.de
+- fix build with httpd-2.2.3, adding
 mod_mono-1.1.13.5-configure.dif
+  which fixes usage of CFLAGS and CPPFLAGS. Without this
   patch, the
+  flags were not used during the configure tests at all,
   and
+  configure would fail to detect the Apache version. It
   claimed to
+  find Apache 1.3 because the test program didn't compile
   on 32 bit
+  platforms any more. (It still worked on 64 bit
   platforms.) Patch
+  from mod_mono 1.1.18.
+
 * Fri Apr 07 2006 - wberrier@novell.com
 - Update to 1.1.13.5, minor bug fix release
--Fix DoS (Critical fix for iFolder)
+ -Fix DoS (Critical fix for iFolder)

 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

 * Sat Jan 07 2006 - wberrier@suse.de
 - Get building with apache 2.2
-- use apr 1.1.x instead of apr provided with httpd
-- needed CPPFLAGS to find apr dev files
-- autoreconf fixes configure in order to find apache/apr
 headers
+ - use apr 1.1.x instead of apr provided with httpd
+ - needed CPPFLAGS to find apr dev files
+ - autoreconf fixes configure in order to find apache/apr
  headers
 - Cleaned up deps (no gtk/x/gnome needed)

 * Sat Nov 12 2005 - wberrier@suse.de
-------------------------------

modified (subpackage of) mono-tools:
-------------------------------
--- SLES10-GA-CHANGELOGS/mono-tools	2007-03-12
 17:57:13.917649000 +0100
+++ SLES10-SP1-CHANGELOGS/mono-tools	2007-03-12
 18:03:49.717640000 +0100 @@ -1,3 +1,16 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -New create-native-map tools
+ -fix for monodoc to work with xulrunner in some cases
+
+* Fri Oct 20 2006 - ro@suse.de
+- added mono-devel to buildrequires
+
+* Wed Oct 04 2006 - wberrier@suse.de
+- Update to 1.1.17
+  - Uses gtk-sharp2 instead of gtk-sharp.  Update
   BuildRequires
+  accordingly
+
 * Sat Feb 18 2006 - gekker@suse.de
 - Update .desktop file for UI team

-------------------------------

modified (subpackage of) monodoc-core:
-------------------------------
--- SLES10-GA-CHANGELOGS/monodoc-core	2007-03-12
 17:57:31.551989000 +0100
+++ SLES10-SP1-CHANGELOGS/monodoc-core	2007-03-12
 18:03:49.470881000 +0100 @@ -1,3 +1,30 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -Sqlite Docs update
+ -new manpages
+ -doc generation updates and fixes
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Update to 1.1.18
+ -generics support and will display generic types
+ -documents custom attributes with their actual
  constructor calls
+ -monodocs2html now includes inherited members on type
  pages
+
+* Thu Oct 19 2006 - wberrier@suse.de
+- Remove manual Requires.  mono-devel isn't needed, and
 all other
+  deps will be generated automatically. (bnc #212972)
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Update to 1.1.17
+ - Updated documentation for mono 1.1.17
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- Update to 1.1.16
+- Fixes problem with missing documentation (pathnames too
 long
+  for a tar.gz file)
+- Append the node kind to the node caption. Fixes a crash
 when
+  editing uncompiled help sources.
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

added (subpackage of) mono-basic:
-------------------------------
* Sat Dec 02 2006 - wberrier@suse.de
- Update to 1.2.2 (Fate #301111)
 -Testsuite updates
 -Runtime fixes and updates

* Sat Oct 21 2006 - wberrier@suse.de
- Update to 1.1.18
 -many fixes to the basic runtime

* Wed Aug 30 2006 - ro@suse.de
- remove ExclusiveArch from noarch package

* Tue Aug 29 2006 - wberrier@suse.de
- Initial package

-------------------------------

modified (subpackage of) monodevelop:
-------------------------------
--- SLES10-GA-CHANGELOGS/monodevelop	2007-03-12
 17:57:16.065821000 +0100
+++ SLES10-SP1-CHANGELOGS/monodevelop	2007-03-12
 18:03:49.309924000 +0100 @@ -1,3 +1,31 @@
+* Mon Dec 04 2006 - wberrier@suse.de
+- Submit to SLE10-sp1 (Fate #301111)
+
+* Fri Oct 20 2006 - ro@suse.de
+- added mono-devel to buildrequires
+
+* Wed Sep 06 2006 - wberrier@suse.de
+- Update to 0.12
+ -Better code completion support, supports C# 2.0
+ -Class information is shown using the syntax of the
  current
+  language
+ -New &quot;Open With&quot; Menu
+ -stetic menu designer
+ -autotools project support
+ -additional addin management features
+ -Support for multiple text file encodings
+ -ASP.NET Support
+ -Lots of bug fixes and better stability
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Add mono-nunit to BuildRequires
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- Update to 0.11
+- Lots of new features and fixes, too many to list here.
 One big
+  addition is the stetic gui designer integration
+- 2.4.0 -&gt; 2.8.0 hack now unnecessary
+
 * Mon Mar 27 2006 - ro@suse.de
 - removed ifarch from noarch package

-------------------------------

modified (subpackage of) ipod-sharp:
-------------------------------
--- SLES10-MT-CHANGELOGS/ipod-sharp	2007-03-09
 00:56:29.286532000 +0100
+++ SLES10-SP1-CHANGELOGS/ipod-sharp	2007-03-12
 18:02:06.914331000 +0100 @@ -1,11 +1,11 @@
-* Tue Dec 26 2006 - abockover@suse.de
-- Added patch to ignore corrupt ArtworkDB when loading
 iTunesDB;
-  solves problem found by QA (SwampID 7576)
-
-* Tue Dec 19 2006 - abockover@suse.de
-- Update to 0.6.2
-- iTunesDB fixes, works with new and old iPods
-- Fixes #208427, SwampID 7576
+* Thu Dec 14 2006 - abockover@suse.de
+- Required for Banshee 0.11.3 (FATE #301874)
+
+* Fri Sep 29 2006 - gekker@suse.de
+- Update to version 0.6.2
+  Bug Fixes
+  Use new libipoddevice format API
+  Code cleanup

 * Mon Feb 13 2006 - gekker@suse.de
 - Set ipod file patch properly, prevents db corruption
-------------------------------

modified (subpackage of) ikvm:
-------------------------------
--- SLES10-GA-CHANGELOGS/ikvm	2007-03-12 17:57:31.436105000
 +0100
+++ SLES10-SP1-CHANGELOGS/ikvm	2007-03-12
 18:03:42.566633000 +0100 @@ -1,3 +1,15 @@
+* Mon Dec 04 2006 - wberrier@suse.de
+- Submit to sle10-sp (Fate #301111)
+
+* Wed Oct 25 2006 - wberrier@suse.de
+- Add mono-devel to BuildRequires so mono rpm deps and
 requires
+  get generated correctly
+
+* Wed Aug 02 2006 - wberrier@suse.de
+- Update to 0.28.0.0
+- Package from original ikvm distribution instead of using
 a
+  prepackaged binary dist
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

modified (subpackage of) boo:
-------------------------------
--- SLES10-GA-CHANGELOGS/boo	2007-03-12 17:57:32.920790000
 +0100
+++ SLES10-SP1-CHANGELOGS/boo	2007-03-12 18:03:40.948929000
 +0100 @@ -1,3 +1,12 @@
+* Wed Oct 11 2006 - wberrier@suse.de
+- Remove boo.lang since it's now in gtksourceview (bnc
 #209516)
+
+* Wed Aug 02 2006 - wberrier@suse.de
+- Update to 0.7.6.2237
+- Switch to building from original source tarball now that
 we have
+  nant, opposed to repackaging prepackaged binary dist
+- minor filesystem changes
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

modified (subpackage of) xsp:
-------------------------------
--- SLES10-GA-CHANGELOGS/xsp	2007-03-08 16:45:57.257252000
 +0100
+++ SLES10-SP1-CHANGELOGS/xsp	2007-03-08 17:03:42.307249000
 +0100 @@ -1,3 +1,32 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -Bugfixes:
+  -close the connection if there's an error reading the
   headers
+  (including assembly loading exceptions due to a bad
   installation).
+  -kill the warning that everyone is worried about.
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Update to 1.1.18
+ -2.0 updates
+
+* Thu Oct 19 2006 - wberrier@suse.de
+- Add mono-devel to fix bnc #213576 (missing provides)
+
+* Tue Sep 05 2006 - wberrier@suse.de
+- Update to 1.1.17.1 bugfix release
+- Read from the stream, not the socket as the socket data
 is
+  encrypted when using SSL.
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Update to 1.1.17
+ - Added support for X.509 client certificates
+ - Update to handle newly created AppDomains
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- update to 1.1.16.1
+- better connection handling
+- fixes bugs: 77698,78034,78621
+
 * Wed Apr 26 2006 - wberrier@suse.de
 - Security update (remove all the duplicated slashes and
   don't do an extra Replace on non-windows.) and minor fix
   for
-------------------------------


</description>
  <description lang="de">This is a update for SLE10 for
package(s):mono-core,mono-jscript,mono-locale-extras,mono-da
ta,mono-winforms,ibm-data-db2,mono-extras,mono-data-sqlite,m
ono-data-sybase,mono-web,mono-data-oracle,mono-data-postgres
ql,bytefx-data-mysql,mono-nunit,mono-data-firebird,mono-deve
l,mod_mono,mono-tools,monodoc-core,mono-basic,monodevelop,ip
od-sharp,ikvm,boo,xsp

modified (subpackage of) mono-core:
-------------------------------
--- SLES10-MT-CHANGELOGS/mono-core	2007-03-09
 00:43:19.891214000 +0100
+++ SLES10-SP1-CHANGELOGS/mono-core	2007-03-08
 17:01:02.953516000 +0100 @@ -1,3 +1,7 @@
+* Mon Mar 05 2007 - wberrier@suse.de
+- atomic fixes from Michael Matz for for s390 and s390x
+  ( bnc #237611 and bxc #80892 )
+
 * Wed Dec 06 2006 - wberrier@suse.de
 - System.Web Source fix #2 (bnc #225179)
 - * HttpRequest.cs: call MapPath on the HttpWorkerRequest
   so that if @@ -5,16 +9,136 @@ original request. Fixes
   bug bxc #80152.

 * Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.2 (Fate #301111)
+ -Serious bug fix in compiler (anonymous methods)
+ -Additional 2.0 APIs implemented for Windows.Forms
+ -Removal of many incorrect MonoTODOs and implemented many
  methods
+  that were throwing not implemented exceptions
+- Changes in 1.2.1
+ -Thread.Interrupt is implemented
+ -Generics support in Web Services
+ -Web Services update for 2.0 api
+ -ASP.Net 2.0 updates
+ -Several Winforms blockers fixed
+ -ADO.Net 2.0 updates
+ -Support for more type converters
+ -Process launching supports supports open special files
  in addition
+  to launch programs (ie: xdg-open, gnome-open, or
   kfmclient)
+ -System.Drawing UTF8 to UCS2 conversion fixed
+ -2.0 api updates to X.509 related classes
+- Changes in 1.2
+ -Serialization Callbacks
+ -Machine-level settings now available in registry
+ -Winforms completion
+
+* Fri Dec 01 2006 - wberrier@suse.de
+- Thread safety fixes for rug/zmd (bnc #221277)
 - System.Web Source fix (bnc #225179)

-* Tue Sep 26 2006 - wberrier@suse.de
-- Fix for embedding Mono in OpenOffice
-  (bnc #208143)
-  (bxc #78767)
-- * TempFileCollection.cs: Create files in a temporary
 subdirectory,
+* Tue Nov 14 2006 - meissner@suse.de
+- Disable executable stack option. #65536
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Remove glib2-devel from mono-nunit, not sure why it was
 ever there
+  (bnc #210224)
+- Updated to 1.1.18.1
+ -removed upstream patches
+ -C# Generics fixes
+ -IO Layer changes to ease windows porting migration
+ -Security updates: major speed improvements
+ -Lots of Winforms fixes and updates
+ -Merged source for mcs and gmcs
+ -Performance tuning
+
+* Thu Sep 28 2006 - wberrier@suse.de
+- Security fix for bnc #205084 VUL-0
+- TempFileCollection.cs: Create files in a temporary
 subdirectory, for security reasons.
-  * CodeCompiler.cs: Let TempFileCollection choose the
   temp dir.
-- (Fixes security issue: bnc: #205084)
+- CodeCompiler.cs: Let TempFileCollection choose the temp
 dir.
+
+* Fri Sep 01 2006 - wberrier@suse.de
+- Update to 1.1.17.1 - Minor bugfix update
+- Fix HttpListener, it was failing with a few post
 operations
+- mono-service is now installed into the GAC, the recent
 changes
+  broke applications that created new AppDomains
+- Fix a race condition on array new
+
+* Tue Aug 29 2006 - wberrier@suse.de
+- add s390 backchain patch
+- s390 warnings patch
+- remove mono-basic package
+- update filelist for CustomMarshalers
+- Update to 1.1.17
+ - Windows.Forms: Printing is now supported.
+ - Basic COM support has been integrated.
+ - FileSystem will now use inotify directly on systems that
+  support it without having to go through an external
   library like
+  FAM or Gamin [Gonzalo Paniagua]
+ - 2.0 support for asynchronous reads and writes from the
+  Process class is now supported [Gonzalo]
+ - Fxied Loading as a Shared Library
+ - Mono.Cairo bindings now supports a DirectFB surface now
  [Alp Toker]
+ - Process now support the async io handling [Gonzalo
  Paniagua]
+ - String.Normalize is included [Atsushi Enomoto]
+ - ADO.NET 2.0 updates, included an implementation for
+  SqlConnection.GetSchema (Nagappan, Nagappan).
+ - Registry Updated to the 2.0 API. [Miguel de Icaza]
+ - Support for splitting the registry across user and
  system level
+  settings. [Gert Driesen]
+ - Support for X.509 client certificates
+  [Hubert Fongarnand, Sebastien Pouliot]
+ - SN accepts password-protected PKCS#12/PFX files to
  strongname
+  assemblies. This feature is enabled in both 1.x and 2.0
   profiles
+  [Sebastien Pouliot]
+ - CodeDOM JScriptCodeProvider code JavaScript code is now
+  included [Akiramei]
+ - An EventLog implementation is available on both Unix and
+  Windows by setting MONO_EVENTLOG_TYPE
+ - COM Interop: Basic support for Runtime Callable Wrappers
+  (RCWs) [Jon Chambers]
+ - Sqlite now exposes a Version property to detect which
  underlying
+  database is available (2.x or 3.x) [Joshua Tauberer]
+ - Mono.Posix now features an abstract Unix end point in
  addition
+  to Unix End Points [Alp Toker].
+ - Fixed XmlSchemaSet and XmlSchemaCollection problem
  across
+  multiple namespaces [Atsushi Enomoto]
+ - Important Bug fixs:
+  - Dynamic linking of Mono is now possible in applications
+  that were using the TLS (open office) [Zoltan Varga]
+  - Newly created AppDomains no longer inherit the list of
+  loaded assemblies from the main domain [Lluis Sánchez]
+  - A number of missing pieces of System.IO.Ports have been
+  implemented (ReadChar, ReadLine, BytesToRead,
   BytesToWrite,
+  ReadTo, return USB tty devices) [Miguel de Icaza]
+  - ASP.NET Cache will now check dependencies (79002)
+  [Gonzalo Paniagua]
+  - Updated the Posgress data bindings to RC3
+  [Francisco Figueiredo].
+- --------
+- Satisfy some compiler warnings with more warnings patches
+- Update filelists
+- Add sigaltstack configure option for performance
+- Update to 1.1.16.1
+- Sending the QUIT signal to a running Mono process will
 produce
+  a stack trace of each thread
+- Updated Boehm garbage collector
+- Large file uploads are now supported
+- Updated Master Pages, nested pages and
 System.Configuration
+- Improved performance for XML
+- Added support for abbreviated handshakes
+- Fixed some possible deadlocks while negotiating
+- basic implementation of System.Transactions
+- implemented assembly unloading when an appdomain is
 released
+- C# Compiler bug fixes:
+ - #78020, #77916, #77961, #78048, #77966
+ - Improved the generated output for array initialization
+ - #77958, #77929, #77954
+ - #77002
+- XMLSerialization implemented for XmlSchemas
+- improved performance of Int32.ToString()
+- major updates to System.Windows.Forms and System.Drawing
+- inline optimization enabled by default
+- Long standing debugging line numbers bug fixed

 * Fri Jun 16 2006 - wberrier@suse.de Changes from Neale
   Ferguson &lt;neale@sinenomine.net&gt; from trunk in order
-------------------------------

modified (subpackage of) mod_mono:
-------------------------------
--- SLES10-GA-CHANGELOGS/mod_mono	2007-03-08
 16:44:22.503505000 +0100
+++ SLES10-SP1-CHANGELOGS/mod_mono	2007-03-08
 17:00:52.942912000 +0100 @@ -1,15 +1,44 @@
+* Tue Dec 05 2006 - wberrier@suse.de
+- Spec changes:
+- Removed xsp from build deps
+- Removed configure patch
+-Version updates:
+- Update to 1.2.1 (Fate #301111)
+ -handle the new configurable umask directive
+- Update 1.1.18
+ -fix for autohosting and virtual hosts
+- Update to 1.1.17
+ -Added support for X.509 client certificates
+- Update to 1.1.16.1
+ -src/mod_mono.c: when using autoapplications, pass all
  the options that
+  don't have an explicit alias to XXGLOBAL, which is the
   internal name
+  used for the mod-mono-server instance that will create
   new applications
+  on demand. Using XXGLOBAL as an identifier is forbidden
   now.
+ -src/mod_mono.c: allow setting MonoDebug when using
  automatic
+  applications. Before this fix, no mod-mono-server would
   be started.
+  Fixes bug #78672.
+
+* Mon Nov 13 2006 - poeml@suse.de
+- fix build with httpd-2.2.3, adding
 mod_mono-1.1.13.5-configure.dif
+  which fixes usage of CFLAGS and CPPFLAGS. Without this
   patch, the
+  flags were not used during the configure tests at all,
   and
+  configure would fail to detect the Apache version. It
   claimed to
+  find Apache 1.3 because the test program didn't compile
   on 32 bit
+  platforms any more. (It still worked on 64 bit
   platforms.) Patch
+  from mod_mono 1.1.18.
+
 * Fri Apr 07 2006 - wberrier@novell.com
 - Update to 1.1.13.5, minor bug fix release
--Fix DoS (Critical fix for iFolder)
+ -Fix DoS (Critical fix for iFolder)

 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

 * Sat Jan 07 2006 - wberrier@suse.de
 - Get building with apache 2.2
-- use apr 1.1.x instead of apr provided with httpd
-- needed CPPFLAGS to find apr dev files
-- autoreconf fixes configure in order to find apache/apr
 headers
+ - use apr 1.1.x instead of apr provided with httpd
+ - needed CPPFLAGS to find apr dev files
+ - autoreconf fixes configure in order to find apache/apr
  headers
 - Cleaned up deps (no gtk/x/gnome needed)

 * Sat Nov 12 2005 - wberrier@suse.de
-------------------------------

modified (subpackage of) mono-tools:
-------------------------------
--- SLES10-GA-CHANGELOGS/mono-tools	2007-03-12
 17:57:13.917649000 +0100
+++ SLES10-SP1-CHANGELOGS/mono-tools	2007-03-12
 18:03:49.717640000 +0100 @@ -1,3 +1,16 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -New create-native-map tools
+ -fix for monodoc to work with xulrunner in some cases
+
+* Fri Oct 20 2006 - ro@suse.de
+- added mono-devel to buildrequires
+
+* Wed Oct 04 2006 - wberrier@suse.de
+- Update to 1.1.17
+  - Uses gtk-sharp2 instead of gtk-sharp.  Update
   BuildRequires
+  accordingly
+
 * Sat Feb 18 2006 - gekker@suse.de
 - Update .desktop file for UI team

-------------------------------

modified (subpackage of) monodoc-core:
-------------------------------
--- SLES10-GA-CHANGELOGS/monodoc-core	2007-03-12
 17:57:31.551989000 +0100
+++ SLES10-SP1-CHANGELOGS/monodoc-core	2007-03-12
 18:03:49.470881000 +0100 @@ -1,3 +1,30 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -Sqlite Docs update
+ -new manpages
+ -doc generation updates and fixes
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Update to 1.1.18
+ -generics support and will display generic types
+ -documents custom attributes with their actual
  constructor calls
+ -monodocs2html now includes inherited members on type
  pages
+
+* Thu Oct 19 2006 - wberrier@suse.de
+- Remove manual Requires.  mono-devel isn't needed, and
 all other
+  deps will be generated automatically. (bnc #212972)
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Update to 1.1.17
+ - Updated documentation for mono 1.1.17
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- Update to 1.1.16
+- Fixes problem with missing documentation (pathnames too
 long
+  for a tar.gz file)
+- Append the node kind to the node caption. Fixes a crash
 when
+  editing uncompiled help sources.
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

added (subpackage of) mono-basic:
-------------------------------
* Sat Dec 02 2006 - wberrier@suse.de
- Update to 1.2.2 (Fate #301111)
 -Testsuite updates
 -Runtime fixes and updates

* Sat Oct 21 2006 - wberrier@suse.de
- Update to 1.1.18
 -many fixes to the basic runtime

* Wed Aug 30 2006 - ro@suse.de
- remove ExclusiveArch from noarch package

* Tue Aug 29 2006 - wberrier@suse.de
- Initial package

-------------------------------

modified (subpackage of) monodevelop:
-------------------------------
--- SLES10-GA-CHANGELOGS/monodevelop	2007-03-12
 17:57:16.065821000 +0100
+++ SLES10-SP1-CHANGELOGS/monodevelop	2007-03-12
 18:03:49.309924000 +0100 @@ -1,3 +1,31 @@
+* Mon Dec 04 2006 - wberrier@suse.de
+- Submit to SLE10-sp1 (Fate #301111)
+
+* Fri Oct 20 2006 - ro@suse.de
+- added mono-devel to buildrequires
+
+* Wed Sep 06 2006 - wberrier@suse.de
+- Update to 0.12
+ -Better code completion support, supports C# 2.0
+ -Class information is shown using the syntax of the
  current
+  language
+ -New &quot;Open With&quot; Menu
+ -stetic menu designer
+ -autotools project support
+ -additional addin management features
+ -Support for multiple text file encodings
+ -ASP.NET Support
+ -Lots of bug fixes and better stability
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Add mono-nunit to BuildRequires
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- Update to 0.11
+- Lots of new features and fixes, too many to list here.
 One big
+  addition is the stetic gui designer integration
+- 2.4.0 -&gt; 2.8.0 hack now unnecessary
+
 * Mon Mar 27 2006 - ro@suse.de
 - removed ifarch from noarch package

-------------------------------

modified (subpackage of) ipod-sharp:
-------------------------------
--- SLES10-MT-CHANGELOGS/ipod-sharp	2007-03-09
 00:56:29.286532000 +0100
+++ SLES10-SP1-CHANGELOGS/ipod-sharp	2007-03-12
 18:02:06.914331000 +0100 @@ -1,11 +1,11 @@
-* Tue Dec 26 2006 - abockover@suse.de
-- Added patch to ignore corrupt ArtworkDB when loading
 iTunesDB;
-  solves problem found by QA (SwampID 7576)
-
-* Tue Dec 19 2006 - abockover@suse.de
-- Update to 0.6.2
-- iTunesDB fixes, works with new and old iPods
-- Fixes #208427, SwampID 7576
+* Thu Dec 14 2006 - abockover@suse.de
+- Required for Banshee 0.11.3 (FATE #301874)
+
+* Fri Sep 29 2006 - gekker@suse.de
+- Update to version 0.6.2
+  Bug Fixes
+  Use new libipoddevice format API
+  Code cleanup

 * Mon Feb 13 2006 - gekker@suse.de
 - Set ipod file patch properly, prevents db corruption
-------------------------------

modified (subpackage of) ikvm:
-------------------------------
--- SLES10-GA-CHANGELOGS/ikvm	2007-03-12 17:57:31.436105000
 +0100
+++ SLES10-SP1-CHANGELOGS/ikvm	2007-03-12
 18:03:42.566633000 +0100 @@ -1,3 +1,15 @@
+* Mon Dec 04 2006 - wberrier@suse.de
+- Submit to sle10-sp (Fate #301111)
+
+* Wed Oct 25 2006 - wberrier@suse.de
+- Add mono-devel to BuildRequires so mono rpm deps and
 requires
+  get generated correctly
+
+* Wed Aug 02 2006 - wberrier@suse.de
+- Update to 0.28.0.0
+- Package from original ikvm distribution instead of using
 a
+  prepackaged binary dist
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

modified (subpackage of) boo:
-------------------------------
--- SLES10-GA-CHANGELOGS/boo	2007-03-12 17:57:32.920790000
 +0100
+++ SLES10-SP1-CHANGELOGS/boo	2007-03-12 18:03:40.948929000
 +0100 @@ -1,3 +1,12 @@
+* Wed Oct 11 2006 - wberrier@suse.de
+- Remove boo.lang since it's now in gtksourceview (bnc
 #209516)
+
+* Wed Aug 02 2006 - wberrier@suse.de
+- Update to 0.7.6.2237
+- Switch to building from original source tarball now that
 we have
+  nant, opposed to repackaging prepackaged binary dist
+- minor filesystem changes
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------

modified (subpackage of) xsp:
-------------------------------
--- SLES10-GA-CHANGELOGS/xsp	2007-03-08 16:45:57.257252000
 +0100
+++ SLES10-SP1-CHANGELOGS/xsp	2007-03-08 17:03:42.307249000
 +0100 @@ -1,3 +1,32 @@
+* Sat Dec 02 2006 - wberrier@suse.de
+- Update to 1.2.1 (Fate #301111)
+ -Bugfixes:
+  -close the connection if there's an error reading the
   headers
+  (including assembly loading exceptions due to a bad
   installation).
+  -kill the warning that everyone is worried about.
+
+* Sat Oct 21 2006 - wberrier@suse.de
+- Update to 1.1.18
+ -2.0 updates
+
+* Thu Oct 19 2006 - wberrier@suse.de
+- Add mono-devel to fix bnc #213576 (missing provides)
+
+* Tue Sep 05 2006 - wberrier@suse.de
+- Update to 1.1.17.1 bugfix release
+- Read from the stream, not the socket as the socket data
 is
+  encrypted when using SSL.
+
+* Wed Aug 30 2006 - wberrier@suse.de
+- Update to 1.1.17
+ - Added support for X.509 client certificates
+ - Update to handle newly created AppDomains
+
+* Tue Aug 01 2006 - wberrier@suse.de
+- update to 1.1.16.1
+- better connection handling
+- fixes bugs: 77698,78034,78621
+
 * Wed Apr 26 2006 - wberrier@suse.de
 - Security update (remove all the duplicated slashes and
   don't do an extra Replace on non-windows.) and minor fix
   for
-------------------------------


</description>
  <yum:version ver="2762" rel="0"/>
  <rpm:requires>
    <rpm:entry kind="atom" name="boo" epoch="0" ver="0.7.6.2237" rel="43.8" flags="EQ"/>
    <rpm:entry kind="atom" name="bytefx-data-mysql" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="ibm-data-db2" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="ikvm" epoch="0" ver="0.28.0.0" rel="32.8" flags="EQ"/>
    <rpm:entry kind="atom" name="ipod-sharp" epoch="0" ver="0.6.2" rel="36.15" flags="EQ"/>
    <rpm:entry kind="atom" name="mod_mono" epoch="0" ver="1.2.1" rel="0.8" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-basic" epoch="0" ver="1.2.2" rel="13.10" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-core" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data-firebird" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data-oracle" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data-postgresql" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data-sqlite" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-data-sybase" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-devel" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-extras" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-locale-extras" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-nunit" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-tools" epoch="0" ver="1.2.1" rel="13.10" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-web" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="mono-winforms" epoch="0" ver="1.2.2" rel="12.12" flags="EQ"/>
    <rpm:entry kind="atom" name="monodevelop" epoch="0" ver="0.12" rel="48.10" flags="EQ"/>
    <rpm:entry kind="atom" name="monodoc-core" epoch="0" ver="1.2.1" rel="13.8" flags="EQ"/>
    <rpm:entry kind="atom" name="xsp" epoch="0" ver="1.2.1" rel="13.8" flags="EQ"/>
  </rpm:requires>
  <category>recommended</category>
  <atoms>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>boo</name>
      <arch>noarch</arch>
      <version epoch="0" ver="0.7.6.2237" rel="43.8"/>
      <checksum type="sha" pkgid="YES">fd902e1e9067634afcca531f3e6d1fa480484491</checksum>
      <time file="1179508772" build="1179489090"/>
      <size package="400824" installed="1149683" archive="1157112"/>
      <location xml:base="media://#1" href="suse/noarch/boo-0.7.6.2237-43.8.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="boo" epoch="0" ver="0.7.6.2237" rel="43.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="boo"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>bytefx-data-mysql</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">86016373ecd09a1c1247dfaa9fb1ab8a07ba3f58</checksum>
      <time file="1179508304" build="1179428615"/>
      <size package="83661" installed="198144" archive="199532"/>
      <location xml:base="media://#1" href="suse/i586/bytefx-data-mysql-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="bytefx-data-mysql" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="bytefx-data-mysql"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>ibm-data-db2</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">b987acf7885e1513a8a7f8395ebc3682320c4028</checksum>
      <time file="1179508304" build="1179428615"/>
      <size package="52727" installed="72704" archive="73540"/>
      <location xml:base="media://#1" href="suse/i586/ibm-data-db2-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="ibm-data-db2" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="ibm-data-db2"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>ikvm</name>
      <arch>noarch</arch>
      <version epoch="0" ver="0.28.0.0" rel="32.8"/>
      <checksum type="sha" pkgid="YES">39a31b518bd6bfc169c8c99ef9603f57c326f2f3</checksum>
      <time file="1179508783" build="1179429068"/>
      <size package="4053065" installed="10225511" archive="10227744"/>
      <location xml:base="media://#1" href="suse/noarch/ikvm-0.28.0.0-32.8.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="ikvm" epoch="0" ver="0.28.0.0" rel="32.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="ikvm"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>ipod-sharp</name>
      <arch>i586</arch>
      <version epoch="0" ver="0.6.2" rel="36.15"/>
      <checksum type="sha" pkgid="YES">d8f1daa2d85b0539b06ba16cfde39db980cebc76</checksum>
      <time file="1179514731" build="1179514469"/>
      <size package="95695" installed="179391" archive="181656"/>
      <location xml:base="media://#1" href="suse/i586/ipod-sharp-0.6.2-36.15.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="ipod-sharp" epoch="0" ver="0.6.2" rel="36.15" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="ipod-sharp"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mod_mono</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.1" rel="0.8"/>
      <checksum type="sha" pkgid="YES">cf4e7da86d9fbe9a360a1a78120efc268632b2ce</checksum>
      <time file="1179509041" build="1179429083"/>
      <size package="20678" installed="29100" archive="29824"/>
      <location xml:base="media://#1" href="suse/i586/mod_mono-1.2.1-0.8.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mod_mono" epoch="0" ver="1.2.1" rel="0.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mod_mono"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-basic</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="13.10"/>
      <checksum type="sha" pkgid="YES">d173a6b9f92f5b99b8f60633165c2558162eee30</checksum>
      <time file="1179508319" build="1179429086"/>
      <size package="88156" installed="249856" archive="251380"/>
      <location xml:base="media://#1" href="suse/i586/mono-basic-1.2.2-13.10.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-basic" epoch="0" ver="1.2.2" rel="13.10" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-basic"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-core</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">053e28ec56408d77f21d631e37f892bd92aaf1b9</checksum>
      <time file="1179508304" build="1179428615"/>
      <size package="6729543" installed="18552509" archive="18585348"/>
      <location xml:base="media://#1" href="suse/i586/mono-core-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-core" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-core"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">819d4af530c1b065e63c0a5331c6cfd98a7d2512</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="856029" installed="2478163" archive="2488964"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data-firebird</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">3920d5d7e09130e1325cad25f22dd333a1eba9fc</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="213627" installed="562176" archive="563100"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-firebird-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data-firebird" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data-firebird"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data-oracle</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">fd05c576b2140c23889a4d5faaddd8f435043f42</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="105528" installed="260608" archive="262176"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-oracle-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data-oracle" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data-oracle"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data-postgresql</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">3358b668cb81904c9ee0d4f8c9b6d2938eef9389</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="123995" installed="349696" archive="351028"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-postgresql-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data-postgresql" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data-postgresql"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data-sqlite</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">dc138066f6b562d139c58123e411a8a0a0e4fe97</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="46745" installed="75776" archive="77316"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-sqlite-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data-sqlite" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data-sqlite"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-data-sybase</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">20105c751d2d1d1283698de088d55b9f2a071eb4</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="88981" installed="225792" archive="227332"/>
      <location xml:base="media://#1" href="suse/i586/mono-data-sybase-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-data-sybase" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-data-sybase"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-devel</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">c899e1d6e256fe3c27852f65568fb57985a58489</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="2544468" installed="7552828" archive="7582088"/>
      <location xml:base="media://#1" href="suse/i586/mono-devel-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-devel" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-devel"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-extras</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">86e2edf692e89980dff95ce1263d340d2490f29f</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="134283" installed="407740" archive="416328"/>
      <location xml:base="media://#1" href="suse/i586/mono-extras-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-extras" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-extras"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-locale-extras</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">9b3b2810cec2e01e13bf7b1b2cab0c362e506e95</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="435592" installed="1821696" archive="1826848"/>
      <location xml:base="media://#1" href="suse/i586/mono-locale-extras-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-locale-extras" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-locale-extras"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-nunit</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">8b345eaa2cb8cb33895f0bc1df4f81c3a6598054</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="85861" installed="165195" archive="169176"/>
      <location xml:base="media://#1" href="suse/i586/mono-nunit-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-nunit" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-nunit"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-tools</name>
      <arch>noarch</arch>
      <version epoch="0" ver="1.2.1" rel="13.10"/>
      <checksum type="sha" pkgid="YES">7ddd516d782103a8421f6d377f1a174e6890f9d8</checksum>
      <time file="1179514319" build="1179513962"/>
      <size package="145427" installed="572768" archive="576832"/>
      <location xml:base="media://#1" href="suse/noarch/mono-tools-1.2.1-13.10.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-tools" epoch="0" ver="1.2.1" rel="13.10" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-tools"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-web</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">23425da3c371686efb8e39f0060a7242a21ab1e8</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="1362917" installed="4022279" archive="4031948"/>
      <location xml:base="media://#1" href="suse/i586/mono-web-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-web" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-web"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>mono-winforms</name>
      <arch>i586</arch>
      <version epoch="0" ver="1.2.2" rel="12.12"/>
      <checksum type="sha" pkgid="YES">0b5bb49ba1cc8c79814d132e534f3d9472873654</checksum>
      <time file="1179508307" build="1179428615"/>
      <size package="1748408" installed="4672512" archive="4678020"/>
      <location xml:base="media://#1" href="suse/i586/mono-winforms-1.2.2-12.12.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="mono-winforms" epoch="0" ver="1.2.2" rel="12.12" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="mono-winforms"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>monodevelop</name>
      <arch>noarch</arch>
      <version epoch="0" ver="0.12" rel="48.10"/>
      <checksum type="sha" pkgid="YES">ae67fcfe978cb2b8bb26b38f2b728e7a48f978fd</checksum>
      <time file="1179514734" build="1179514469"/>
      <size package="2340152" installed="6837566" archive="6863164"/>
      <location xml:base="media://#1" href="suse/noarch/monodevelop-0.12-48.10.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="monodevelop" epoch="0" ver="0.12" rel="48.10" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="monodevelop"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>monodoc-core</name>
      <arch>noarch</arch>
      <version epoch="0" ver="1.2.1" rel="13.8"/>
      <checksum type="sha" pkgid="YES">19d4182e5be0206743922255b46f55896aecf836</checksum>
      <time file="1179508342" build="1179429054"/>
      <size package="5217611" installed="7507696" archive="7516192"/>
      <location xml:base="media://#1" href="suse/noarch/monodoc-core-1.2.1-13.8.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="monodoc-core" epoch="0" ver="1.2.1" rel="13.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="monodoc-core"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>xsp</name>
      <arch>noarch</arch>
      <version epoch="0" ver="1.2.1" rel="13.8"/>
      <checksum type="sha" pkgid="YES">34a6abf4dff1d755e587a5b70657ef4e66d3a1f7</checksum>
      <time file="1179508670" build="1179429029"/>
      <size package="147922" installed="441252" archive="472796"/>
      <location xml:base="media://#1" href="suse/noarch/xsp-1.2.1-13.8.noarch.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="xsp" epoch="0" ver="1.2.1" rel="13.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="xsp"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
  </atoms>
</patch>
