File grilo.changes of Package grilo
-------------------------------------------------------------------
Sun Dec 2 20:13:03 UTC 2012 - dimstar@opensuse.org
- Update to version 0.2.4:
+ Fixed compilation problem with gcc 4.2.
+ Improved documentation.
+ Added support for boolean, float and datetime keys in filters.
+ Some fixes in core, including:
- bgo#688301: docs: GrlMedia: Improve certificate/region
function docs.
- bgo#689053: grl-source: fix compare_queue_element function.
-------------------------------------------------------------------
Mon Nov 12 12:55:01 UTC 2012 - dimstar@opensuse.org
- Update to version 0.2.3:
+ Added TMDb plugin in the Test UI program.
+ grl_source_resolve() can be invoked with sources that do not
implement it
+ grl_source_store_metadata() can be invoked with sources that do
not implement it
+ Added support for mocking network answers, for testing purpose
+ Added support for capturing network content, for testing
purpose
+ Improved (de)serialization: support all metadata key types and
multi-valued elements
+ Added new keys: GRL_METADATA_KEY_FAVOURITE,
GRL_METADATA_KEY_REGION, GRL_METADATA_KEY_KEYWORD,
GRL_METADATA_KEY_PERFORMER, GRL_METADATA_KEY_PRODUCER,
GRL_METADATA_KEY_DIRECTOR and GRL_METADATA_KEY_ORIGINAL_TITLE
+ Sources can expose the type of media they can handle
+ Improved documentation
+ Bugs fixed: bgo#679686, bgo#685274, bgo#685861, bgo#685967,
bgo#686032, bgo#686033, bgo#686206, bgo#686271, bgo#687104.
- Drop grilo-linking.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
we no longer carry any patches.
-------------------------------------------------------------------
Wed Oct 17 08:28:12 UTC 2012 - dimstar@opensuse.org
- Add grilo-linking.patch: Fix linking of GrlNet.gir.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the BuildSystem.
-------------------------------------------------------------------
Fri Oct 5 08:06:07 UTC 2012 - dimstar@opensuse.org
- Update to version 0.2.2:
+ Rename macro from GRL_CAPS_TYPE to GRL_TYPE_CAPS
+ Sort entries in documentation
+ net: Add possibility to set custom HTTP headers on requests
(bgo#680436)
+ Several bug fixes.
-------------------------------------------------------------------
Thu Oct 4 09:20:36 UTC 2012 - dimstar@opensuse.org
- Update to version 0.2.1:
+ Use G_MODULE_BIND_LOCAL to load modules
+ Less disturbances using warnings instead of errors
+ Add option to disable Test UI
+ Bugs fixed: bgo#681757, bgo#681983, bgo#681984, bgo#681992,
bgo#682024, bgo#682791, bgo#682793, bgo#682855, bgo#685161,
bgo#685169.
- Drop grilo-int2pointer.patch: fixed upstream.
- Replace pkgconfig(libvala-0.16) BuildRequires with
pkgconfig(libvala-0.18): As this package lives in the same
devel project as vala, we don't have to care too much about older
versions to be found in older openSUSE releases.
- Pass --enable-vala to configure: this helps us to abort the build
early in case something does not work out as expected rather than
only at the end, when the files section does not match.
-------------------------------------------------------------------
Mon Aug 13 11:09:58 UTC 2012 - dimstar@opensuse.org
- Update to version 0.2.0:
+ Merged GrlMediaSource and GrlMetadataSource in one GrlSource
+ Improvements in the full resolution algorithm
+ Added operation options and source capabilities
+ Added filtering capabilities
+ Changes in API names
+ Added support for Vala 0.14 - 0.18
+ Added support for Windows building
+ Use GDateTime for date-based keys
+ Use numbers to identify metadata keys
+ Improvements in Grilo Net library
+ Improvements in Vala bindings
+ Improvements in documentation
+ Improvements in the build system
+ Bugs fixed: bgo#662748, bgo#662762, bgo#662763, bgo#665938.
- Add grilo-int2pointer.patch: Fix brp errors, taken from git.
- Rename libgrilo-0_1-0 to libgrilo-0_2-1, typelib-1_0-Grl-0_1 to
typelib-1_0-Grl-0_2, libgrlnet-0_1-0 to libgrlnet-0_2-0,
typelib-1_0-GrlNet-0_1 to typelib-1_0-GrlNet-0_2, following
upstreams soname bumps.
-------------------------------------------------------------------
Mon Aug 13 09:14:04 UTC 2012 - dimstar@opensuse.org
- Update to version 0.1.20:
+ Test UI requires Gtk+ 3
+ Fixes in the Test UI
+ Improved documentation
+ Bugs fixed: bgo#676822, bgo#676823, bgo#679674.
-------------------------------------------------------------------
Wed Jun 6 19:28:50 UTC 2012 - dimstar@opensuse.org
- Update to version 0.1.19:
+ Fixes in the Test UI
+ Improvements in Grilo Net library
+ Added support for Vala 0.16 and 0.18
+ Improvements in the build system
+ Several fixes, including:
- bgo#662748: tracker plugin: support multiple resources in a
larger file
- bgo#665938: Do not dist gir_DATA
- bgo#672923: Make it possible to override the user-agent in
GrlNetWc
- Drop grilo-vala-0_16.patch: fixed upstream
- Drop gnome-commong BuildRequires and call to gnome-autogen.sh:
no longer needed, as we don't carry any patches anymore.
- Drop xz BuildRequires as it now comes for free in the build
system.
-------------------------------------------------------------------
Fri Jan 13 11:07:11 UTC 2012 - dimstar@opensuse.org
- Change pkgconfig(libvala-0.14) BuildRequires to
pkgconfig(libvala-0.16)
- Add grilo-vala-0_16.patch: Detect libvala 0.16
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the build system.
-------------------------------------------------------------------
Sat Dec 10 19:05:46 UTC 2011 - dimstar@opensuse.org
- Update to version 0.1.18:
+ Added support for Windows builds
+ Bugs fixed: bgo#662762, bgo#662763.
- Drop grilo-no-wc-test.patch: fixed upstream
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
as we do no longer carry any patches.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that...
See bnc#697467 for more details.
-------------------------------------------------------------------
Thu Dec 8 22:44:46 UTC 2011 - dimstar@opensuse.org
- Split typelib files into their own subpackages:
typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1.
- Add typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1 Requires to
devel subpackage.
-------------------------------------------------------------------
Sun Nov 27 20:17:00 UTC 2011 - dimstar@opensuse.org
- Add grilo-no-wc-test.patch: wc-test fails to build with new glib.
Instead of fixing the build, we follow upstreams approch and drop
it.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
the patch modifies the build system.
-------------------------------------------------------------------
Mon Sep 5 15:32:24 UTC 2011 - vuntz@opensuse.org
- Update to version 0.1.17:
+ Minor improvements in documentation
+ Well-manage end of search/browse in splitted sources
+ Minor fixes in build system
+ Install XML files in the same place as libraries
+ Restrict loading of a subset of plugins
+ Added support for Vala 0.14
+ Fixed some bugs, including: bgo#657549, bgo#657920.
- Remove sed hack in %build to support vala 0.14: fixed upstream.
-------------------------------------------------------------------
Wed Aug 3 18:15:43 UTC 2011 - dimstar@opensuse.org
- Spec cleanup for inclusion into Factory.
-------------------------------------------------------------------
Thu Jul 7 15:24:30 UTC 2011 - cbosdonnat@novell.com
- Added vala and gtk+3 dependencies
- Spec file cleanup
-------------------------------------------------------------------
Thu Jul 7 13:52:12 UTC 2011 - cbosdonnat@novell.com
- Created initial packages with grilo 0.1.16