diff --git a/tevent-man.changes b/tevent-man.changes index c21ee92..8960693 100644 --- a/tevent-man.changes +++ b/tevent-man.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Oct 22 21:03:11 UTC 2015 - lmuelle@suse.com + +- Require python-talloc-devel instead of pytalloc-devel. + +------------------------------------------------------------------- +Mon Sep 7 22:14:42 UTC 2015 - lmuelle@suse.com + +- Recommend to install tevent-man from libtevent-devel on post-10.3 systems. + +------------------------------------------------------------------- +Mon Sep 7 17:50:34 UTC 2015 - lmuelle@suse.com + +- Remove superfluous _name define. + +------------------------------------------------------------------- +Mon Sep 7 17:06:26 UTC 2015 - lmuelle@suse.com + +- Update the Samba Library Distribution Key file 'tevent.keyring'; + (bso#945116). + ------------------------------------------------------------------- Thu Aug 20 08:58:37 UTC 2015 - dimstar@opensuse.org diff --git a/tevent-man.spec b/tevent-man.spec index deafca3..5ef298b 100644 --- a/tevent-man.spec +++ b/tevent-man.spec @@ -18,15 +18,14 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define talloc_version 2.0.7 +%define talloc_version 2.1.4 %define build_man 1 -%define _name tevent %if %{build_man} -Name: %{_name}-man +Name: tevent-man BuildRequires: doxygen %else -Name: %{_name} +Name: tevent #!BuildIgnore: libtalloc BuildRequires: libtalloc-devel >= %{talloc_version} %if 0%{?suse_version} > 1020 @@ -34,8 +33,8 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -BuildRequires: pytalloc-devel >= %{talloc_version} BuildRequires: python-devel +BuildRequires: python-talloc-devel >= %{talloc_version} %endif %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 %define build_make_smp_mflags %{?_smp_mflags} @@ -86,7 +85,9 @@ This package contains the tevent0 library. Summary: Libraries and Header Files to Develop Programs with tevent0 Support Group: Development/Libraries/C and C++ # Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent +%if 0%{?suse_version} > 1030 Recommends: %{name}-man +%endif Requires: %{libtevent_name} = %{version} Requires: libtalloc-devel >= %{talloc_version} %if 0%{?suse_version} > 1020 diff --git a/tevent.changes b/tevent.changes index 4da478d..8960693 100644 --- a/tevent.changes +++ b/tevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 22 21:03:11 UTC 2015 - lmuelle@suse.com + +- Require python-talloc-devel instead of pytalloc-devel. + ------------------------------------------------------------------- Mon Sep 7 22:14:42 UTC 2015 - lmuelle@suse.com diff --git a/tevent.spec b/tevent.spec index 5d01c1a..734518e 100644 --- a/tevent.spec +++ b/tevent.spec @@ -18,7 +18,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define talloc_version 2.0.7 +%define talloc_version 2.1.4 %define build_man 0 %if %{build_man} @@ -33,8 +33,8 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -BuildRequires: pytalloc-devel >= %{talloc_version} BuildRequires: python-devel +BuildRequires: python-talloc-devel >= %{talloc_version} %endif %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 %define build_make_smp_mflags %{?_smp_mflags}