Skip to content

Commit

Permalink
Prepare 1.1.4 release
Browse files Browse the repository at this point in the history
- bump version
- update changelog
- add myself as a contributor
  • Loading branch information
irushchyshyn committed Feb 14, 2017
1 parent 43f6827 commit b3e7879
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.1.4
- Add `set -e` and wrap whole section in a single "scl enable" (issue #17)
- Add support for custom prefixes for Requires/BuildRequires in "list-files" (thanks Michal Srb for patch)
- Accept arbitrary whitespace sequence if the transformer matches the beginning of the line (issue #15)
- Do not sclize bundled libraries in Provides tag (issue #18)
- Add meta runtime dependency for runtime and buildtime automatically and switches to disable them (issues #12,#16)

1.1.3
- Fix regression introduced in previous release.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def run_tests(self):
description="Convert RPM specfiles to SCL-style.",
long_description=description,
keywords='rpm, spec, specfile, convert, scl, dsc',
author='Slavek Kabrda, Robert Kuska',
author_email='slavek@redhat.com, rkuska@redhat.com',
author='Slavek Kabrda, Robert Kuska, Iryna Shcherbina',
author_email='slavek@redhat.com, rkuska@redhat.com, ishcherb@redhat.com',
url='https://bitbucket.org/bkabrda/spec2scl/',
license='MIT',
packages=find_packages(exclude=['tests']),
Expand Down
2 changes: 1 addition & 1 deletion spec2scl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.1.3'
version = '1.1.4'

0 comments on commit b3e7879

Please sign in to comment.