Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fbgrab: upgrade 1.3 -> 1.3.1 #199

Closed
wants to merge 1 commit into from

Conversation

texierp
Copy link
Contributor

@texierp texierp commented Mar 4, 2020

Switch SRC_URI to github because 'http://fbgrab.monells.se' is no more reachable
it redirects to a github page.

See full changelog https:/GunnarMonell/fbgrab/releases

Signed-off-by: Pierre-Jean Texier [email protected]

Switch SRC_URI to github because 'http://fbgrab.monells.se' is no more reachable
it redirects to a github page.

See full changelog https:/GunnarMonell/fbgrab/releases

Signed-off-by: Pierre-Jean Texier <[email protected]>
@texierp
Copy link
Contributor Author

texierp commented Mar 4, 2020

Now on master

@texierp texierp closed this Mar 4, 2020
@texierp texierp deleted the bump/fbgrab branch March 11, 2020 20:10
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 12, 2022
Version 3.12.2
~~~~~~~~~~~~~~
Released: 2022-04-03
Features:
 * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels.
Bugfixes:
 * Fixed possible crash when changing directory during thumbnails creation.
Translations:

Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21
Bugfixes:
 * PNG loader ignores gAMA. (openembedded#194)
 * Transparent webp images are rendered incorrectly. (openembedded#199)
 * Crash when dropping files on an empty folder/catalog. (openembedded#220)
 * Fixed location loading after mounting volume.
 * JPEG image dimensions not displayed for files inside the trash. (openembedded#214)
 * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
 * X11 window title is not set. (Bruno Vasselle)
 * Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
 * Fixed build if appstream >= 0.14.6 is not available.
 * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
 * cli: mention that user can open files and/or directories. (openembedded#167)
Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Apr 12, 2022
Version 3.12.2
~~~~~~~~~~~~~~
Released: 2022-04-03
Features:
 * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels.
Bugfixes:
 * Fixed possible crash when changing directory during thumbnails creation.
Translations:

Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21
Bugfixes:
 * PNG loader ignores gAMA. (openembedded#194)
 * Transparent webp images are rendered incorrectly. (openembedded#199)
 * Crash when dropping files on an empty folder/catalog. (openembedded#220)
 * Fixed location loading after mounting volume.
 * JPEG image dimensions not displayed for files inside the trash. (openembedded#214)
 * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
 * X11 window title is not set. (Bruno Vasselle)
 * Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
 * Fixed build if appstream >= 0.14.6 is not available.
 * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
 * cli: mention that user can open files and/or directories. (openembedded#167)
Translations

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 14, 2022
Version 3.12.2
~~~~~~~~~~~~~~
Released: 2022-04-03
Features:
 * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels.
Bugfixes:
 * Fixed possible crash when changing directory during thumbnails creation.
Translations:

Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21
Bugfixes:
 * PNG loader ignores gAMA. (openembedded#194)
 * Transparent webp images are rendered incorrectly. (openembedded#199)
 * Crash when dropping files on an empty folder/catalog. (openembedded#220)
 * Fixed location loading after mounting volume.
 * JPEG image dimensions not displayed for files inside the trash. (openembedded#214)
 * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
 * X11 window title is not set. (Bruno Vasselle)
 * Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
 * Fixed build if appstream >= 0.14.6 is not available.
 * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
 * cli: mention that user can open files and/or directories. (openembedded#167)
Translations

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 20, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (openembedded#831)
 Fix enum_to_string with C++ (openembedded#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 20, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (openembedded#831)
 Fix enum_to_string with C++ (openembedded#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (openembedded#831)
 Fix enum_to_string with C++ (openembedded#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
halstead pushed a commit that referenced this pull request Dec 23, 2022
Changelog:
==========
 Fix comments generation for submessages (#788)
 Fix handling of spaces in arguments passed through protoc (#810)
 Fix problems with multiple files and mangle_names option (#783, #820)
 Fix generator error when using M_STRIP_PACKAGE without package name (#795)
 Fix compilation error with fixed size array and FT_POINTER (#630)
 Fix wrong format in Python Poetry project file (#811)
 Fix unnecessary generator message when using --quiet (#831)
 Fix enum_to_string with C++ (#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (#787)
 Safeguard substraction in pb_read() with custom streams (#697)
 Always include pb_release() as function, instead of macro. (#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (#810)
 Allow including headers from inside of extern C (#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827)
 Add --c-style command line option for naming style (#199, #533, #791)
 Add --protoc-opt to nanopb_generator.py (#628)
 Add ENUMTYPE convenience macros (#803)
 Add Bazel build rules (#360, #500)
 Generator: keep order of messages when possible
 Test case improvements (#792)
 PlatformIO build rule improvements (#808, #809, #819, #834, #839, #840)
 CMake build rule improvements (#822)
 CMakeLists: use protoc wrapper script by default (#769)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 4, 2023
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [openembedded#209]
  - Fix spelling of Siem Reap [openembedded#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 4, 2023
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [openembedded#209]
  - Fix spelling of Siem Reap [openembedded#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 6, 2023
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [openembedded#209]
  - Fix spelling of Siem Reap [openembedded#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 6, 2023
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [openembedded#209]
  - Fix spelling of Siem Reap [openembedded#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 6, 2023
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [openembedded#209]
  - Fix spelling of Siem Reap [openembedded#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant