Hello community, here is the log from the commit of package hyena for openSUSE:Factory checked in at Wed Mar 16 11:05:05 CET 2011.
-------- --- GNOME/hyena/hyena.changes 2010-05-07 03:02:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/hyena/hyena.changes 2011-03-15 10:20:24.000000000 +0100 @@ -1,0 +2,40 @@ +Tue Mar 15 09:08:07 UTC 2011 - [email protected] + +- version 0.5 + General: + * Update to build on Windows with MonoDevelop 2.2.1 + * Disable CheckForOverflowUnderflow in many .csproj + * Can now include hyena as a git submodule within other projects + + Hyena: + * Bind gtk_show_uri (bgo#587320) + * Add StringUtil.EscapeLike + * Add stream based hashing + * Add an ApplicationName property to ApplicationContext + * New SafeUri class + * New Hyena.Downloader namespace/API + * New Paths class (bgo#605891) + * Handle bad indices in MemoryListModel + * Fix LruCache item expiration + * Add thread id to Hyena.Log when debugging. + * Fix file location queries (bgo#612152) + * Make CryptoUtil.Md5Encode thread-safe + * [Json] Add serializer + * New Hyena.Metrics classes for instrumenting apps + * More extensive platform detection probing + * Bundle HttpUtility; dependency on System.Web (bgo#607713) + + Hyena.Gui + * New ListView grid mode + * Fix ListView a11y crasher (bgo#615892). + * [Hyena.Gui] Fix ActionManager toolitem icon sizing bgo#609265 + + Hyena.Data.Sqlite: + * Add HYENA_MD5 method + * Extend SqliteConnection to handle double and nullable values. + * Case-insensitive column checks + * Add BinaryFunction class; Lets extensions etc call custom methods + from SQL even if they're not loaded initially + * Fix exception handling (bgo#609799) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- hyena-0.3.tar.bz2 New: ---- fix-makefile.diff hyena-0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hyena.spec ++++++ --- /var/tmp/diff_new_pack.ubX0PE/_old 2011-03-16 11:00:30.000000000 +0100 +++ /var/tmp/diff_new_pack.ubX0PE/_new 2011-03-16 11:00:30.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package hyena (Version 0.3) +# spec file for package hyena # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,13 @@ Name: hyena License: MIT Group: Development/Libraries/GNOME -Version: 0.3 +Version: 0.5 Release: 1 Summary: Library for .NET applications Url: http://banshee-project.org/ Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM [email protected] - broken Makefile syntax +Patch0: fix-makefile.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glib-sharp2 BuildRequires: gtk-sharp2 @@ -37,19 +39,13 @@ Requires: mono Requires: mono-core Requires: gtk-sharp2 -#BuildArch: noarch %description Hyena is a .NET library that powers Banshee and PDF Mod, among others. -Authors: --------- - Aaron Bockover <[email protected]> - Gabriel Burt <[email protected]> - -#%lang_package %prep %setup +%patch0 -p1 %build %configure @@ -68,6 +64,4 @@ %{_libdir}/%{name} %{_libdir}/pkgconfig/*.pc -#%files lang -f %{name}.lang - %changelog ++++++ fix-makefile.diff ++++++ Index: hyena-0.5/build/build.rules.mk =================================================================== --- hyena-0.5.orig/build/build.rules.mk 2010-07-11 21:19:07.000000000 +0200 +++ hyena-0.5/build/build.rules.mk 2011-03-15 10:11:37.972166694 +0100 @@ -2,7 +2,7 @@ UNIQUE_FILTER_PIPE = tr [:space:] \\n | BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE) SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES)) -dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs +#SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES)) RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \ Index: hyena-0.5/Hyena/Makefile.in =================================================================== --- hyena-0.5.orig/Hyena/Makefile.in 2010-10-06 21:46:07.000000000 +0200 +++ hyena-0.5/Hyena/Makefile.in 2011-03-15 10:13:22.705403674 +0100 @@ -498,8 +498,6 @@ uninstall-am: uninstall-local uninstall- pdf-am ps ps-am uninstall uninstall-am uninstall-local \ uninstall-moduleSCRIPTS -dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs - all: $(ASSEMBLY_FILE) theme-icons run: Index: hyena-0.5/Mono.Data.Sqlite/Makefile.in =================================================================== --- hyena-0.5.orig/Mono.Data.Sqlite/Makefile.in 2010-10-06 21:46:07.000000000 +0200 +++ hyena-0.5/Mono.Data.Sqlite/Makefile.in 2011-03-15 10:14:59.088585373 +0100 @@ -394,8 +394,6 @@ uninstall-am: uninstall-local uninstall- pdf-am ps ps-am uninstall uninstall-am uninstall-local \ uninstall-moduleSCRIPTS -dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs - all: $(ASSEMBLY_FILE) theme-icons run: Index: hyena-0.5/Hyena.Data.Sqlite/Makefile.in =================================================================== --- hyena-0.5.orig/Hyena.Data.Sqlite/Makefile.in 2010-10-06 21:46:07.000000000 +0200 +++ hyena-0.5/Hyena.Data.Sqlite/Makefile.in 2011-03-15 10:17:13.216537752 +0100 @@ -393,8 +393,6 @@ uninstall-am: uninstall-local uninstall- pdf-am ps ps-am uninstall uninstall-am uninstall-local \ uninstall-moduleSCRIPTS -dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs - all: $(ASSEMBLY_FILE) theme-icons run: Index: hyena-0.5/Hyena.Gui/Makefile.in =================================================================== --- hyena-0.5.orig/Hyena.Gui/Makefile.in 2010-10-06 21:46:07.000000000 +0200 +++ hyena-0.5/Hyena.Gui/Makefile.in 2011-03-15 10:17:55.980942727 +0100 @@ -486,8 +486,6 @@ uninstall-am: uninstall-local uninstall- pdf-am ps ps-am uninstall uninstall-am uninstall-local \ uninstall-moduleSCRIPTS -dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs - all: $(ASSEMBLY_FILE) theme-icons run: ++++++ hyena-0.3.tar.bz2 -> hyena-0.5.tar.bz2 ++++++ ++++ 106395 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
