Accepting request 308956 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/308956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=106
This commit is contained in:
Dominique Leuenberger 2015-05-30 10:32:45 +00:00 committed by Git OBS Bridge
commit 88a7979804
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c88b423b6b285d5020a84f08a31fc388cef9999daf6cee8ba2c53b9de89c543e
size 4788962
oid sha256:0c8d773a5a7f803d8ce6b5ead76bde992f4eb38f56e93cc2b9d3b8b666d64597
size 4838421

View File

@ -366,7 +366,7 @@
@@ -76,7 +76,7 @@ if test "$includedir" != "/usr/include"
fi
LDFLAGS="@LDFLAGS@"
LDFLAGS=
-if test "$libdir" != "/usr/lib" ; then
+if test "$libdir" != "/usr/lib" -a "$libdir" != "/usr/lib64" ; then
LDFLAGS="$LDFLAGS -L\${libdir}"

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 18 13:55:40 UTC 2015 - werner@suse.de
- Add ncurses patch 20150516
+ amend change to ".pc" files to only use the extra loader flags which
may have rpath options (report by Sven Joachim, cf: 20150502).
+ change versioning for dpkg's in test-packages for Ada95 and
ncurses-examples for consistency with Debian, to work with package
updates.
+ regenerate html manpages.
+ clarify handling of carriage return in waddch manual page; it was
discussed only in the portability section (prompted by comment on
Stack Overflow forum):
-------------------------------------------------------------------
Mon May 11 12:52:13 UTC 2015 - werner@suse.de