52 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Bjørn Lie
f504cde199 Accepting request 403337 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/403337
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=50
2016-06-18 12:14:18 +00:00
84a2a3ef57 Accepting request 360327 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360327
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=48
2016-02-19 14:36:35 +00:00
Bjørn Lie
58ea24c0f7 Accepting request 349738 from home:Zaitor
Update in the old branch

OBS-URL: https://build.opensuse.org/request/show/349738
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=46
2015-12-21 13:12:20 +00:00
cc4e7887f0 Accepting request 330280 from GNOME:Next
Update to 0.2.14 - NOTE: 0.2.15 on the FTP server is a mistake

OBS-URL: https://build.opensuse.org/request/show/330280
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=44
2015-09-10 10:34:33 +00:00
28c2342e3f Accepting request 290110 from GNOME:Next
Update to 0.2.12 - stable branch

OBS-URL: https://build.opensuse.org/request/show/290110
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=41
2015-03-10 11:26:04 +00:00
62dff25db6 Accepting request 246149 from home:Zaitor:branches:GNOME:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/246149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=39
2014-08-25 06:58:29 +00:00
d15130727d Accepting request 228665 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=37
2014-04-03 20:45:19 +00:00
31a187e505 Accepting request 225149 from GNOME:Next
- 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.

OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
a37d6ec42a Accepting request 199475 from home:dimstar:branches:GNOME:Factory
Update to 0.2.7

OBS-URL: https://build.opensuse.org/request/show/199475
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=33
2013-09-19 19:24:27 +00:00
ba3ac9906b Accepting request 195575 from home:Zaitor:branches:GNOME:Factory
Add rebased old patch to fix build

OBS-URL: https://build.opensuse.org/request/show/195575
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=31
2013-08-19 11:19:41 +00:00
1d9dcb977e Accepting request 175973 from home:dimstar:branches:GNOME:Factory
Update to 0.2.7

OBS-URL: https://build.opensuse.org/request/show/175973
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=29
2013-05-17 18:48:35 +00:00
Bjørn Lie
cf92c38aa9 Accepting request 172389 from home:dimstar:branches:GNOME:Factory
Add support for vala 0.20 - fixes build in Factory

OBS-URL: https://build.opensuse.org/request/show/172389
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=27
2013-04-19 09:39:20 +00:00
f2304612a7 Accepting request 160058 from home:dimstar:branches:GNOME:Factory
Update to 0.2.5

OBS-URL: https://build.opensuse.org/request/show/160058
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=25
2013-03-20 18:03:38 +00:00
0271e43ee3 Accepting request 143969 from home:dimstar:branches:GNOME:Factory
typo

OBS-URL: https://build.opensuse.org/request/show/143969
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=23
2012-12-04 09:28:10 +00:00
d6c7f64eaa Accepting request 140960 from GNOME:Next
Update to 0.2.3

OBS-URL: https://build.opensuse.org/request/show/140960
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=21
2012-11-14 16:26:29 +00:00
0ff6a59e07 Accepting request 138461 from home:dimstar:branches:GNOME:Factory
Add patch to fix build of arm arch

OBS-URL: https://build.opensuse.org/request/show/138461
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=19
2012-10-17 20:20:33 +00:00
a826694b31 Accepting request 137641 from home:dimstar:branches:GNOME:Factory
Update to 0.2.2 - resubmit post review

OBS-URL: https://build.opensuse.org/request/show/137641
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=17
2012-10-09 18:52:36 +00:00
Vincent Untz
356646c8bd Accepting request 133277 from home:vuntz:branches:GNOME:Factory
suggested tweak

OBS-URL: https://build.opensuse.org/request/show/133277
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=15
2012-09-07 16:27:29 +00:00
Vincent Untz
43ad931539 Accepting request 132724 from GNOME:Next
Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132724
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=14
2012-09-07 16:26:05 +00:00
f2fe84587c Accepting request 124063 from home:dimstar:branches:GNOME:Factory
Update to 0.1.19

OBS-URL: https://build.opensuse.org/request/show/124063
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=12
2012-06-12 18:07:12 +00:00
Vincent Untz
5c9cdaf81b Accepting request 100157 from home:dimstar:branches:GNOME:Factory
Build with libvala 0.16

OBS-URL: https://build.opensuse.org/request/show/100157
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=10
2012-01-13 12:35:20 +00:00
Vincent Untz
2528f3a2f8 Accepting request 97567 from home:vuntz:branches:GNOME:Factory
tweak

OBS-URL: https://build.opensuse.org/request/show/97567
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=8
2011-12-21 11:05:18 +00:00
Vincent Untz
c06dd1d921 Accepting request 96253 from home:dimstar:branches:GNOME:Factory
Update to 0.1.18

OBS-URL: https://build.opensuse.org/request/show/96253
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=7
2011-12-21 11:01:40 +00:00
de2bd6d3f1 Accepting request 93895 from home:dimstar:branches:GNOME:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/93895
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=6
2011-11-28 08:16:07 +00:00