- Update to version 0.15.1:

* Release 0.15.1
    * Fix null pointer crash in cr_dumper_thread() if it fails to get checksum
    * Fix search in string with missing terminating zero (RhBug:1750673)
    * Depend on DRPM minimum version 0.4.0
  * Release 0.15.0
    * Revise drpm dependency check and bump the minimum version to 0.3.0
  * Release 0.14.4
    * Update documentation and regenerate man pages to sync up
    * Use drpm_make from drpm instead of deltarpm (RhBug:1687843)
    * Fix some DEBUG build warnings
    * Switch off html timestamps on documentation (RhBug:1731050)
    * Update documentation for mergerepo_c merge methods (RhBug:1722803)
    * Update documentation for --retain-old-md and --compatibility
    * Fix --read-pkgs-list to only list actually read packages
  * Release 0.14.3
    * Add missing python metadata to python2/3-createrepo_c (RhBug:1695677)
    * detect plain tar file as non compressed

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=38
This commit is contained in:
Frank Schreiner 2019-09-17 11:45:15 +00:00 committed by Git OBS Bridge
parent 454cbad2c1
commit 8bfb695fe6
4 changed files with 26 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<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="revision">0.14.2</param>
<param name="revision">0.15.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/rpm-software-management/createrepo_c.git</param>
<param name="changesrevision">f390af98c8f1bb04010e293ea864eae160f75879</param>
<param name="changesrevision">bc67f19ed09593e3886ebeee2391e9d51cc3439f</param>
</service>
</servicedata>
</servicedata>

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Sep 17 11:43:49 UTC 2019 - FSchreiner@suse.com
- Update to version 0.15.1:
* Release 0.15.1
* Fix null pointer crash in cr_dumper_thread() if it fails to get checksum
* Fix search in string with missing terminating zero (RhBug:1750673)
* Depend on DRPM minimum version 0.4.0
* Release 0.15.0
* Revise drpm dependency check and bump the minimum version to 0.3.0
* Release 0.14.4
* Update documentation and regenerate man pages to sync up
* Use drpm_make from drpm instead of deltarpm (RhBug:1687843)
* Fix some DEBUG build warnings
* Switch off html timestamps on documentation (RhBug:1731050)
* Update documentation for mergerepo_c merge methods (RhBug:1722803)
* Update documentation for --retain-old-md and --compatibility
* Fix --read-pkgs-list to only list actually read packages
* Release 0.14.3
* Add missing python metadata to python2/3-createrepo_c (RhBug:1695677)
* detect plain tar file as non compressed
-------------------------------------------------------------------
Sat Jun 29 13:06:18 UTC 2019 - Neal Gompa <ngompa13@gmail.com>

View File

@ -49,7 +49,7 @@
%define devname lib%{name}-devel
Name: createrepo_c
Version: 0.14.2
Version: 0.15.1
Release: 0
Summary: RPM repository metadata generation utility
License: GPL-2.0-or-later