Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2018-02-25 12:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and      /work/SRC/openSUSE:Factory/.curl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "curl"

Sun Feb 25 12:18:58 2018 rev:132 rq:578303 version:7.58.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/curl/curl-mini.changes   2018-02-18 
11:40:59.904542802 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl-mini.changes      2018-02-25 
12:19:01.826789479 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 09:48:49 UTC 2018 - [email protected]
+
+- Sort a bit with spec-cleaner
+- Install license with the library
+
+-------------------------------------------------------------------
@@ -5,0 +12 @@
+  * Added patch ignore_runtests_failure.patch
--- /work/SRC/openSUSE:Factory/curl/curl.changes        2018-02-18 
11:41:00.100535766 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2018-02-25 
12:19:03.286736600 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 09:48:49 UTC 2018 - [email protected]
+
+- Sort a bit with spec-cleaner
+- Install license with the library
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ curl-mini.spec ++++++
--- /var/tmp/diff_new_pack.8gXQHJ/_old  2018-02-25 12:19:04.778682563 +0100
+++ /var/tmp/diff_new_pack.8gXQHJ/_new  2018-02-25 12:19:04.782682418 +0100
@@ -20,17 +20,14 @@
 %define bootstrap 1
 ##### WARNING: please do not edit this auto generated spec file. Use the 
curl.spec! #####
 %define mini -mini
-
-%bcond_with mozilla_nss
-# need ssl always for python-pycurl
-%bcond_without openssl
-
 %if 0%{?bootstrap}
 %bcond_with testsuite
 %else
 %bcond_without testsuite
 %endif
-
+%bcond_with mozilla_nss
+# need ssl always for python-pycurl
+%bcond_without openssl
 Name:           curl-mini
 Version:        7.58.0
 Release:        0
@@ -48,6 +45,7 @@
 Patch3:         ignore_runtests_failure.patch
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+Requires:       libcurl4%{?mini} = %{version}
 %if !0%{?bootstrap}
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
@@ -65,8 +63,6 @@
 # The -mini package is sufficient for the build hosts
 Provides:       curl = %{version}
 %endif
-Requires:       libcurl4%{?mini} = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with openssl}
 BuildRequires:  pkgconfig(libssl)
 %endif
@@ -78,10 +74,6 @@
 # used by the testsuite
 BuildRequires:  stunnel
 %endif
-# bug437293
-%ifarch ppc64
-Obsoletes:      curl-64bit
-%endif
 
 %description
 Curl is a client to get documents and files from or send documents to a
@@ -111,8 +103,8 @@
 Obsoletes:      curl-devel < 7.16.2
 %if 0%{?bootstrap}
 Requires:       this-is-only-for-build-envs
-Provides:       libcurl-devel = %{version}-%{release}
 Conflicts:      libcurl-devel
+Provides:       libcurl-devel = %{version}-%{release}
 %endif
 
 %description -n libcurl%{?mini}-devel
@@ -122,7 +114,7 @@
 user interaction or any kind of interactivity.
 
 %prep
-%setup -q -n curl-%version
+%setup -q -n curl-%{version}
 %patch0
 %patch1
 %patch2
@@ -196,14 +188,13 @@
 rm -f %{buildroot}%{_libdir}/libcurl.la
 install -Dm 0644 docs/libcurl/libcurl.m4 
%{buildroot}%{_datadir}/aclocal/libcurl.m4
 pushd scripts
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 popd
 
 %post -n libcurl4%{?mini} -p /sbin/ldconfig
 %postun -n libcurl4%{?mini} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc README RELEASE-NOTES
 %doc docs/{BUGS,FAQ,FEATURES,MANUAL,RESOURCES,TODO,TheArtOfHttpScripting}
 %{_bindir}/curl
@@ -213,11 +204,10 @@
 %dir %{_datadir}/zsh/site-functions
 
 %files -n libcurl4%{?mini}
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/libcurl.so.4*
 
 %files -n libcurl%{?mini}-devel
-%defattr(-,root,root)
 %{_bindir}/curl-config
 %{_includedir}/curl
 %dir %{_datadir}/aclocal/

++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.8gXQHJ/_old  2018-02-25 12:19:04.806681549 +0100
+++ /var/tmp/diff_new_pack.8gXQHJ/_new  2018-02-25 12:19:04.810681404 +0100
@@ -17,18 +17,15 @@
 
 
 %define bootstrap 0
-%define mini %nil
-
-%bcond_with mozilla_nss
-# need ssl always for python-pycurl
-%bcond_without openssl
-
+%define mini %{nil}
 %if 0%{?bootstrap}
 %bcond_with testsuite
 %else
 %bcond_without testsuite
 %endif
-
+%bcond_with mozilla_nss
+# need ssl always for python-pycurl
+%bcond_without openssl
 Name:           curl
 Version:        7.58.0
 Release:        0
@@ -46,6 +43,7 @@
 Patch3:         ignore_runtests_failure.patch
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+Requires:       libcurl4%{?mini} = %{version}
 %if !0%{?bootstrap}
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
@@ -63,8 +61,6 @@
 # The -mini package is sufficient for the build hosts
 Provides:       curl = %{version}
 %endif
-Requires:       libcurl4%{?mini} = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with openssl}
 BuildRequires:  pkgconfig(libssl)
 %endif
@@ -76,10 +72,6 @@
 # used by the testsuite
 BuildRequires:  stunnel
 %endif
-# bug437293
-%ifarch ppc64
-Obsoletes:      curl-64bit
-%endif
 
 %description
 Curl is a client to get documents and files from or send documents to a
@@ -109,8 +101,8 @@
 Obsoletes:      curl-devel < 7.16.2
 %if 0%{?bootstrap}
 Requires:       this-is-only-for-build-envs
-Provides:       libcurl-devel = %{version}-%{release}
 Conflicts:      libcurl-devel
+Provides:       libcurl-devel = %{version}-%{release}
 %endif
 
 %description -n libcurl%{?mini}-devel
@@ -120,7 +112,7 @@
 user interaction or any kind of interactivity.
 
 %prep
-%setup -q -n curl-%version
+%setup -q -n curl-%{version}
 %patch0
 %patch1
 %patch2
@@ -194,14 +186,13 @@
 rm -f %{buildroot}%{_libdir}/libcurl.la
 install -Dm 0644 docs/libcurl/libcurl.m4 
%{buildroot}%{_datadir}/aclocal/libcurl.m4
 pushd scripts
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 popd
 
 %post -n libcurl4%{?mini} -p /sbin/ldconfig
 %postun -n libcurl4%{?mini} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc README RELEASE-NOTES
 %doc docs/{BUGS,FAQ,FEATURES,MANUAL,RESOURCES,TODO,TheArtOfHttpScripting}
 %{_bindir}/curl
@@ -211,11 +202,10 @@
 %dir %{_datadir}/zsh/site-functions
 
 %files -n libcurl4%{?mini}
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/libcurl.so.4*
 
 %files -n libcurl%{?mini}-devel
-%defattr(-,root,root)
 %{_bindir}/curl-config
 %{_includedir}/curl
 %dir %{_datadir}/aclocal/




Reply via email to