mono-addins-devel-1.3-bp153.1.99 >  A ` !M@eeeBGMpv1F)"PC"Z3ݗ7NIXK/AxbioՇa+G\ZʨCgoL5 4l ]2,yK(~mV1AMFO(j;#RQoݵh m#fg~_=y}˸<0ZTҗP/ԯ65PkD,T2kZBk?+J:,MRc~q`]6854a31515e75947a7f4232a667f7446243bf36aeb651e5819db37be1f377d29fab5b40df6df531a8d0b2eec21eb19f20b94c3bda"` !M@eee#Ûh%$m\˰zJFߺg{,eHm6A&4ٻݶ1 DzI|36P ߚ >.<cy8sit;e:I8R}WJE KKSlh*?Yo$ ]U3rHoHda ]BAO $^a2qZ{C2}jR^ 9'wny q,L\"ZetI54K/>p>|?ld # J -6: To     4Dz(8 9 : FGHIXY\] ^Zbpcdefluvwxy z  &hCmono-addins-devel1.3bp153.1.99Mono Addins Framework, MSBuild SupportMono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications. This package contains the pkgconfig files.`cloud113SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Monohttps://github.com/mono/mono-addinslinuxnoarch⁤````36a804d42da36dc9cb4af83217a51f5728d2f19a0a620245014df877274f9fb34855d5e4ced5cf467fd8bba10dee433112a227036d6f3237b8a98eafb9d4a6ceab2b079d59cf0d2cea78bb36a34c461bf3eb27fb3f49b897ad11520f43f4c9434e1cb18b4a2f7f3bb5dcfa6b1167c79810b5d25da7f00e7200c4f872bd09c0afrootrootrootrootrootrootrootrootmono-addins-1.3-bp153.1.99.src.rpmmono-addins-develpkgconfig(mono-addins)pkgconfig(mono-addins-gui)pkgconfig(mono-addins-msbuild)pkgconfig(mono-addins-setup)@@    /usr/bin/pkg-configmono-addinspkgconfig(mono-addins)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.33.0.4-14.6.0-14.0-15.2-14.14.1YtXj@UB@TR(@Qֵ@QN@M@M] Lʷ@fwdsbs.to.11df@xoxy.nett.gruner@katodev.defwdsbs.to.11df@xoxy.neti@marguerite.sumailaender@opensuse.orgdimstar@opensuse.orgnmarques@opensuse.orgajorgensen@novell.comgburt@suse.deajorgensen@novell.com- add fix-delay-sign.patch: check that dll installed to GAC is delay-signed and perform full-sign if so. - fix build with upcoming mono 5.0: sign delay-signed dlls before adding it to GAC, mono 5.0 is not allowing to install delay-signed dlls into GAC- update version 1.3- update version 1.2 * Fixed bug that caused add-ins to be disabled when being updated. * Fixed several issues when scanning assemblies. * When evaluating a condition, ensure that the add-in that implements that condition is loaded. This change requires some new information to be stored in the add-in database, so the db version number has been bumped. * Fixed assembly resolution bug when running in MS.NET. * Added GTK3 implementation of the add-in manager. * Registered repositories are now automatically updated the first time the add-in manager is shown.- update version 1.1 * When disabling an add-in, disabled all versions of the add-in * Allow embedding .addin files into submodule assemblies * Fixed some issue when scanning dlls * Added new assembly attributes for defining add-in properties * Fixed deadlock when loading add-in roots * Fixed GAC assembly directory search for .net 4.0 * Added support for variables in add-in manifests * Updated Cecil from upstream- Update to 1.0 * Fixed crash in ExtensionContext finalizer * Minor optimizations- Add mono-addins-donet4.patch: Build for .Net 4.0 target.- Update to 0.6.2 + Added option to support non-interactive installations when using mautil; + Avoid entering in an infinite loop when finding corrupted file; + Fixed crash when clicking for add-in info in dynamic assembles; + Fix bug in Repair command- Update to 0.6.1 * The 0.6 release of Mono.Addins includes many improvements, bug fixes and new features: Add-in engine: * Add-in name and description can now be localized. There are new custom attributes for defining them, and can also be specified as xml elements in an add-in manifest instead of attributes. * Support for custom add-in properties. It is now possible to specify arbitrary properties in add-ins, which can be queried at install time (using the Mono.Addins.Setup API) or at run-time. * Custom extension attributes now allow specifying an extension path. In this way it is now possible to use a single custom attribute to define extensions for different extension points. * The default add-in directory and the add-in database directory can now be customized. In previous releases, those directories were always created as a subdirectory of the main registry directory. In this release, the location can be set to any directory. * Improved error reporting when a dependency is missing. * Added support for specifying the type of the content of string node attributes. This information is used for documentation purposes only. * The Cecil based reflector now uses the new Cecil/Light, which is smaller and faster Add-in management: * Added support for enabling/disabling registered repositories. * Added support for downloable support files, to be used for package icons, screenshots, etc. * New and improved add-in manager for GTK#. The user interface has been completely redesigned to make it more usable. Add-in updates are more visible and easy to install. The add-in gallery is integrated in the main window, and can show custom add-in icons and preview images. * Added new API for accessing custom add-in properties, even before installing them. * Included information about download size. Bug fixes: * Allow overwriting files when installing. * Fixed add-in unloading issues. * Fixed crash when running in .NET 4.0 * AddinRepository.LastModified is always 01.01.1900 00:00:00 * Addin registry access/creation errors when accessed via UNC path * Addin discovery/loading fails when running Visual Studio unit tests * ImportAddinAssemblyAttribute can't be used multiple times * Fix bug in GetAvailableAddin. * Fix add-in database issue when the last add-in of a folder is deleted or upgraded * Don't allow inheriting CustomExtension attributes. The attribute must be explicitly applied to classes to be marked as extensions.- Split off a -msbuild subpackage so the main mono-addins package does not depend on mono-devel (bnc#671844)- Update to 0.5 * User defined custom attributes can now be used to declare extensions and add-in metadata. * The new AddinEngine class allows hosting several independent add-in engines in a single application domain. * Improved lazy loading of add-ins. More information is now lazy loaded. * An XML manifest can now be split in several files embedded as resources in an assembly. * More add-in information can be declared using custom attributes instead of an XML manifest: author list, imported files and assemblies, optional modules, localizers. * Added new API based on generic methods and collections. * New MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental). * Reorganized the samples directory. * Many bug fixes.cloud113 16213316771.3-bp153.1.991.31.31.31.3mono-addins-gui.pcmono-addins-msbuild.pcmono-addins-setup.pcmono-addins.pc/usr/share/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/089b85311e1564a466bb155e232c4538-mono-addinscpioxz5noarch-suse-linuxpkgconfig file PRRPRRPRRPRٞ>EݟGutf-89ed4417735e47e9a81332d33632b62456b12131251333b7ee16d8d3acad08e2b? 7zXZ !t/K] crv(vX0;777969󌂦˭X2V"KL97)Pm/ }]vdK D&eP_ILMPGk5<;xt|p2DOTѷSAH,Ql?C`s̚@F xN;滍v;ё~W6a&0{1A9!X7`@N~ 1 zRUIL%Ct%b+CnP֙vt\eH ւl];X$6o%zs`?qM'vyLg`[3!^䳭yЄmf.<:@ yp YZ