Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cobalt
external_libwebsockets
Commits
4cca8692
Commit
4cca8692
authored
7 years ago
by
Andy Green
Browse files
Options
Download
Email Patches
Plain Diff
v2.2.2
parent
31b10292
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
libwebsockets.spec
libwebsockets.spec
+4
-1
No files found.
CMakeLists.txt
View file @
4cca8692
...
...
@@ -10,7 +10,7 @@ set(PACKAGE "libwebsockets")
set
(
CPACK_PACKAGE_NAME
"
${
PACKAGE
}
"
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"2"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"2"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
0
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
2
"
)
set
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
set
(
CPACK_PACKAGE_VENDOR
"andy@warmcat.com"
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"
${
PACKAGE
}
${
PACKAGE_VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
libwebsockets.spec
View file @
4cca8692
Name: libwebsockets
Version: 2.2.
0
Version: 2.2.
2
Release: 1%{?dist}
Summary: Websocket Server and Client Library
...
...
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
/%{_libdir}/pkgconfig/libwebsockets.pc
%changelog
* Mon Mar 06 2017 Andy Green <andy@warmcat.com> 2.2.2-1
- MINOR Upstream 2.2.2 release
* Mon Mar 06 2017 Andy Green <andy@warmcat.com> 2.2.0-1
- MAJOR SONAMEBUMP APICHANGES Upstream 2.2.0 release
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment