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
This commit is contained in:
Frank Schreiner 2019-02-25 15:06:07 +00:00 committed by Git OBS Bridge
parent 51884f28fc
commit 0ab09a191c
5 changed files with 4 additions and 35 deletions

View File

@ -1,19 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/rpm-software-management/createrepo_c.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">git-master</param>
<param name="versionformat">0.12.1</param>
<param name="revision">master</param>
<!--
<param name="changesgenerate">enable</param>
<param name="locale">C.utf8</param>
-->
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c55334e6e8f41c4c9c527ffe3d55dc8e08815f3f06c6972ee7e99306a3b8219e
size 363013

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8650c0e12523cf83f99cc5882f463ffa6055a22e0613757a5236d05a594c3a95
size 366695

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Mon Feb 25 13:33:21 UTC 2019 - Frank Schreiner <FSchreiner@suse.com>
- 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 <ngompa13@gmail.com>

View File

@ -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