From 0ab09a191c05c68b7b2e7b955ef7988f565541b2b101fc3cc60dbf919eb8f05e Mon Sep 17 00:00:00 2001 From: Frank Schreiner Date: Mon, 25 Feb 2019 15:06:07 +0000 Subject: [PATCH] Accepting request 678941 from system:packagemanager - updated to version 0.12.1 * For make test, xz and zchunk (not just *-devel) are required. * Make cmake variable PYTHON_EXECUTABLE global * Add zchunk support to mergerepo_c for extra files * Add support for zchunking extra metadata files * zck_end_chunk returns number of bytes written or -1 for error * Add createrepo_c --set-timestamp-to-revision * repomd: add RepomdRecord set_timestamp method - Backport fixes from upstream * 0001-zck_end_chunk-returns-number-of-bytes-written-or-1-f.patch * 0002-Add-missing-sentinal.patch * 0003-Fix-misc-test.patch - Update to 0.12.0 + Add basic support for zchunk metadata + Add support for building wheels to upload to PyPI - Drop Python 2 subpackage - Enable drpm support - Enable zchunk for openSUSE Leap 15.1+ and Tumbleweed - Adjust changes entries to use full author identities - Update to 0.11.1 + Add support for RPMs with large files + Identify Requires(missingok) as Recommends correctly + Enable legacy tags by default + Fix missing packages in mergerepo_c with multiple VR of same name + Add mergerepo_c --repo-prefix-search and --repo-prefix-replace + Build against Python 3 by default for bindings - Drop snapshot source service and snapshot tarball - Use license macro for license file - Drop trailing whitespace - Fix comment about drpm support - fix spelling of old weakdeps feature switch (bsc#1088328) - [bnc#1075670] changed to provide createrepo as update-alternative because createrepo_c will replace createrepo because of switch to python3 - also provide createrepo-implementation - Disable tests on SLE12 due to the python-nose requirements - Switch to singlespec buidling of python bindings - Make sure to use cmake macros to have it easier to gork what is happending by overriding %__builddir - Sort out with spec-cleaner - Fix embedding of date and time to documentation - Enable Python bindings for openSUSE Leap. - Enable Python bindings for openSUSE Tumbleweed. - Updated upstream sources - Removed patch 000-Ensure_that_provides-requires_versions_are_factored_into_dep_filtering.diff (upstream included equal patch) - Added missing copyright statements - Fixed license tag and other misc cleanups - updated upstream sources - Added patch 000-Ensure_that_provides-requires_versions_are_factored_into_dep_filtering.diff - Run fdupes to eliminate duplicate .js files - Disable Python 3 bindings for SLE - Update to 0.10.0, add Python 3 bindings - Initial package based on Mageia package OBS-URL: https://build.opensuse.org/request/show/678941 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=31 --- _service | 19 ------------------- createrepo_c-0.12.0.tar.gz | 3 +++ createrepo_c-0.12.1.tar.gz | 3 --- createrepo_c.changes | 12 ------------ createrepo_c.spec | 2 +- 5 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 _service create mode 100644 createrepo_c-0.12.0.tar.gz delete mode 100644 createrepo_c-0.12.1.tar.gz diff --git a/_service b/_service deleted file mode 100644 index 31c3b2a..0000000 --- a/_service +++ /dev/null @@ -1,19 +0,0 @@ - - - git://github.com/rpm-software-management/createrepo_c.git - git - .git - git-master - 0.12.1 - master - - - - *.tar - gz - - - diff --git a/createrepo_c-0.12.0.tar.gz b/createrepo_c-0.12.0.tar.gz new file mode 100644 index 0000000..ac4d077 --- /dev/null +++ b/createrepo_c-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55334e6e8f41c4c9c527ffe3d55dc8e08815f3f06c6972ee7e99306a3b8219e +size 363013 diff --git a/createrepo_c-0.12.1.tar.gz b/createrepo_c-0.12.1.tar.gz deleted file mode 100644 index e99b69d..0000000 --- a/createrepo_c-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8650c0e12523cf83f99cc5882f463ffa6055a22e0613757a5236d05a594c3a95 -size 366695 diff --git a/createrepo_c.changes b/createrepo_c.changes index 2e825ea..a8feded 100644 --- a/createrepo_c.changes +++ b/createrepo_c.changes @@ -1,15 +1,3 @@ -------------------------------------------------------------------- -Mon Feb 25 13:33:21 UTC 2019 - Frank Schreiner - -- updated to version 0.12.1 - * For make test, xz and zchunk (not just *-devel) are required. - * Make cmake variable PYTHON_EXECUTABLE global - * Add zchunk support to mergerepo_c for extra files - * Add support for zchunking extra metadata files - * zck_end_chunk returns number of bytes written or -1 for error - * Add createrepo_c --set-timestamp-to-revision - * repomd: add RepomdRecord set_timestamp method - ------------------------------------------------------------------- Mon Feb 4 12:09:27 UTC 2019 - Neal Gompa diff --git a/createrepo_c.spec b/createrepo_c.spec index 8342cf1..bd9e272 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -45,7 +45,7 @@ %define devname lib%{name}-devel Name: createrepo_c -Version: 0.12.1 +Version: 0.12.0 Release: 0 Summary: Creates a common metadata repository License: GPL-2.0-or-later