Hello community, here is the log from the commit of package uuid for openSUSE:Factory checked in at 2011-11-21 15:50:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uuid (Old) and /work/SRC/openSUSE:Factory/.uuid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uuid", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/uuid/uuid.changes 2011-09-23 12:49:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.uuid.new/uuid.changes 2011-11-21 15:50:28.000000000 +0100 @@ -1,0 +2,13 @@ +Sat Nov 19 13:20:29 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Update descriptions: avoid year separator when versions are used; + use common names (ISO C++98). + +------------------------------------------------------------------- +Fri Nov 18 14:43:21 UTC 2011 - [email protected] + +- add also old perl provide (1.6.2 is much smaller than 1.217 in rpm + terms) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uuid.spec ++++++ --- /var/tmp/diff_new_pack.4Z8lFU/_old 2011-11-21 15:50:29.000000000 +0100 +++ /var/tmp/diff_new_pack.4Z8lFU/_new 2011-11-21 15:50:29.000000000 +0100 @@ -15,22 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: uuid Version: 1.6.2 Release: 2 %define with_perl 1 -# License: X11/MIT Group: Development/Libraries/C and C++ -# BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ -# -Url: http://www.ossp.org/pkg/lib/%{name}/ -# ftp://ftp.ossp.org/pkg/lib/%%{name}/%%{name}-%%{version}.tar.gz +Url: http://www.ossp.org/pkg/lib/uuid/ +#Source: ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.bz2 Patch0: uuid-1.5.0_perl_vendor_install.patch Patch1: uuid-1.6.0_php.patch @@ -38,19 +34,19 @@ Patch4: 0002-uuid-preserve-m-option-status-in-v-option-handling.patch Patch5: 0003-Fix-whatis-entries.patch # -Summary: OSSP uuid - Universally Unique Identifier +Summary: OSSP's Universally Unique Identifier generator %description -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO-C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -58,24 +54,22 @@ to reliably identifying very persistent objects across a network. %package -n ossp-uuid - - Group: Development/Libraries/C and C++ Provides: %{name} = %{version}-%{release} # -Summary: OSSP uuid - Universally Unique Identifier +Summary: OSSP's Universally Unique Identifier generator %description -n ossp-uuid -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -85,22 +79,20 @@ %define pkg_libname libossp-uuid16 %package -n %{pkg_libname} - - Group: Development/Libaries/C and C++ -Summary: Shared library for uuid +Summary: OSSP's Universally Unique Identifier generator library %description -n %{pkg_libname} -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -113,22 +105,20 @@ %define pkg_cxx_libname libossp-uuid++16 %package -n %{pkg_cxx_libname} - - Group: Development/Libaries/C and C++ -Summary: Shared library for uuid +Summary: OSSP's Universally Unique Identifier generator library %description -n %{pkg_cxx_libname} -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -136,27 +126,25 @@ to reliably identifying very persistent objects across a network. -This package contains the shared c++ library with of OSSP uuid. +This package contains the shared C++ library of OSSP uuid. %define pkg_dce_libname libossp-uuid_dce16 %package -n %{pkg_dce_libname} - - Group: Development/Libaries/C and C++ -Summary: Shared library for uuid +Summary: OSSP's Universally Unique Identifier generator library %description -n %{pkg_dce_libname} -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -164,11 +152,9 @@ to reliably identifying very persistent objects across a network. -This package contains the shared library with dce compat of OSSP uuid. +This package contains the shared library of OSSP uuid with DCE compatibility. %package devel - - Group: Development/Libaries/C and C++ Requires: %{pkg_libname} = %{version} Requires: %{pkg_cxx_libname} = %{version} @@ -176,16 +162,16 @@ Summary: Development files for OSSP uuid %description devel -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -198,8 +184,6 @@ %if 0%{?with_perl} %package -n perl-OSSP-uuid - - Group: Development/Libaries/Perl %if 0%{?suse_version} > 1020 Requires: perl-base = %{perl_version} @@ -209,18 +193,19 @@ Summary: Perl bindings for OSSP uuid Provides: perl-Data-UUID = 1.217 Obsoletes: perl-Data-UUID <= 1.217 +Provides: perl(Data::UUID) = 1.217 %description -n perl-OSSP-uuid -OSSP uuid is a ISO-C:1999 application programming interface (API) and +OSSP uuid is a ISO C99 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, -SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, -Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C +SHA-1). Additional API bindings are provided for the languages ISO C++98, +Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs. -UUIDs are 128 bit numbers which are intended to have a high likelihood of +UUIDs are 128-bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique @@ -228,7 +213,7 @@ to reliably identifying very persistent objects across a network. -This package contains perl bindings for OSSP uuid. +This package contains the Perl bindings for OSSP uuid. %endif @@ -269,9 +254,6 @@ LD_LIBRARY_PATH="$PWD/.libs/" make check %endif -%clean -rm -rf %{buildroot} - %post -n %{pkg_libname} -p /sbin/ldconfig %postun -n %{pkg_libname} -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
