diff --git a/yast2-ldap-2.21.1.tar.bz2 b/yast2-ldap-2.21.1.tar.bz2 deleted file mode 100644 index dc689f2..0000000 --- a/yast2-ldap-2.21.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a872b5bfe883cafdaeb8ea8b1ac771c62877af8c3f1ec68c17a3dcc8768a90 -size 269897 diff --git a/yast2-ldap-2.22.0.tar.bz2 b/yast2-ldap-2.22.0.tar.bz2 new file mode 100644 index 0000000..20d5877 --- /dev/null +++ b/yast2-ldap-2.22.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b9b809ca98bab89df9b5b0522f5ca8884e93cce2774acd6ef646b002c02f25 +size 285956 diff --git a/yast2-ldap.changes b/yast2-ldap.changes index 78c8943..c18fcd3 100644 --- a/yast2-ldap.changes +++ b/yast2-ldap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 24 17:09:51 CET 2012 - jsuchome@suse.cz + +- confirmed license +- 2.22.0 + ------------------------------------------------------------------- Fri Nov 25 12:21:42 UTC 2011 - coolo@suse.com diff --git a/yast2-ldap.spec b/yast2-ldap.spec index ba3250f..4147cf6 100644 --- a/yast2-ldap.spec +++ b/yast2-ldap.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-ldap # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: yast2-ldap -Version: 2.21.1 +Version: 2.22.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-ldap-%{version}.tar.bz2 -BuildRequires: doxygen -BuildRequires: gcc-c++ -BuildRequires: libldapcpp-devel -BuildRequires: libtool -BuildRequires: libxcrypt-devel -BuildRequires: yast2 -BuildRequires: yast2-core-devel -BuildRequires: yast2-devtools -Summary: YaST2 - LDAP Agent -License: GPL-2.0+ Group: System/YaST +License: GPL-2.0 +BuildRequires: doxygen gcc-c++ libldapcpp-devel libtool libxcrypt-devel yast2 yast2-core-devel yast2-devtools +Summary: YaST2 - LDAP Agent Requires: ldapcpplib yast2 %description @@ -51,7 +46,6 @@ autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works