Revisions of perl-Curses

buildservice-autocommit accepted request 1174461 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 36)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1173754 from Tina Müller's avatar Tina Müller (tinita) (revision 35)
- updated to 1.45
   see /usr/share/doc/packages/perl-Curses/ChangeLog
  New in 1.45 (Released April 27, 2023)
    Correct wide character data types to fix compile failure.
buildservice-autocommit accepted request 1070685 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 34)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1070496 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 1.44
   see /usr/share/doc/packages/perl-Curses/ChangeLog
  New in 1.44 (Released March 07, 2023)
    Implement A_ITALIC
buildservice-autocommit accepted request 1042288 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 32)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 1042284 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 1.43
   see /usr/share/doc/packages/perl-Curses/ChangeLog
  New in 1.43 (Released December 08, 2022)
    Fix missing file introduced in 1.42 that prevents all builds from working.
  New in 1.42 (Released December 07, 2022)
    Add missing return type declarations so it works with modern C compilers.
    Fix build failure with newer compilers: test compiles to find Curses library
    capabilities fail because necessary header files are not included because
    C_PANELFUNCTION etc are not defined because the test compiles do not include
    CursesFun.h, which they can't because the test compiles are part of creating
    CursesFun.h.  Solution: put C_PANELFUNCTION, etc in new config.h.
    Rename test.syms program to testsyms, because it is a more conventional
    name format.
buildservice-autocommit accepted request 998916 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 30)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 998824 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 1.41
   see /usr/share/doc/packages/perl-Curses/ChangeLog
buildservice-autocommit accepted request 997396 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 28)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 997379 from Tina Müller's avatar Tina Müller (tinita) (revision 27)
- updated to 1.39
   see /usr/share/doc/packages/perl-Curses/HISTORY
  New in 1.39 (Released August 12, 2022)
    Add #include <stdbool.h> to top of Curses.c to fix a conflict between the
    Curses header files and Perl header files that causes a "loadable library
    and perl binaries are mismatched" / handshake key failure when you try to
    load the Perl module.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 909799 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 26)
- Update to 1.38:
  * Fix compilation failure with some compilers, including AIX's
    because _XOPEN_SOURCE_EXTENDED was defined with null value.
buildservice-autocommit accepted request 899463 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 25)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 898862 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 24)
- Build and link against ncurses version 5 to fix missing exported
  symbols [bsc#1119646]

- Build with support for MENUS, PANELS and FORMS
- Fix perl script interpreters
buildservice-autocommit accepted request 842508 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 23)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 842385 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 22)
- updated to 1.37
   see /usr/share/doc/packages/perl-Curses/HISTORY
  New in 1.37
    Fix printw for wide characters.
    Fix bug: wenclose() and mouse_trafo() treat an integer as a boolean.  The
    functional effect is they return true if they fail to do the window move (I
    don't understand this - there's some kind of window move that is part of
    every function).  False is better.
buildservice-autocommit accepted request 635489 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 21)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 635336 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 20)
- updated to 1.36 (Released August 14, 2016)
   Fix the GNU Hurd thing from 1.35 by including the hints file in the
   manifest.
 New in 1.35 (Released July 11, 2016)
   Added hints file for GNU Hurd ($OSNAME == 'gnu').  From Pino Toscano.
 New in 1.34 (Released April 2, 2016)
   Several bugs fixed in demo programs (which also function as the
   documentation) for forms and menus and comments added explaining need to
   keep Perl variables around to avoid invalid memory references.
 New in 1.33 (Released October 3, 2015)
   Package contains META files.
- Cleaned with spec-cleaner
buildservice-autocommit accepted request 284747 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 18)
- updated to 1.32
   Makefile.PL: if /usr/include/ncurses/ncurses.h exists, use Ncurses regardless
   of what the $guess_cfg table says for the OS at hand.  This fixes the former
   hybrid approach which didn't work for a Solaris 11 system that has both
   Ncurses and BSD curses.
 
   Typographical error in documentation fixed.
 
 New in 1.31 (Released April 26, 2014)
 
   Fix compile failure with some Curses libraries, introduced in
   1.29 - undefined KEY_CODE_YES.
 
   Fix documentation: wide character functions exist back to Perl 5.6,
   not 5.16.
 
 New in 1.30 (Released April 19, 2014)
 
   Fix build failure: Use older substitutes if Perl is too old to have
   the 'utf8_to_uvchr_buf' function they use; don't include the wide character
   functions if Perl is even too old to have the substitutes.  Broken in 1.29.
 
   Fix "constant not provided by your vendor" message when you refer to a
   function that does not exist in the Curses module.
 
   Minor fixes to documentation of new wide character functions.
 
   Fix warning about extra argument to c_setmevent .
 
   Fix documentation for "not defined in your Curses library" errors.
buildservice-autocommit accepted request 92395 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
baserev update by copy to link target
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by