Accepting request 669362 from home:jengelh:branches:devel:libraries:c_c++
- Fix wrong summary, curl is at version 7, not 4. (it also won't hold up in future, so just trim it altogether) OBS-URL: https://build.opensuse.org/request/show/669362 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=243
This commit is contained in:
parent
c29bea8f7f
commit
d780acec9f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 18:47:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Fix wrong summary, curl is at version 7, not 4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 15:18:57 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
@ -85,7 +85,7 @@ TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work
|
||||
without user interaction or any kind of interactivity.
|
||||
|
||||
%package -n libcurl4%{?mini}
|
||||
Summary: Version 4 of cURL shared library
|
||||
Summary: Library for transferring data from URLs
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
%if 0%{?bootstrap}
|
||||
Provides: libcurl4 = %{version}
|
||||
@ -94,11 +94,11 @@ Conflicts: libcurl4
|
||||
%endif
|
||||
|
||||
%description -n libcurl4%{?mini}
|
||||
The cURL shared library version 4 for accessing data using different
|
||||
The cURL shared library for accessing data using different
|
||||
network protocols.
|
||||
|
||||
%package -n libcurl%{?mini}-devel
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Summary: Development files for the curl library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libcurl4%{?mini} = %{version}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 18:47:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Fix wrong summary, curl is at version 7, not 4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 15:18:57 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
@ -83,7 +83,7 @@ TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work
|
||||
without user interaction or any kind of interactivity.
|
||||
|
||||
%package -n libcurl4%{?mini}
|
||||
Summary: Version 4 of cURL shared library
|
||||
Summary: Library for transferring data from URLs
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
%if 0%{?bootstrap}
|
||||
Provides: libcurl4 = %{version}
|
||||
@ -92,11 +92,11 @@ Conflicts: libcurl4
|
||||
%endif
|
||||
|
||||
%description -n libcurl4%{?mini}
|
||||
The cURL shared library version 4 for accessing data using different
|
||||
The cURL shared library for accessing data using different
|
||||
network protocols.
|
||||
|
||||
%package -n libcurl%{?mini}-devel
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Summary: Development files for the curl library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libcurl4%{?mini} = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user