Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pan-0.146-bp153.2.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: pan Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.146 Vendor: openSUSE
Release: bp153.2.1 Build date: Sat Feb 27 18:25:06 2021
Group: Productivity/Networking/News/Clients Build host: obs-arm-5
Size: 2715890 Source RPM: pan-0.146-bp153.2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://pan.rebelbase.com/
Summary: A Newsreader for GNOME
Pan is a Usenet newsreader that's good at both text and binaries.
It supports offline reading, scoring and killfiles, yEnc, NZB, PGP
handling, multiple servers, and secure connections.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* 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.

Files

/usr/bin/pan
/usr/share/appdata
/usr/share/appdata/pan.appdata.xml
/usr/share/applications/pan.desktop
/usr/share/doc/packages/pan
/usr/share/doc/packages/pan/AUTHORS
/usr/share/doc/packages/pan/NEWS
/usr/share/doc/packages/pan/README
/usr/share/help/C/pan
/usr/share/help/C/pan/figures
/usr/share/help/C/pan/figures/pan_window.png
/usr/share/help/C/pan/index.docbook
/usr/share/help/C/pan/legal.xml
/usr/share/icons/hicolor/16x16/apps/pan.png
/usr/share/icons/hicolor/24x24/apps/pan.png
/usr/share/icons/hicolor/256x256/apps/pan.png
/usr/share/icons/hicolor/32x32/apps/pan.png
/usr/share/icons/hicolor/48x48/apps/pan.png
/usr/share/licenses/pan
/usr/share/licenses/pan/COPYING
/usr/share/licenses/pan/COPYING-DOCS
/usr/share/man/man1/pan.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:43:41 2024