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>
|
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.
|
without user interaction or any kind of interactivity.
|
||||||
|
|
||||||
%package -n libcurl4%{?mini}
|
%package -n libcurl4%{?mini}
|
||||||
Summary: Version 4 of cURL shared library
|
Summary: Library for transferring data from URLs
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
Provides: libcurl4 = %{version}
|
Provides: libcurl4 = %{version}
|
||||||
@ -94,11 +94,11 @@ Conflicts: libcurl4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n libcurl4%{?mini}
|
%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.
|
network protocols.
|
||||||
|
|
||||||
%package -n libcurl%{?mini}-devel
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libcurl4%{?mini} = %{version}
|
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>
|
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.
|
without user interaction or any kind of interactivity.
|
||||||
|
|
||||||
%package -n libcurl4%{?mini}
|
%package -n libcurl4%{?mini}
|
||||||
Summary: Version 4 of cURL shared library
|
Summary: Library for transferring data from URLs
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
Provides: libcurl4 = %{version}
|
Provides: libcurl4 = %{version}
|
||||||
@ -92,11 +92,11 @@ Conflicts: libcurl4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n libcurl4%{?mini}
|
%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.
|
network protocols.
|
||||||
|
|
||||||
%package -n libcurl%{?mini}-devel
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libcurl4%{?mini} = %{version}
|
Requires: libcurl4%{?mini} = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user