New upstream version: b0157d1

This commit is contained in:
Ales Kozumplik 2014-05-28 11:23:12 +02:00
parent 58b9d67dc2
commit 2f507d9c03
3 changed files with 33 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/dnf-plugins-core-68a05e0.tar.xz
/dnf-plugins-core-8718a9e.tar.xz
/dnf-plugins-core-3bb4574.tar.xz
/dnf-plugins-core-b0157d1.tar.xz

View File

@ -1,8 +1,8 @@
%global gitrev 3bb4574
%global dnf_version 0.5.0
%global gitrev b0157d1
%global dnf_version 0.5.2
Name: dnf-plugins-core
Version: 0.0.7
Version: 0.0.8
Release: 1%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
@ -18,6 +18,7 @@ BuildRequires: dnf >= %{dnf_version}
BuildRequires: gettext
BuildRequires: pykickstart
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: dnf >= %{dnf_version}
Requires: pykickstart
@ -31,6 +32,7 @@ Group: System Environment/Base
BuildRequires: python3-devel
BuildRequires: python3-dnf >= %{dnf_version}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-dnf >= %{dnf_version}
%description -n python3-dnf-plugins-core
@ -47,9 +49,11 @@ mv ../py3 ./
%build
%cmake .
make %{?_smp_mflags}
make doc-man
pushd py3
%cmake -DPYTHON_DESIRED:str=3 .
make %{?_smp_mflags}
make doc-man
popd
%install
@ -67,14 +71,38 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
%doc AUTHORS COPYING README.rst
%{python_sitelib}/dnf-plugins/*
%{python_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.*
%files -n python3-dnf-plugins-core -f %{name}.lang
%doc AUTHORS COPYING README.rst
%{python3_sitelib}/dnf-plugins/*
%{python3_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.*
%changelog
* Wed May 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.8-1
- build: add sphinx to build requires. (Ales Kozumplik)
- doc: packaging: add license block to each .rst. (Ales Kozumplik)
- tests: stray print() in test_download.py. (Ales Kozumplik)
- doc: put each synopsis on new line (Miroslav Suchý)
- doc: cosmetic: project name in the documentation. (Ales Kozumplik)
- doc: cleanups, form, style. (Ales Kozumplik)
- doc: add documentation and man pages (Tim Lauridsen)
- copr: remove repofile if failed to enable repo (Igor Gnatenko)
- copr: honor -y and --assumeno (Miroslav Suchý)
- py3: absolute imports and unicode literals everywhere. (Ales Kozumplik)
- debuginfo-install: doesn't install latest pkgs (RhBug: 1096507) (Igor Gnatenko)
- debuginfo-install: fix description (Igor Gnatenko)
- debuginfo-install: fix logger debug messages (Igor Gnatenko)
- build: install the download plugin (Tim Lauridsen)
- download: update the download plugin with --source, --destdir & --resolve options (Tim Lauridsen)
- Add a special ArgumentParser to parsing plugin cmd arguments and options (Tim Lauridsen)
- tests: add __init__.py to make tests a module and use abs imports (Tim Lauridsen)
- build: simplify plugins/CMakeLists.txt. (Ales Kozumplik)
- dnf.cli.commands.err_mini_usage() changed name. (Ales Kozumplik)
- kickstart: do not include kickstart errors into own messages. (Radek Holy)
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1
- build: gettext is also needed as a buildreq (Tim Lauridsen)
- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp

View File

@ -1 +1 @@
a78c3b9b452ae04f41a1bad6353e159b dnf-plugins-core-3bb4574.tar.xz
578e7aa4e4f29a6e5c5132cc23814897 dnf-plugins-core-b0157d1.tar.xz