103 Commits

Author SHA256 Message Date
853d050cab Accepting request 1286023 from GNOME:Factory
- Update to version 0.3.19:
  + pls: Fix warnings browsing filesystem entries
  + operation-options: Set max to default_max if inferior to min
  + Replace defunct mailing list URLs with GNOME Discourse
  + Correct 404 URIs to Tracker Ontology reference
  + pls: Add thumbnails for remote files
  + grilo-test-ui: Use new separate-src config for filesystem
  + net: Fix possible regressions from GTask port
  + pls: Fix thumbnail URI for remote files in Flatpak
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1286023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=52
2025-06-18 13:53:34 +00:00
1872266789 Tweak _service file
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=98
2025-06-16 08:24:23 +00:00
3d2f983e73 Accepting request 1285880 from GNOME:Next
- Update to version 0.3.19:
  + pls: Fix warnings browsing filesystem entries
  + operation-options: Set max to default_max if inferior to min
  + Replace defunct mailing list URLs with GNOME Discourse
  + Correct 404 URIs to Tracker Ontology reference
  + pls: Add thumbnails for remote files
  + grilo-test-ui: Use new separate-src config for filesystem
  + net: Fix possible regressions from GTask port
  + pls: Fix thumbnail URI for remote files in Flatpak
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1285880
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=97
2025-06-16 07:00:16 +00:00
dd6c1764b8 Accepting request 1265720 from GNOME:Factory
(forwarded request 1265263 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1265720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=51
2025-04-02 15:06:22 +00:00
92d2e79bc8 Accepting request 1265263 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1265263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=95
2025-03-31 10:05:23 +00:00
28e0c7a2d4 Accepting request 1251121 from GNOME:Factory
- Drop pkgconfig(gtk+-3.0) BuildRequires and pass
  enable-test-ui=false to meson setup, do not build
  grilo-test-ui-0.3 binary, avoid depending on gtk3 just for a
  rarely used test tool.
- Increase test timeout on s390x. lib-net test can be slow and
  sometimes times out in our builds.
- Update to version 0.3.16:
  + Fix usage of depcreated GSimpleAsyncResult.
  + Build updates. Meson requirement is now 0.62.
  + Fix build on Darwin.
  + Updated translations.
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
  pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
  meson.
- Add back pkgconfig(libsoup-2.4) and disable
  pkgconfig(libsoup-3.0) BuildRequires, and pass soup3=false to
  meson, grilo will not be ready to use new soup3 this cycle.
- Update to version 0.3.15:
  + Increase glib requirement to 2.66 so we can use GUri.
  + net:
    - Add libsoup3 support with compile-time option.
    - Add documentation on throttling property in libsoup3.
  + Build fixes and cleanups.
  + Updated translations.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires, build with soup3 support.
- Stop passing enable-gtk-doc=true to meson, it is the default
  anyway.
- Use ldconfig_scriptlets macro for post(un) handling.
- Update to version 0.3.14:
  + CVE-2021-39365: Fix TLS cert validation not being done for any
    network call.
  + Fix double-free when using GrlNet in Python.
  + Load config from GRL_CONFIG_PATH if set.
  + Clarify LGPLv2.1 or later license.
  + Handle numeric limits for GrlOperationOptions.
  + Updated translations.
- Drop grilo-CVE-2021-39365.patch: fixed upstream.
- Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate
  verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365).
- Update to version 0.3.13:
  + API addition: grl_related_keys_set_for_id().
  + Fix trying to load .so.p files as plugins.
  + Fix crash using get_plugins() from bindings.
  + Several other fixes and cleanups.
  + Updated translations.
- Update to version 0.3.12:
  + grl-source: Fix reference count in the bindings.
  + Updated translations.
- No longer recommend -lang: supplements are in use
- Update to version 0.3.11:
  + pls: Support totem-pl-parser 3.26.4.
  + build:
    - Add a Meson dependency variable for libgrlpls.
    - Avoid using meson.source_root().
- Drop grilo-fix-build-totem-pl-parser.patch: Fixed upstream.
- Add grilo-fix-build-totem-pl-parser.patch: Fix build with
  totem-pl-parser 3.26.4.
- Update to version 0.3.10:
  + build: Use variables in pc files.
  + Fix grl_data_add_related_keys annotation.
  + Use only one primary header for style.
- Add optional pkgconfig(oauth) BuildRequires: Build oauth support.
- Enable check section and run meson_test.
- Update to version 0.3.9:
  + grl-metadata-key: fix introspection.
  + grl-inspect: Fix core keys extraction.
- Update to version 0.3.8:
  + Add missing symbols to the docs.
  + pls: Simplify thumbnail validity handling.
  + media: Fix get_last_played annotation.
  + Add metadata keys for MB Release ID and MB Release Group ID.
  + Deprecates GRL_METADATA_KEY_MB_RELEASE_ID and
    GRL_METADATA_KEY_MB_RELEASE_GROUP_ID.
  + Removes obsolte GRL_CAPS_TYPE and GRL_OPERATION_OPTIONS_TYPE.
  + Updated translations.
- Update to version 0.3.7:
  + Fix crash in totem after emitting source-{add remove}.
  +  Add grl_related_keys_{get,set}_int64 functions.
  + Support transform GValue on grl_data_*_for_id().
  + Add per Source configs on keyfile.
  + Pattern matching for GRL_PLUGIN_RANKS.
  + Documentation improvements.
  + Removed Autotools supported.
  + Updated translations.
- Add meson BuildRequires and macros, switch to meson buildsystem
  following upstreams changes.
- Update to version 0.3.6:
  + Last release with Autotools included.
  + Add support to build of grl-inspect with Python3.
  + Bugs fixed: glgo#GNOME/grilo!1
  + Updated translations.
- Update to version 0.3.5:
  + Bugs fixed: glgo#GNOME/grilo!10, glgo#GNOME/grilo!9,
    glgo#GNOME/grilo#4, glgo#GNOME/grilo#2.
  + Updated translations.
- Modernize spec-file by calling spec-cleaner
- Update to version 0.3.4:
  + Bugs fixed: bgo#707643, bgo#778612.
  + Updated translations.
- Update to version 0.3.3:
  + Support for Meson build included.
  + Updated Travis CI to use docker and support meson builds.
  + Bugs fixed: bgo#771339, bgo#773422, bgo#774394, bgo#774578,
    bgo#775950.
  + Updated translations.
- Drop grilo-fix-32bit-build.patch: Fixed upstream.
- Add grilo-fix-32bit-build.patch: Fix build on i586 (bgo#769331).
- Pass --disable-debug to configure: make use of fortified sources
  as passed in our optflags (-D_FORTIFY_SOURCE=2).
- Update to version 0.3.2:
  + Bugs fixed: bgo#766386, bgo#769331, bgo#769830.
  + Updated translations.
- Update to version 0.3.1:
  + Added new keys: GRL_METADATA_KEY_ALBUM_DISC_NUMBER,
    GRL_METADATA_KEY_COMPOSER, GRL_METADATA_KEY_ALBUM_ARTIST.
  + Deprecated GRL_NET errors in favour of GRL_IO errors.
  + Bugs fixed: bgo#732879, bgo##760426, bgo#760648, bgo#761820,
    bgo#761868, bgo#763009, bgo#764077.
  + Updated translations.
- Update to version 0.3.0:
  + "last-played-time" now is a GDateTime key, instead of string.
  + Support builtin plugins.
  + Get rid of XML plugin definitions.
  + New way of defining plugins (GRL_PLUGIN_DEFINE).
  + Plugins must be explicitly activated after loading them.
  + Merge GrlMedia{Audio,Video,Image,Box} in GrlMedia.
  + Updated translations.
- Rename libgrilo-0_2-1 to libgrilo-0_3-0, typelib-1_0-Grl-0_2 to
  typelib-1_0-Grl-0_3, libgrlnet-0_2-0 to libgrlnet-0_3-0,
  libgrlpls-0_2 to libgrlpls-0_3, typelib-1_0-GrlNet-0_2 to
  typelib-1_0-GrlNet-0_3, typelib-1_0-GrlPls-0_2 to
  typelib-1_0-GrlPls-0_3 following upstreams soname bumps.
- Update to version 0.2.15:
  + Support builtin plugins.
  + Bugs fixed: bgo#747026, bgo#755368, bgo#755433, bgo#755516,
    bgo#755702, bgo#758654, bgo#758655.
  + Updated translations.
- Update to version 0.2.14:
  + Fix soname bump version.
- Changes from version 0.2.13:
  + Updated i18n
  + Fixed tests
  + Added GRL_CORE_ERROR_AUTHENTICATION_TOKEN
  + Bugs fixed: bgo#745676, bgo#747029, bgo#747953, bgo#748455,
    bgo#748550, bgo#748873, bgo#748896, bgo#749587, bgo#749887,
    bgo#754093, bgo#754401.
  + Updated translations.
- Disable make check: as we installed to %{buildroot}, the plugins
  cannot be found in the location configured (outside of
  %{buildroot}).
- Update to version 0.2.12:
  + Add man pages for grilo-test-ui and grl-launch.
  + Modernized Vala bindings.
  + Sources are network aware.
  + Internal changes.
  + Several fixes, including: bgo#724308, bgo#725148, bgo#730663,
    bgo#732878, bgo#740113, bgo#740128, bgo#740186, bgo#740761,
    bgo#740942, bgo#740943, bgo#741020, bgo#741081, bgo#741207,
    bgo#741230, bgo#741315, bgo#741605, bgo#742645, bgo#743351,
    bgo#743353, bgo#744168, bgo#744408.
  + Updated translations.
- Update to version 0.2.11:
  + Fixes in build system.
  + Generate AUTHORS file automatically-
  + Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME,
    GRL_METADATA_KEY_MB_ALBUM_ID.
  + Added new tool: grl-launch, to run Grilo operations from
    command line.
  + Bugs fixed: bgo#706877, bgo#726698, bgo#727223, bgo#728812,
    bgo#730003, bgo#730548, bgo#731282, bgo#733232, bgo#733285.
  + Updated translations.
- Update to version 0.2.10:
  + Increase glib requirement to 2.34 or greater.
  + Added new property in GrlSource: "source-tags".
  + Added new signal in GrlRegistry: "metadata-key-added".
  + Added new functions: grl_media_{set,get}_size().
  + Added new key: GRL_METADATA_KEY_SIZE.
  + Updated man page.
  + Bugs fixed: bgo#629002, bgo#724019, bgo#724648, bgo#724658,
    bgo#724660, bgo#724871, bgo#725419, bgo#726197, bgo#726340.
  + Updated translations.
- Update to version 0.2.9:
  + Several fixes, including:
    - Fix introspection scanner warnings (bgo#724620).
    - Return an error when the entry media is of the wrong type
      (bgo#724540).
    - Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
  configure does not look for a particular version anymore.
- Update to version 0.2.8:
  + Added support for Vala 0.22 and 0.24.
  + Bump required libglib version to 2.32.
  + Added new core function: grl_deinit().
  + Added new property in GrlSource: "source-icon".
  + Added a new library: Grilo Playlist, to handle playlists as
    containers.
  + Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
    bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
    bgo#723191, bgo#723989, bgo#724018.
  + Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
  being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
  playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
  upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
  longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
  libraries.
- Require libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 by the
  -devel package.
- Switch to vala 0.24 for GNOME 3.12 target:
  + Replace pkgconfig(libvala-0.22) BuildRequires with
    pkgconfig(libvala-0.24), for the actual switch.
  + Add grilo-libvala-0.24.patch: Add support for Vala 0.24.
- Update to version 0.2.7:
  + Added Travis CI support for building.
  + Bump required libsoup version to 2.4.
  + Re-factored Grilo Net library and fixed several bugs.
  + Show 'slow' keys in grl-inspect.
  + Updates in documentation.
  + dded new core function: grl_operation_set_data_full().
  + Bugs fixed: bgo#700478, bgo#704804, bgo#705944, bgo#706132,
    bgo#706412, bgo#706487, bgo#706491, bgo#706495, bgo#706805,
    lp#1224410.
  + Updated translations.
- Add grilo-libvala-0.22.patch: Add libvala 0.22 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
  above patch touches the build system. 
- Exchange pkgconfig(libvala-0.20) for pkgconfig(libvala-0.22)
  BuildRequires.
- Update to version 0.2.6:
  + Fixed GrlNet cache.
  + Added support for Vala 0.20.
  + Improved test-ui.
  + Some fixes, including bgo#696860, bgo#697175, bgo#700310,
    bgo#700311.
  + Added new functions in GrlConfig
    - grl_config_get_api_token_secret().
    - grl_config_set_api_token_secret().
  + Improved grl-inspect
    - Print list of available keys.
    - Show more information about plugins.
  + Updated translations.
- Drop grilo-libvala-0.20.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
  we no longer carry any patches.
- Create a -lang package.
- Provide %{name} by libgrilo package, in order to have the -lang
  package installable.
- Recommend grilo-lang from libgrilo.
- Add grilo-libvala-0.20.patch: Add libvala 0.20 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
  above patch touches the build system.
- Update to version 0.2.5:
  + Fixed compilation problem with gcc 4.2.
  + Removed some warnings.
  + Several changes in test-ui
  + Bugs fixed: bgo#689577, bgo#690612, bgo#690613, bgo#692118,
    bgo#692873, bgo#694390.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Spec cleanup for inclusion into Factory.
- Added vala and gtk+3 dependencies
- Spec file cleanup
- Created initial packages with grilo 0.1.16 (forwarded request 1251120 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1251121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=50
2025-03-08 16:51:43 +00:00
f933230163 Accepting request 1251120 from GNOME:Next
- Drop pkgconfig(gtk+-3.0) BuildRequires and pass
  enable-test-ui=false to meson setup, do not build
  grilo-test-ui-0.3 binary, avoid depending on gtk3 just for a
  rarely used test tool.
- Increase test timeout on s390x. lib-net test can be slow and
  sometimes times out in our builds.
- Update to version 0.3.16:
  + Fix usage of depcreated GSimpleAsyncResult.
  + Build updates. Meson requirement is now 0.62.
  + Fix build on Darwin.
  + Updated translations.
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
  pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
  meson.
- Add back pkgconfig(libsoup-2.4) and disable
  pkgconfig(libsoup-3.0) BuildRequires, and pass soup3=false to
  meson, grilo will not be ready to use new soup3 this cycle.
- Update to version 0.3.15:
  + Increase glib requirement to 2.66 so we can use GUri.
  + net:
    - Add libsoup3 support with compile-time option.
    - Add documentation on throttling property in libsoup3.
  + Build fixes and cleanups.
  + Updated translations.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires, build with soup3 support.
- Stop passing enable-gtk-doc=true to meson, it is the default
  anyway.
- Use ldconfig_scriptlets macro for post(un) handling.
- Update to version 0.3.14:
  + CVE-2021-39365: Fix TLS cert validation not being done for any
    network call.
  + Fix double-free when using GrlNet in Python.
  + Load config from GRL_CONFIG_PATH if set.
  + Clarify LGPLv2.1 or later license.
  + Handle numeric limits for GrlOperationOptions.
  + Updated translations.
- Drop grilo-CVE-2021-39365.patch: fixed upstream.
- Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate
  verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365).
- Update to version 0.3.13:
  + API addition: grl_related_keys_set_for_id().
  + Fix trying to load .so.p files as plugins.
  + Fix crash using get_plugins() from bindings.
  + Several other fixes and cleanups.
  + Updated translations.
- Update to version 0.3.12:
  + grl-source: Fix reference count in the bindings.
  + Updated translations.
- No longer recommend -lang: supplements are in use
- Update to version 0.3.11:
  + pls: Support totem-pl-parser 3.26.4.
  + build:
    - Add a Meson dependency variable for libgrlpls.
    - Avoid using meson.source_root().
- Drop grilo-fix-build-totem-pl-parser.patch: Fixed upstream.
- Add grilo-fix-build-totem-pl-parser.patch: Fix build with
  totem-pl-parser 3.26.4.
- Update to version 0.3.10:
  + build: Use variables in pc files.
  + Fix grl_data_add_related_keys annotation.
  + Use only one primary header for style.
- Add optional pkgconfig(oauth) BuildRequires: Build oauth support.
- Enable check section and run meson_test.
- Update to version 0.3.9:
  + grl-metadata-key: fix introspection.
  + grl-inspect: Fix core keys extraction.
- Update to version 0.3.8:
  + Add missing symbols to the docs.
  + pls: Simplify thumbnail validity handling.
  + media: Fix get_last_played annotation.
  + Add metadata keys for MB Release ID and MB Release Group ID.
  + Deprecates GRL_METADATA_KEY_MB_RELEASE_ID and
    GRL_METADATA_KEY_MB_RELEASE_GROUP_ID.
  + Removes obsolte GRL_CAPS_TYPE and GRL_OPERATION_OPTIONS_TYPE.
  + Updated translations.
- Update to version 0.3.7:
  + Fix crash in totem after emitting source-{add remove}.
  +  Add grl_related_keys_{get,set}_int64 functions.
  + Support transform GValue on grl_data_*_for_id().
  + Add per Source configs on keyfile.
  + Pattern matching for GRL_PLUGIN_RANKS.
  + Documentation improvements.
  + Removed Autotools supported.
  + Updated translations.
- Add meson BuildRequires and macros, switch to meson buildsystem
  following upstreams changes.
- Update to version 0.3.6:
  + Last release with Autotools included.
  + Add support to build of grl-inspect with Python3.
  + Bugs fixed: glgo#GNOME/grilo!1
  + Updated translations.
- Update to version 0.3.5:
  + Bugs fixed: glgo#GNOME/grilo!10, glgo#GNOME/grilo!9,
    glgo#GNOME/grilo#4, glgo#GNOME/grilo#2.
  + Updated translations.
- Modernize spec-file by calling spec-cleaner
- Update to version 0.3.4:
  + Bugs fixed: bgo#707643, bgo#778612.
  + Updated translations.
- Update to version 0.3.3:
  + Support for Meson build included.
  + Updated Travis CI to use docker and support meson builds.
  + Bugs fixed: bgo#771339, bgo#773422, bgo#774394, bgo#774578,
    bgo#775950.
  + Updated translations.
- Drop grilo-fix-32bit-build.patch: Fixed upstream.
- Add grilo-fix-32bit-build.patch: Fix build on i586 (bgo#769331).
- Pass --disable-debug to configure: make use of fortified sources
  as passed in our optflags (-D_FORTIFY_SOURCE=2).
- Update to version 0.3.2:
  + Bugs fixed: bgo#766386, bgo#769331, bgo#769830.
  + Updated translations.
- Update to version 0.3.1:
  + Added new keys: GRL_METADATA_KEY_ALBUM_DISC_NUMBER,
    GRL_METADATA_KEY_COMPOSER, GRL_METADATA_KEY_ALBUM_ARTIST.
  + Deprecated GRL_NET errors in favour of GRL_IO errors.
  + Bugs fixed: bgo#732879, bgo##760426, bgo#760648, bgo#761820,
    bgo#761868, bgo#763009, bgo#764077.
  + Updated translations.
- Update to version 0.3.0:
  + "last-played-time" now is a GDateTime key, instead of string.
  + Support builtin plugins.
  + Get rid of XML plugin definitions.
  + New way of defining plugins (GRL_PLUGIN_DEFINE).
  + Plugins must be explicitly activated after loading them.
  + Merge GrlMedia{Audio,Video,Image,Box} in GrlMedia.
  + Updated translations.
- Rename libgrilo-0_2-1 to libgrilo-0_3-0, typelib-1_0-Grl-0_2 to
  typelib-1_0-Grl-0_3, libgrlnet-0_2-0 to libgrlnet-0_3-0,
  libgrlpls-0_2 to libgrlpls-0_3, typelib-1_0-GrlNet-0_2 to
  typelib-1_0-GrlNet-0_3, typelib-1_0-GrlPls-0_2 to
  typelib-1_0-GrlPls-0_3 following upstreams soname bumps.
- Update to version 0.2.15:
  + Support builtin plugins.
  + Bugs fixed: bgo#747026, bgo#755368, bgo#755433, bgo#755516,
    bgo#755702, bgo#758654, bgo#758655.
  + Updated translations.
- Update to version 0.2.14:
  + Fix soname bump version.
- Changes from version 0.2.13:
  + Updated i18n
  + Fixed tests
  + Added GRL_CORE_ERROR_AUTHENTICATION_TOKEN
  + Bugs fixed: bgo#745676, bgo#747029, bgo#747953, bgo#748455,
    bgo#748550, bgo#748873, bgo#748896, bgo#749587, bgo#749887,
    bgo#754093, bgo#754401.
  + Updated translations.
- Disable make check: as we installed to %{buildroot}, the plugins
  cannot be found in the location configured (outside of
  %{buildroot}).
- Update to version 0.2.12:
  + Add man pages for grilo-test-ui and grl-launch.
  + Modernized Vala bindings.
  + Sources are network aware.
  + Internal changes.
  + Several fixes, including: bgo#724308, bgo#725148, bgo#730663,
    bgo#732878, bgo#740113, bgo#740128, bgo#740186, bgo#740761,
    bgo#740942, bgo#740943, bgo#741020, bgo#741081, bgo#741207,
    bgo#741230, bgo#741315, bgo#741605, bgo#742645, bgo#743351,
    bgo#743353, bgo#744168, bgo#744408.
  + Updated translations.
- Update to version 0.2.11:
  + Fixes in build system.
  + Generate AUTHORS file automatically-
  + Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME,
    GRL_METADATA_KEY_MB_ALBUM_ID.
  + Added new tool: grl-launch, to run Grilo operations from
    command line.
  + Bugs fixed: bgo#706877, bgo#726698, bgo#727223, bgo#728812,
    bgo#730003, bgo#730548, bgo#731282, bgo#733232, bgo#733285.
  + Updated translations.
- Update to version 0.2.10:
  + Increase glib requirement to 2.34 or greater.
  + Added new property in GrlSource: "source-tags".
  + Added new signal in GrlRegistry: "metadata-key-added".
  + Added new functions: grl_media_{set,get}_size().
  + Added new key: GRL_METADATA_KEY_SIZE.
  + Updated man page.
  + Bugs fixed: bgo#629002, bgo#724019, bgo#724648, bgo#724658,
    bgo#724660, bgo#724871, bgo#725419, bgo#726197, bgo#726340.
  + Updated translations.
- Update to version 0.2.9:
  + Several fixes, including:
    - Fix introspection scanner warnings (bgo#724620).
    - Return an error when the entry media is of the wrong type
      (bgo#724540).
    - Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
  configure does not look for a particular version anymore.
- Update to version 0.2.8:
  + Added support for Vala 0.22 and 0.24.
  + Bump required libglib version to 2.32.
  + Added new core function: grl_deinit().
  + Added new property in GrlSource: "source-icon".
  + Added a new library: Grilo Playlist, to handle playlists as
    containers.
  + Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
    bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
    bgo#723191, bgo#723989, bgo#724018.
  + Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
  being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
  playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
  upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
  longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
  libraries.
- Require libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 by the
  -devel package.
- Switch to vala 0.24 for GNOME 3.12 target:
  + Replace pkgconfig(libvala-0.22) BuildRequires with
    pkgconfig(libvala-0.24), for the actual switch.
  + Add grilo-libvala-0.24.patch: Add support for Vala 0.24.
- Update to version 0.2.7:
  + Added Travis CI support for building.
  + Bump required libsoup version to 2.4.
  + Re-factored Grilo Net library and fixed several bugs.
  + Show 'slow' keys in grl-inspect.
  + Updates in documentation.
  + dded new core function: grl_operation_set_data_full().
  + Bugs fixed: bgo#700478, bgo#704804, bgo#705944, bgo#706132,
    bgo#706412, bgo#706487, bgo#706491, bgo#706495, bgo#706805,
    lp#1224410.
  + Updated translations.
- Add grilo-libvala-0.22.patch: Add libvala 0.22 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
  above patch touches the build system. 
- Exchange pkgconfig(libvala-0.20) for pkgconfig(libvala-0.22)
  BuildRequires.
- Update to version 0.2.6:
  + Fixed GrlNet cache.
  + Added support for Vala 0.20.
  + Improved test-ui.
  + Some fixes, including bgo#696860, bgo#697175, bgo#700310,
    bgo#700311.
  + Added new functions in GrlConfig
    - grl_config_get_api_token_secret().
    - grl_config_set_api_token_secret().
  + Improved grl-inspect
    - Print list of available keys.
    - Show more information about plugins.
  + Updated translations.
- Drop grilo-libvala-0.20.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
  we no longer carry any patches.
- Create a -lang package.
- Provide %{name} by libgrilo package, in order to have the -lang
  package installable.
- Recommend grilo-lang from libgrilo.
- Add grilo-libvala-0.20.patch: Add libvala 0.20 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
  above patch touches the build system.
- Update to version 0.2.5:
  + Fixed compilation problem with gcc 4.2.
  + Removed some warnings.
  + Several changes in test-ui
  + Bugs fixed: bgo#689577, bgo#690612, bgo#690613, bgo#692118,
    bgo#692873, bgo#694390.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Spec cleanup for inclusion into Factory.
- Added vala and gtk+3 dependencies
- Spec file cleanup
- Created initial packages with grilo 0.1.16

OBS-URL: https://build.opensuse.org/request/show/1251120
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=93
2025-03-07 07:42:19 +00:00
5781a528b5 Accepting request 1250746 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1250746
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=92
2025-03-06 18:43:06 +00:00
7564e63739 Accepting request 1232632 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1232632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=49
2024-12-20 14:24:20 +00:00
2f276cc287 Accepting request 1231727 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1231727
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=90
2024-12-19 15:38:31 +00:00
7651f2c848 Accepting request 1086095 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1086095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=48
2023-05-11 10:31:59 +00:00
225387b487 Accepting request 1085837 from GNOME:Next
- Update to version 0.3.16:
  + Fix usage of depcreated GSimpleAsyncResult.
  + Build updates. Meson requirement is now 0.62.
  + Fix build on Darwin.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1085837
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=88
2023-05-10 14:20:37 +00:00
22bbca3010 Accepting request 1073226 from GNOME:Factory
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
  pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
  meson. (forwarded request 1073090 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=47
2023-03-24 14:17:46 +00:00
0eb66ee696 Accepting request 1073090 from GNOME:Next
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
  pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
  meson.

OBS-URL: https://build.opensuse.org/request/show/1073090
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=86
2023-03-20 12:49:39 +00:00
45e6d42d04 Accepting request 1000471 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1000471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=46
2022-09-01 20:09:39 +00:00
e6787723fc Accepting request 1000097 from GNOME:Next
- Add back pkgconfig(libsoup-2.4) and disable
  pkgconfig(libsoup-3.0) BuildRequires, and pass soup3=false to
  meson, grilo will not be ready to use new soup3 this cycle.
- Update to version 0.3.15:
  + Increase glib requirement to 2.66 so we can use GUri.
  + net:
    - Add libsoup3 support with compile-time option.
    - Add documentation on throttling property in libsoup3.
  + Build fixes and cleanups.
  + Updated translations.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires, build with soup3 support.
- Stop passing enable-gtk-doc=true to meson, it is the default
  anyway.
- Use ldconfig_scriptlets macro for post(un) handling.

OBS-URL: https://build.opensuse.org/request/show/1000097
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=84
2022-08-31 14:30:58 +00:00
2d85990ecd Accepting request 923576 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/923576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=45
2021-10-12 19:47:44 +00:00
754642df00 Accepting request 923502 from GNOME:Next
Update to 0.3.14

OBS-URL: https://build.opensuse.org/request/show/923502
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=83
2021-10-06 19:33:40 +00:00
71872af462 Accepting request 914555 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/914555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=44
2021-09-03 19:25:33 +00:00
e19a4beba4 Accepting request 914469 from home:xiaoguang_wang:branches:GNOME:Factory
- Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate
  verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365).

OBS-URL: https://build.opensuse.org/request/show/914469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=82
2021-08-27 09:42:36 +00:00
6d343e606f Accepting request 832811 from GNOME:Factory
Update to 0.3.13 (forwarded request 832133 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/832811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=43
2020-09-10 20:45:14 +00:00
9cbcd32f93 Accepting request 832133 from GNOME:Next
Update to 0.3.13

OBS-URL: https://build.opensuse.org/request/show/832133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=80
2020-09-07 15:28:26 +00:00
c2cb31eb17 Accepting request 775011 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/775011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=42
2020-02-22 17:59:54 +00:00
5acb083b57 Accepting request 774418 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/774418
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=78
2020-02-17 21:40:11 +00:00
044150f78d Accepting request 767428 from GNOME:Factory
Eliminate the -lang recommends (forwarded request 767163 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/767428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=41
2020-01-28 09:50:52 +00:00
a61544f76f Accepting request 767163 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767163
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=76
2020-01-26 14:48:17 +00:00
a58948fb62 Accepting request 761953 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/761953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=40
2020-01-13 21:16:48 +00:00
c76eb42646 Accepting request 761933 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/761933
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=74
2020-01-08 18:57:57 +00:00
470417cd06 Accepting request 749276 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/749276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=39
2019-11-23 23:02:14 +00:00
9906565a7b Accepting request 747921 from GNOME:Next
Add upstream patch to fix build with new totem-pl-parser

OBS-URL: https://build.opensuse.org/request/show/747921
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=72
2019-11-18 10:47:57 +00:00
03a3243468 Accepting request 736574 from GNOME:Factory
Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/736574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=38
2019-10-17 11:01:38 +00:00
efe64b65a0 Accepting request 730876 from GNOME:Next
- Update to version 0.3.10:
  + build: Use variables in pc files.
  + Fix grl_data_add_related_keys annotation.
  + Use only one primary header for style.
- Add optional pkgconfig(oauth) BuildRequires: Build oauth support.
- Enable check section and run meson_test.

OBS-URL: https://build.opensuse.org/request/show/730876
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=70
2019-09-24 09:00:34 +00:00
1f8298fec9 Accepting request 716278 from GNOME:Factory
New stable release (forwarded request 716021 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/716278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=37
2019-07-21 09:31:37 +00:00
8544bc8e0f Accepting request 716021 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/716021
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=68
2019-07-18 10:28:44 +00:00
8631821fa3 Accepting request 652235 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/652235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=36
2018-12-03 09:08:17 +00:00
4036ac9593 Accepting request 650612 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/650612
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=66
2018-11-27 20:36:31 +00:00
31f72217d8 Accepting request 638504 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/638504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=35
2018-10-17 06:14:42 +00:00
741d470b01 Accepting request 638459 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/638459
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=64
2018-09-26 16:45:26 +00:00
06effd27eb Accepting request 623624 from GNOME:Factory
New stable (forwarded request 623509 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/623624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=34
2018-07-19 20:49:34 +00:00
b084ab92d1 Accepting request 623509 from home:iznogood
New stable

OBS-URL: https://build.opensuse.org/request/show/623509
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=62
2018-07-18 11:04:19 +00:00
256ecfe7c8 Accepting request 582759 from GNOME:Factory
spec-cleaner (forwarded request 581133 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=33
2018-03-08 09:44:46 +00:00
75fa6062a9 Accepting request 581133 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=60
2018-03-05 13:51:10 +00:00
eb980d888a Accepting request 518829 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/518829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=32
2017-09-04 10:22:55 +00:00
Bjørn Lie
f48ae72217 Accepting request 518567 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/518567
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=58
2017-08-26 00:53:14 +00:00
4bf213ae3d Accepting request 457438 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/457438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=31
2017-02-18 23:40:22 +00:00
Bjørn Lie
33ab131511 Accepting request 457217 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/457217
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=56
2017-02-15 14:05:41 +00:00
d2420c21bc Accepting request 426857 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/426857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grilo?expand=0&rev=30
2016-09-21 16:30:10 +00:00
af78e599ce Accepting request 426822 from GNOME:Next
Tweak, add bgo ref

OBS-URL: https://build.opensuse.org/request/show/426822
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=54
2016-09-11 19:59:44 +00:00
Bjørn Lie
e3689b97db Accepting request 426790 from GNOME:Next
- Add grilo-fix-32bit-build.patch: Fix build on i586.

- Pass --disable-debug to configure: make use of fortified sources
  as passed in our optflags (-D_FORTIFY_SOURCE=2).

OBS-URL: https://build.opensuse.org/request/show/426790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=53
2016-09-11 03:49:50 +00:00
39a23c6a58 Accepting request 426634 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/426634
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=52
2016-09-10 16:09:47 +00:00