Accepting request 254960 from network:samba:STABLE
- Backport upstream master fixes for samba-regedit; (bnc#896536). - Fix small memory-leak in the background print process; (bnc#899558). - Modify samba-regedit so it displays correctly (related to ncurses). Changed code to use menu sub windows, seems to fix problems with display not refreshing; explicitly BuildRequire ncurses-devel; (bnc#896536). OBS-URL: https://build.opensuse.org/request/show/254960 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=172
This commit is contained in:
commit
557250d6f3
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b0ebc1ba2d74570970bb371a2e829c9e4edc64a977738379b66450f577da86b
|
||||
size 279853
|
||||
oid sha256:9f8f00c183146c56501e1390ab043d15473d1c6d2e4e315291f785779ec57856
|
||||
size 324152
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 10:13:03 CEST 2014 - nopower@suse.de
|
||||
|
||||
- Backport upstream master fixes for samba-regedit; (bnc#896536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 16:49:23 UTC 2014 - ddiss@suse.com
|
||||
|
||||
- Fix small memory-leak in the background print process; (bnc#899558).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 15:41:38 CEST 2014 - nopower@suse.de
|
||||
|
||||
- Modify samba-regedit so it displays correctly (related to ncurses).
|
||||
Changed code to use menu sub windows, seems to fix problems with display not
|
||||
refreshing; explicitly BuildRequire ncurses-devel; (bnc#896536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 12:44:48 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
|
@ -43,6 +43,7 @@ BuildRequires: libiniparser-devel
|
||||
%if 0%{?centos_version} > 599 ||0%{?fedora_version} > 11 || 0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 1100
|
||||
BuildRequires: libuuid-devel
|
||||
%endif
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pam-devel
|
||||
%if 0%{?centos_version} > 599 ||0%{?fedora_version} > 11 || 0%{?rhel_version} > 599
|
||||
BuildRequires: perl-ExtUtils-MakeMaker
|
||||
@ -145,7 +146,7 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3289
|
||||
%define SOURCE_TIMESTAMP 3307
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fcc58ab647e90ab06d1ba0612feca58122d2c908bee26f89f4152a885dfcdcb
|
||||
size 54879
|
||||
oid sha256:5ae8f16ac6a534c8296ed71094b44f77f1acc424c2f81e612ddd5ba36c6404c5
|
||||
size 54340
|
||||
|
Loading…
Reference in New Issue
Block a user