Commit 9e5c221 1 parent d29205d commit 9e5c221 Copy full SHA for 9e5c221
File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ Documentation
11
11
12
12
The full documentation for Freeze is available online:
13
13
14
- https://doc.zeroc.com/display/Freeze37/Freeze+Manual
14
+ https://doc.zeroc.com/freeze/3.7/
15
15
16
16
Source Code
17
17
------------
18
18
19
- The source code for Freeze 3.7.0 is on GitHub:
19
+ The source code for Freeze 3.7.8 is on GitHub:
20
20
21
- https://github.com/zeroc-ice/freeze/releases/tag/v3.7.7
21
+ https://github.com/zeroc-ice/freeze/releases/tag/v3.7.8
Original file line number Diff line number Diff line change
1
+ zeroc-freeze (3.7.8-1) unstable; urgency=medium
2
+
3
+ * New upstream version 3.7.8
4
+
5
+ -- José Gutiérrez de la Concha <jose@zeroc.com> Tue, 27 Jun 2022 11:00:00 +0200
6
+
1
7
zeroc-freeze (3.7.7-1) unstable; urgency=medium
2
8
3
9
* New upstream version 3.7.7
4
10
5
11
-- José Gutiérrez de la Concha <jose@zeroc.com> Tue, 30 Nov 2021 19:54:00 +0100
6
12
7
-
8
13
zeroc-freeze (3.7.6-1) unstable; urgency=medium
9
14
10
15
* New upstream version 3.7.6
Original file line number Diff line number Diff line change 11
11
%else
12
12
# git_tag_version is the git tag vX.Y.Z[...] less the v prefix
13
13
# if not defined, we default to the version provided below
14
- %{! ?git_tag_version:%define git_tag_version 3.7.7 }
14
+ %{! ?git_tag_version:%define git_tag_version 3.7.8 }
15
15
%define archive_tag v%{git_tag_version }
16
16
%define archive_dir_suffix %{git_tag_version }
17
17
%endif
49
49
%define makeinstallopts CONFIGS= "shared" OPTIMIZE= yes V= 1 %{runpath } DESTDIR= %{buildroot } prefix= %{_prefix } install_bindir= %{_bindir } install_libdir= %{_libdir } install_includedir= %{_includedir } install_mandir= %{_mandir }
50
50
51
51
Name: %{?nameprefix }freeze
52
- Version: 3.7.7
52
+ Version: 3.7.8
53
53
Summary: Persistent storage for Ice objects
54
54
Release: 1%{?dist }
55
55
%if "%{?ice_license }"
You can’t perform that action at this time.
0 commit comments