Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package udunits2 for openSUSE:Factory checked in at 2024-10-22 14:52:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/udunits2 (Old) and /work/SRC/openSUSE:Factory/.udunits2.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "udunits2" Tue Oct 22 14:52:11 2024 rev:3 rq:1216765 version:2.2.28 Changes: -------- --- /work/SRC/openSUSE:Factory/udunits2/udunits2.changes 2021-03-30 20:52:21.752181072 +0200 +++ /work/SRC/openSUSE:Factory/.udunits2.new.26871/udunits2.changes 2024-10-22 14:53:02.380204415 +0200 @@ -1,0 +2,6 @@ +Mon Oct 21 14:45:13 UTC 2024 - Manfred Schwarb <[email protected]> + +- use %autosetup, refine Conflicts: statement +- switch to https:// source + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udunits2.spec ++++++ --- /var/tmp/diff_new_pack.5DNqbp/_old 2024-10-22 14:53:02.860224437 +0200 +++ /var/tmp/diff_new_pack.5DNqbp/_new 2024-10-22 14:53:02.864224604 +0200 @@ -1,7 +1,7 @@ # # spec file for package udunits2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,12 @@ License: MIT Group: Productivity/Scientific/Math URL: https://www.unidata.ucar.edu/software/udunits/ -Source0: ftp://ftp.unidata.ucar.edu/pub/udunits/udunits-%{version}.tar.gz +Source0: https://downloads.unidata.ucar.edu/udunits/%{version}/udunits-%{version}.tar.gz BuildRequires: bison BuildRequires: info %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} +BuildRequires: texlive-latex +BuildRequires: texinfo-tex BuildRequires: CUnit-devel BuildRequires: expat-devel %define ext_info .gz @@ -64,22 +66,22 @@ Summary: Headers and development libraries for %{name} Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} -Conflicts: udunits < %{version} +Conflicts: udunits < %{version}-%{release} %package -n udunits-compat Summary: Udunits2 compatibility layer for udunits v1 API Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} -Obsoletes: udunits < %{version} -Provides: udunits = %{version} +Obsoletes: udunits < %{version}-%{release} +Provides: udunits = %{version}-%{release} %package -n udunits-compat-devel Summary: Udunits2 compatibility layer for udunits v1 API Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version}-%{release} Requires: udunits-compat = %{version}-%{release} -Obsoletes: udunits-devel < %{version} -Provides: udunits-devel = %{version} +Obsoletes: udunits-devel < %{version}-%{release} +Provides: udunits-devel = %{version}-%{release} %description -n lib%{name}-%{soname} This package contains the runtime libraries for %{name}. @@ -97,7 +99,7 @@ the udunits2 compatibility library. %prep -%setup -q -n udunits-%{version} +%autosetup -n udunits-%{version} %build %configure --docdir=%{_docdir}/%{name} --disable-static
