SHA256
8
0
forked from pool/newt
Commit Graph

30 Commits

Author SHA256 Message Date
Lars Vogdt
e2567e1b8a Accepting request 288281 from home:jengelh:branches:devel:libraries:c_c++
- Set RPM groups

OBS-URL: https://build.opensuse.org/request/show/288281
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=32
2015-03-01 10:16:54 +00:00
20661ff81e Accepting request 288276 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Use url for source
- Remove conditions dealing with unsupported releases of SLES
- Update to 0.52.18

OBS-URL: https://build.opensuse.org/request/show/288276
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=31
2015-03-01 09:41:00 +00:00
Lars Vogdt
63b8610d98 - update to 0.52.16
+ add newtComponentGetSize and newtComponentGetPosition
  + modify Makefile to use SOEXT
  + free gpm socket name and unlink gpm socket on form exit
  + fix memory leaks in whiptail
  + add missing whiptail options to help and man page
  + fix errors found by gcc-with-cpychecker
  + fix building with tcl8.6 
  + add fallback to python-config
  + replace tabs in snack.py 
  + compile snackmodule.c with flag -fPIC (Kang Kai)
  + include new translations from transifex
  + allow newtWinMenu and newtWinEntries with no buttons or items
  + don't draw scale when not mapped
  + build with large-file support for stat64
  + remove unused variables in test code
  + update FSF address
  + remove obsolete macros
  + make some dependencies arch-specific
- removed upstream newt-0.52.14-incorrect-fsf-address.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=29
2013-11-06 19:15:56 +00:00
Stephan Kulow
ca596c954f Accepting request 157323 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/157323
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=27
2013-03-05 12:37:11 +00:00
Ismail Dönmez
79423f974a Accepting request 129333 from home:WernerFink:branches:devel:libraries:c_c++
- Use suse-version not sles-version

OBS-URL: https://build.opensuse.org/request/show/129333
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=25
2012-07-30 15:46:58 +00:00
Ismail Dönmez
9a6b0350da Accepting request 127481 from home:WernerFink:branches:devel:libraries:c_c++
- Make it build with latest TeXLive 2012 with new package layout

OBS-URL: https://build.opensuse.org/request/show/127481
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=23
2012-07-12 11:07:37 +00:00
Lars Vogdt
c2aa4d1759 - newt-doc recommends the main package as the examples need it
- added newt-0.52.14-incorrect-fsf-address.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=20
2012-02-01 11:06:46 +00:00
Lars Vogdt
24c1c16b99 - removed newt-0.52.13-python_version.patch : fixed upstream
- compile with fPIC - fixes problems with _snackmodule.so
  thanks to Joerg Steffens (bnc#734171)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=17
2012-02-01 10:43:28 +00:00
Lars Vogdt
da52577c2a - update to 0.52.14:
+ fix returning strings in whiptail and whiptcl (rh#752818)
  + fix configure to work with multiple python versions (rh#737998)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=16
2012-02-01 10:31:18 +00:00
c0e355d0e3 Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=15
2012-01-29 19:49:48 +00:00
Lars Vogdt
539ef00070 - update to 0.52.13:
+ add support for changing colors in individual labels, scrollbars, entries,
  textboxes and scales, add custom colorsets
+ add support for NEWT_COLORS and NEWT_COLORS_FILE variables (rh#689903)
+ allow resizing of form
+ fix errors found by coverity
+ fix va_list usage (Gwenole Beauchesne)
+ fix building and installing on Mac OS X (rh#652479)
+ check for slang.h header, support DESTDIR variable, add --without-python
  option (Otavio Salvador)
+ add Persian, Low German translations
- added newt-0.52.13-python_version.patch to fix detection of 
  python version in configure script

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=12
2011-08-08 11:48:08 +00:00
Cristian Rodríguez
e4d701dcaf Accepting request 64397 from home:computersalat:devel:tel
OBS-URL: https://build.opensuse.org/request/show/64397
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=10
2011-03-17 13:44:19 +00:00
Lars Vogdt
57e9719f6d - build on older distributions by owning locale/as
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=8
2011-02-04 19:26:31 +00:00
Lars Vogdt
a3b53873a9 - update to 0.52.12:
+ fix whiptail --gauge and its description in man page (#620083)
  + remove space after \n in whiptail texts (#620083)
  + remove NLS code from snack (#599608)
  + expose more keys to python as shortcuts in dialogs (Jakob Kemi)
  + release python global-thread-lock during dialog displays (Jakob Kemi)
  + fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
  + don't NULL deref when an invalid array is specified in checkboxtree
    (Arnaldo Carvalho de Melo)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=7
2011-02-04 19:12:24 +00:00
7743855856 Accepting request 30963 from home:jengelh:baselibs
Copy from home:jengelh:baselibs/newt via accept of submit request 30963 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/30963
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=4
2010-02-01 18:22:23 +00:00
OBS User autobuild
12789c47ba Accepting request 29525 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/newt based on submit request 29525 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=16
2010-01-14 17:26:05 +00:00
OBS User autobuild
ade6f519dc Accepting request 1895 from home:maw:branches:GNOME:Factory
Copy from IBS home:lrupp:branches:SUSE:Factory:Head/newt based on submit request 1895 from user lrupp

OBS-URL: https://build.opensuse.org/request/show/1895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=14
2009-09-26 22:11:58 +00:00
OBS User unknown
74b358711d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=13 2008-09-05 18:30:59 +00:00
OBS User unknown
a7bc1d26e8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=12 2008-04-10 13:03:51 +00:00
OBS User unknown
8aab080cf2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=11 2008-04-08 22:38:42 +00:00
OBS User unknown
c05d70e4bf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=10 2007-12-18 17:51:42 +00:00
OBS User unknown
9dac8b051f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=9 2007-10-11 20:00:42 +00:00
OBS User unknown
5e648a46c3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=8 2007-09-11 19:27:27 +00:00
OBS User unknown
6b4b9a5f75 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=7 2007-06-28 17:36:00 +00:00
OBS User unknown
afd2c108bb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=6 2007-06-14 13:44:43 +00:00
OBS User unknown
7668526534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=5 2007-06-05 18:05:24 +00:00
OBS User unknown
b41052cd51 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=4 2007-04-01 23:00:44 +00:00
OBS User unknown
95a05784f5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=3 2007-03-07 22:15:32 +00:00
OBS User unknown
48d6c120a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=2 2007-02-15 17:05:34 +00:00
OBS User unknown
88a111f011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newt?expand=0&rev=1 2006-12-21 15:29:33 +00:00