Skip to content

Commit

Permalink
Upgraded mdds to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aninda-al committed Dec 31, 2024
1 parent 81fb40a commit 1085cbe
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/mdds/mdds.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"mdds-1.5.0.tar.bz2": "144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d"
"mdds-2.1.1.tar.bz2": "8a3767f0a60c53261b5ebbaa717381446813aef8cf28fe9d0ea1371123bbe3f1"
}
}
}
76 changes: 71 additions & 5 deletions SPECS-EXTENDED/mdds/mdds.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 6;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec

Vendor: Microsoft Corporation
Distribution: Azure Linux
# header-only library
%global debug_package %{nil}

%global apiversion 1.5
%global apiversion 2.1

Name: mdds
Version: 1.5.0
Release: 3%{?dist}
Version: 2.1.1
Release: %autorelease
Summary: A collection of multi-dimensional data structures and indexing algorithms

License: MIT
URL: https://gitlab.com/mdds/mdds
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2

BuildRequires: make
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: autoconf
Expand Down Expand Up @@ -63,8 +74,61 @@ make check %{?_smp_mflags}
%license LICENSE

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.5.0-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Tue Dec 31 2024 Aninda Pradhan <[email protected]> - 2.1.1-6
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License Verified.

## START: Generated by rpmautospec
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 2.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 2.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Aug 23 2023 Gwyn Ciesla <[email protected]> - 2.1.1-2
- Sources

* Wed Aug 23 2023 Gwyn Ciesla <[email protected]> - 2.1.1-1
- 2.1.1

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 2.0.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 2.0.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Mon Nov 21 2022 David Tardon <[email protected]> - 2.0.3-3
- Convert license to SPDX

* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 2.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Wed May 11 2022 Caolán McNamara <[email protected]> - 2.0.3-1
- latest release

* Wed Feb 16 2022 Caolán McNamara <[email protected]> - 2.0.2-1
- latest release

* Wed Feb 02 2022 Caolán McNamara <[email protected]> - 2.0.1-1
- new upstream release needed for libreoffice 7.3

* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Mon Sep 21 2020 Caolán McNamara <[email protected]> - 1.7.0-1
- new upstream release

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down Expand Up @@ -278,3 +342,5 @@ make check %{?_smp_mflags}

* Wed Jun 30 2010 David Tardon <[email protected]> - 0.3.0-1
- initial import

## END: Generated by rpmautospec
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12921,8 +12921,8 @@
"type": "other",
"other": {
"name": "mdds",
"version": "1.5.0",
"downloadUrl": "http://kohei.us/files/mdds/src/mdds-1.5.0.tar.bz2"
"version": "2.1.1",
"downloadUrl": "http://kohei.us/files/mdds/src/mdds-2.1.1.tar.bz2"
}
}
},
Expand Down

0 comments on commit 1085cbe

Please sign in to comment.