| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pan-lang | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 0.146 | Vendor: openSUSE |
| Release: bp155.3.16 | Build date: Mon May 22 11:55:45 2023 |
| Group: System/Localization | Build host: lamb13 |
| Size: 1802294 | Source RPM: pan-0.146-bp155.3.16.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://pan.rebelbase.com/ | |
| Summary: Translations for package pan | |
Provides translations for the "pan" package.
GPL-2.0-or-later
* Tue Jun 08 2021 Atri Bhattacharya <badshah400@gmail.com>
- Add pan-signed-pointer-zero-comparison.patch -- Fix comparison
of pointer with int 0 (fixes building against GCC 11).
* Sat May 08 2021 Atri Bhattacharya <badshah400@gmail.com>
- Add pan-glib-2.68.patch: Fix compilation with glib 2.68+; patch
taken from upstream merge request with additional fixes for
current version (glgo#GNOME/pan#128).
* Sun Jul 05 2020 Atri Bhattacharya <badshah400@gmail.com>
- Add pan-fix-sending-with-gmime30.patch: Fix message sending when
using gmime 3.0 (boo#1166404,
https://gitlab.gnome.org/GNOME/pan/-/issues/103,
https://gitlab.gnome.org/GNOME/pan/-/issues/114).
* Thu Nov 21 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.146:
+ Use an int instead of a char.
+ Fix segfault when build with gmime-3.
+ Fix to build Pan with options --with-gmime30 and
- -with-gmime-crypto.
+ Fix ypart begin for bpf ranges.
+ Updated translations.
- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0) and pass
- -with-gmime30 to configure.
* Thu May 31 2018 badshah400@gmail.com
- Update to version 0.145:
+ Do not use front() on empty vector.
+ Bug 793228 nzb file with empty segment lists crash pan.
+ Bug 793277 Use after free in main().
+ Updated translations.
- Drop patches incorporated upstream:
+ pan-fix-empty-nzb-crash.patch.
+ pan-do-not-use-front-on-empty-vector.patch.
+ pan-fix-use-after-free-in-main.patch.
* Fri May 04 2018 bjorn.lie@gmail.com
- Add upstream bug fix patches:
+ pan-fix-use-after-free-in-main.patch: Use after free in main()
(bgo#793277).
+ pan-fix-empty-nzb-crash.patch: nzb file with empty segment
lists crash pan (bgo#793228).
+ pan-do-not-use-front-on-empty-vector.patch: Do not use front()
on empty vector.
* Thu Feb 08 2018 okurz@suse.com
- Adapt license file location according to new suggestion around
%%license
* Mon Jan 15 2018 zaitor@opensuse.org
- Update to version 0.144:
* Validate pan.appdata.xml.in and tweak cleanfiles.
* Remove outdated FSF address.
* Update README.
* Add man page.
* Upgrade pan.appdata.xml.in.
* Require GMime 3.0 to be explicitly enabled, don't fallback to
it (bgo#791435).
* Patch for GMime 3.0. Porting to GMime 3.0 still not completed
(bgo#786438).
* Can't open nzb files from desktop (bgo#789988).
* Follow Icon Theme Specification.
* Updated translations.
- Drop update-desktop-files BuildRequires and stop using
suse_update_desktop_file macro and drop post(un) handling of
desktop_database_post, no longer needed.
- Use autosetup and make_build macros, modernize spec.
- Update description.
* Tue Dec 26 2017 jengelh@inai.de
- Remove filler wording from description.
- Avoid running fdupes across partition boundaries.
* Fri Dec 22 2017 asterios.dramis@gmail.com
- Update to version 0.143:
* Use xdg-open instead of deprecated gnome-open.
* Fix nits wrt GMime 3.0.
* First patch to enable GMime 3.0 lib. Porting to GMime 3.0 not
yet completed.
* One more Unicode apostrophe.
* Edit strings.
* Added autohiding attachments panel.
* Fixed groups/body panels resizing in GTK 3.
* Attempt to fix display of threads with unread articles.
* Use Unicode in translatable strings.
* Fixed showing combobox options unlocalized.
* Enable all TLS versions supported by GnuTLS.
* Updated translations.
* Fri Jul 28 2017 zaitor@opensuse.org
- Update to version 0.142:
* Update docs for password storage change.
* Fix some ISO C++ 11 warnings.
* Change use-gnome-keyring to use-password-storage.
* Build libsecret & gcr with gtk3 only, gnome-keyring with gtk2.
* Remove dependency on deprecated libgnome-keyring. New libraries
used: libsecret and gcr (GTK+ 3 only).
* Rewrite autogen.sh to drop dependency on gnome-common.
* Nuke intltool.
* Forgot to update HELP_LINGUAS.
* Fix the strftime test for mingw64.
* Update docs and include COPYING-DOCS.
* Re-add help menu item for manual.
* Add new documentation infrastructure.
* Fixed typos in a string.
* Improve help.
* Final fixes to the help system.
* Tweak the help support.
* Add gnome-doc-utils basic support.
* Add Pan manual.
* Fix size of preference window too large (bgo#697983).
* Fix Header Pane menu not shown when built without option
- -with-gnutls (bgo#777711).
* Mention crypto in configure output.
* Updated translations.
- Drop old conditionals for gtk2 and obsolete versions of openSUSE.
- Following the above and upstream changes, drop the following
BuildRequires: intltool, translation-update-upstream,
pkgconfig(gmime-2.4), pkgconfig(gnome-keyring-1),
pkgconfig(gtk+-2.0) and pkgconfig(gtkspell-2.0).
- Following upstream changes, add new BuildRequires: gettext,
libxml2-tools, itstool pkgconfig(libsecret-1) and
pkgconfig(gcr-3).
- Pass --enable-manual to configure, build the new manual.
* Sat Mar 04 2017 asterios.dramis@gmail.com
- Update to version 0.141:
* Treat a 500 response to MODE READER as OK.
* Fix various memory leaks.
* Fix for clang static analyzer.
* Fix for cannot start after removing last news server.
* Do not overwrite silently draft file (bgo#704227).
* Get rid of deprecated g_atexit() calls.
* Fix for closing Pan without server config (bgo#729329).
* Deprecated g_type_init() with glib2 > 2.36.
* Updated translations.
* Mon May 30 2016 badshah400@gmail.com
- Switch to building with gtk3: bnc#728311 and bgo#669403 seem to
be solved for the combination of recent gtk3 and current version
of pan.
* Mon May 30 2016 badshah400@gmail.com
- Update to version 0.140:
+ Long list of changes, see entries under v0.140 at
https://git.gnome.org/browse/pan2/plain/NEWS.
- Drop fix-desktop-file-11.0.diff; incorporated upstream. Also
drop gnome-patch-translation BuildRequires and all patch0 related
commands.
- No longer add News and Network categories to desktop file by
invoking suse_update_desktop_file; already added to upstream
desktop file.
- Package appdata file.
- Upstream dropped CHANGELOG file and replaced it with NEWS.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
/usr/share/help/cs/pan /usr/share/help/cs/pan/figures /usr/share/help/cs/pan/figures/pan_window.png /usr/share/help/cs/pan/index.docbook /usr/share/help/de/pan /usr/share/help/de/pan/figures /usr/share/help/de/pan/figures/pan_window.png /usr/share/help/de/pan/index.docbook /usr/share/help/es/pan /usr/share/help/es/pan/figures /usr/share/help/es/pan/figures/pan_window.png /usr/share/help/es/pan/index.docbook /usr/share/locale/ar/LC_MESSAGES/pan.mo /usr/share/locale/bg/LC_MESSAGES/pan.mo /usr/share/locale/ca/LC_MESSAGES/pan.mo /usr/share/locale/cs/LC_MESSAGES/pan.mo /usr/share/locale/da/LC_MESSAGES/pan.mo /usr/share/locale/de/LC_MESSAGES/pan.mo /usr/share/locale/dz/LC_MESSAGES/pan.mo /usr/share/locale/el/LC_MESSAGES/pan.mo /usr/share/locale/en_CA/LC_MESSAGES/pan.mo /usr/share/locale/en_GB/LC_MESSAGES/pan.mo /usr/share/locale/eo/LC_MESSAGES/pan.mo /usr/share/locale/es/LC_MESSAGES/pan.mo /usr/share/locale/et/LC_MESSAGES/pan.mo /usr/share/locale/eu/LC_MESSAGES/pan.mo /usr/share/locale/fi/LC_MESSAGES/pan.mo /usr/share/locale/fr/LC_MESSAGES/pan.mo /usr/share/locale/ga/LC_MESSAGES/pan.mo /usr/share/locale/gl/LC_MESSAGES/pan.mo /usr/share/locale/hr/LC_MESSAGES/pan.mo /usr/share/locale/hu/LC_MESSAGES/pan.mo /usr/share/locale/it/LC_MESSAGES/pan.mo /usr/share/locale/ja/LC_MESSAGES/pan.mo /usr/share/locale/ko/LC_MESSAGES/pan.mo /usr/share/locale/lt/LC_MESSAGES/pan.mo /usr/share/locale/lv/LC_MESSAGES/pan.mo /usr/share/locale/nb/LC_MESSAGES/pan.mo /usr/share/locale/nl/LC_MESSAGES/pan.mo /usr/share/locale/pl/LC_MESSAGES/pan.mo /usr/share/locale/pt/LC_MESSAGES/pan.mo /usr/share/locale/pt_BR/LC_MESSAGES/pan.mo /usr/share/locale/ro/LC_MESSAGES/pan.mo /usr/share/locale/ru/LC_MESSAGES/pan.mo /usr/share/locale/sk/LC_MESSAGES/pan.mo /usr/share/locale/sl/LC_MESSAGES/pan.mo /usr/share/locale/sq/LC_MESSAGES/pan.mo /usr/share/locale/sr/LC_MESSAGES/pan.mo /usr/share/locale/sr@latin/LC_MESSAGES/pan.mo /usr/share/locale/sv/LC_MESSAGES/pan.mo /usr/share/locale/tr/LC_MESSAGES/pan.mo /usr/share/locale/uk/LC_MESSAGES/pan.mo /usr/share/locale/vi/LC_MESSAGES/pan.mo /usr/share/locale/zh_CN/LC_MESSAGES/pan.mo /usr/share/locale/zh_TW/LC_MESSAGES/pan.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:40:38 2026