Browse Source

updated 6 packages

augeas-1.12.0-4

libsolv-0.7.20-1

libzypp-17.28.6-1

rubygem-asciidoctor-2.0.16-1

yaml-cpp-0.6.3-4

zypper-1.14.50-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2ace1e94e8

+ 286 - 0
a/augeas/augeas-vl.spec

@@ -0,0 +1,286 @@
+Name:           augeas
+Version:        1.12.0
+Release:        4%{?_dist_release}
+Summary:        A library for changing configuration files
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        LGPLv2+
+URL:            http://augeas.net/
+Source0:        http://download.augeas.net/augeas-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  readline-devel libxml2-devel
+Requires:       %{name}-libs = %{version}-%{release}
+
+%description
+A library for programmatically editing configuration files. Augeas parses
+configuration files into a tree structure, which it exposes through its
+public API. Changes made through the API are written back to the initially
+read files.
+
+The transformation works very hard to preserve comments and formatting
+details. It is controlled by ``lens'' definitions that describe the file
+format and the transformation into a tree.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          programming
+Requires:       %{name}-libs = %{version}-%{release}
+Requires:       pkgconfig
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%package        libs
+Summary:        Libraries for %{name}
+Group:          system
+
+%description    libs
+The libraries for %{name}.
+
+Augeas is a library for programmatically editing configuration files. It parses
+configuration files into a tree structure, which it exposes through its
+public API. Changes made through the API are written back to the initially
+read files.
+
+
+%package        vim
+Summary:        The macro an syntax files of Augeas for vim.
+Group:          programming
+Requires:       %{name} = %{version}-%{release}
+Requires:       vim-common
+
+%description    vim
+ This package contains macro an syntax files of Augeas for vim.
+
+
+%debug_package
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%check
+# Disable test-preserve.sh SELinux testing. This fails when run under mock due
+# to differing SELinux labelling.
+export SKIP_TEST_PRESERVE_SELINUX=1
+
+make %{?_smp_mflags} check || {
+  echo '===== tests/test-suite.log ====='
+  cat tests/test-suite.log
+  exit 1
+}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+# The tests/ subdirectory contains lenses used only for testing, and
+# so it shouldn't be packaged.
+rm -r $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/dist/tests
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/augmatch
+%{_bindir}/augtool
+%{_bindir}/augparse
+%{_bindir}/fadot
+%doc %{_mandir}/man1/*
+
+%files libs
+%defattr(-,root,root,-)
+# %{_datadir}/augeas and %{_datadir}/augeas/lenses are owned
+# by filesystem.
+%{_datadir}/augeas/lenses/dist
+%{_libdir}/*.so.*
+%doc AUTHORS HACKING* INSTALL NEWS README*
+%license COPYING
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/*
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/augeas.pc
+
+%files vim
+%defattr(-,root,root,-)
+%{_datadir}/vim/vimfiles/syntax/augeas.vim
+%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
+
+%changelog
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-4
+- rebuilt with current environment.
+- dropped ldconfig scriptlets.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-3
+- rebuilt with current environment.
+
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-2
+- rebuilt with current environment.
+
+* Tue Sep 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-1
+- new upstream release.
+
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.0-1
+- new upstream release.
+
+* Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.0-1
+- new upstream release.
+
+* Sun Jul 17 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5.0-1
+- new upstream release.
+
+* Thu Nov 5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.0-3
+- initial build for Vine Linux.
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Tue Jun 02 2015 Dominic Cleal <dcleal@redhat.com> - 1.4.0-1
+- Update to 1.4.0
+
+* Sat Nov 08 2014 Dominic Cleal <dcleal@redhat.com> - 1.3.0-1
+- Update to 1.3.0; remove all patches
+
+* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Mon Mar 31 2014 Dominic Cleal <dcleal@redhat.com> - 1.2.0-2
+- Add patch for Krb5, parse braces in values (RHBZ#1079444)
+
+* Wed Feb 12 2014 Dominic Cleal <dcleal@redhat.com> - 1.2.0-1
+- Update to 1.2.0, add check section
+- Update source URL to download.augeas.net (RHBZ#996032)
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jun 19 2013 David Lutterkort <lutter@redhat.com> - 1.1.0-1
+- Update to 1.1.0; remove all patches
+
+* Tue Jun 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-4
+- Fix /etc/sysconfig/network (RHBZ#904222).
+
+* Wed Jun  5 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-3
+- Don't package lenses in tests/ subdirectory.
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jan  4 2013 David Lutterkort <lutter@redhat.com> - 1.0.0-1
+- New version; remove all patches
+
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jan 10 2012 David Lutterkort <lutter@redhat.com> - 0.10.0-3
+- Add patches for bugs 247 and 248 (JSON lens)
+
+* Sat Dec  3 2011 Richard W.M. Jones <rjones@redhat.com> - 0.10.0-2
+- Add patch to resolve missing libxml2 requirement in augeas.pc.
+
+* Fri Dec  2 2011 David Lutterkort <lutter@redhat.com> - 0.10.0-1
+- New version
+
+* Mon Jul 25 2011 David Lutterkort <lutter@redhat.com> - 0.9.0-1
+- New version; removed patch pathx-whitespace-ea010d8
+
+* Tue May  3 2011 David Lutterkort <lutter@redhat.com> - 0.8.1-2
+- Add patch pathx-whitespace-ea010d8.patch to fix BZ 700608
+
+* Fri Apr 15 2011 David Lutterkort <lutter@redhat.com> - 0.8.1-1
+- New version
+
+* Wed Feb 23 2011 David Lutterkort <lutter@redhat.com> - 0.8.0-1
+- New version
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Nov 22 2010 Matthew Booth <mbooth@redhat.com> - 0.7.4-1
+- Update to version 0.7.4
+
+* Thu Nov 18 2010 Richard W.M. Jones <rjones@redhat.com> - 0.7.3-2
+- Upstream patch proposed to fix GCC optimization bug (RHBZ#651992).
+
+* Fri Aug  6 2010 David Lutterkort <lutter@redhat.com> - 0.7.3-1
+- Remove upstream patches
+
+* Tue Jun 29 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-2
+- Patches based on upstream fix for BZ 600141
+
+* Tue Jun 22 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-1
+- Fix ownership of /usr/share/augeas. BZ 569393
+
+* Wed Apr 21 2010 David Lutterkort <lutter@redhat.com> - 0.7.1-1
+- New version
+
+* Thu Jan 14 2010 David Lutterkort <lutter@redhat.com> - 0.7.0-1
+- Remove patch vim-ftdetect-syntax.patch. It's upstream
+
+* Tue Dec 15 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-2
+- Fix ftdetect file for vim
+
+* Mon Nov 30 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-1
+- Install vim syntax files
+
+* Mon Sep 14 2009 David Lutterkort <lutter@redhat.com> - 0.5.3-1
+- Remove separate xorg.aug, included in upstream source
+
+* Tue Aug 25 2009 Matthew Booth <mbooth@redhat.com> - 0.5.2-3
+- Include new xorg lens from upstream
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jul 13 2009 David Lutterkort <lutter@redhat.com> - 0.5.2-1
+- New version
+
+* Fri Jun  5 2009 David Lutterkort <lutter@redhat.com> - 0.5.1-1
+- Install fadot
+
+* Fri Mar 27 2009 David Lutterkort <lutter@redhat.com> - 0.5.0-2
+- fadot isn't being installed just yet
+
+* Tue Mar 24 2009 David Lutterkort <lutter@redhat.com> - 0.5.0-1
+- New program /usr/bin/fadot
+
+* Mon Mar  9 2009 David Lutterkort <lutter@redhat.com> - 0.4.2-1
+- New version
+
+* Fri Feb 27 2009 David Lutterkort <lutter@redhat.com> - 0.4.1-1
+- New version
+
+* Fri Feb  6 2009 David Lutterkort <lutter@redhat.com> - 0.4.0-1
+- New version
+
+* Mon Jan 26 2009 David Lutterkort <lutter@redhat.com> - 0.3.6-1
+- New version
+
+* Tue Dec 23 2008 David Lutterkort <lutter@redhat.com> - 0.3.5-1
+- New version
+
+* Mon Feb 25 2008 David Lutterkort <dlutter@redhat.com> - 0.0.4-1
+- Initial specfile

+ 410 - 0
lib/libs/libsolv/libsolv-vl.spec

@@ -0,0 +1,410 @@
+%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
+
+%define _unpackaged_files_terminate_build 1
+
+%define filter_provides_in(P) %{expand: \
+%global __filter_prov_cmd %{?__filter_prov_cmd} %{__grep} -v %{-P} '%*' | \
+}
+%define filter_setup %{expand: \
+%global _use_internal_dependency_generator 0 \
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u \
+%global __find_provides /bin/sh -c "%{?__filter_prov_cmd} %{__deploop P} %{?__filter_from_prov}" \
+%global __find_requires /bin/sh -c "%{?__filter_req_cmd}  %{__deploop R} %{?__filter_from_req}" \
+}
+
+%filter_provides_in %{perl_vendorarch}/.*\.so$
+%filter_provides_in %{python3_sitearch}/.*\.so$
+
+%global _cmake_opts \\\
+            -DFEDORA=1 \\\
+            -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\
+            -DENABLE_PERL=1 \\\
+            -DENABLE_PYTHON=1 \\\
+            -DENABLE_RUBY=1 \\\
+            -DUSE_VENDORDIRS=1 \\\
+            -DENABLE_DEBIAN=1 \\\
+            -DENABLE_ARCHREPO=1 \\\
+            -DENABLE_SUSEREPO=1 \\\
+            -DENABLE_HELIXREPO=1 \\\
+            -DENABLE_LZMA_COMPRESSION=1 \\\
+            -DMULTI_SEMANTICS=1 \\\
+            -DENABLE_COMPLEX_DEPS=1 \\\
+            %{nil}
+
+%filter_provides_in %{ruby_vendorarch}/.*\.so$
+%filter_setup
+
+Name:		libsolv
+Summary:	Package dependency solver
+Version:	0.7.20
+Release:	1%{?_dist_release}
+Group:		system
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
+License:	BSD
+URL:		https://github.com/openSUSE/libsolv
+Source:		https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#Patch0:		0001-ruby-make-compatible-with-ruby-2.2.patch
+
+BuildRequires:  git git-devel
+BuildRequires:	cmake libdb-devel expat-devel rpm-devel zlib-devel
+BuildRequires:	swig 
+BuildRequires:	perl ruby ruby-devel
+BuildRequires:	python3-devel
+BuildRequires:	python3-setuptools
+BuildRequires:	python3-rpm-macros
+BuildRequires:  xz-devel
+%description
+A free package dependency solver using a satisfiability algorithm. The
+library is based on two major, but independent, blocks:
+
+- Using a dictionary approach to store and retrieve package
+  and dependency information.
+
+- Using satisfiability, a well known and researched topic, for
+  resolving package dependencies.
+
+
+%package devel
+Summary:	A new approach to package dependency solving
+Group:		programming
+Requires:	libsolv-tools%{?_isa} = %{version}-%{release}
+Requires:	libsolv%{?_isa} = %{version}-%{release}
+Requires:	rpm-devel%{?_isa}
+Requires:	cmake
+
+%description devel
+Development files for libsolv,
+
+
+%package tools
+Summary:	A new approach to package dependency solving
+Group:		programming
+Requires:	gzip bzip2 coreutils
+Requires:	libsolv%{?_isa} = %{version}-%{release}
+
+%description tools
+Package dependency solver tools.
+
+
+%package demo
+Summary:	Applications demoing the libsolv library
+Group:		programming
+Requires:	curl gnupg
+
+%description demo
+Applications demoing the libsolv library.
+
+
+%package -n ruby-solv
+Summary:	Ruby bindings for the libsolv library
+Group:		programming
+Requires:	libsolv%{?_isa} = %{version}-%{release}
+
+%description -n ruby-solv
+Ruby bindings for sat solver.
+
+
+%package -n python3-solv
+Summary:	Python 3 bindings for the libsolv library
+Group:		programming
+Requires:	python3
+Requires:	libsolv%{?_isa} = %{version}-%{release}
+%{?python_provide:%python_provide python3-solv}
+
+%description -n python3-solv
+Python 3 bindings for sat solver.
+
+
+%package -n perl-solv
+Summary:	Perl bindings for the libsolv library
+Group:		programming
+Requires:	perl
+Requires:	libsolv%{?_isa} = %{version}-%{release}
+
+%description -n perl-solv
+Perl bindings for sat solver.
+
+
+%debug_package
+
+
+%prep
+%autosetup -S git
+
+
+%build
+%cmake %_cmake_opts \
+        -DPythonLibs_FIND_VERSION=3 -DPythonLibs_FIND_VERSION_MAJOR=3
+%cmake_build
+
+
+%install
+%cmake_install
+
+
+%check
+export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
+%ctest
+
+
+%files
+%license LICENSE*
+%doc README BUGS
+%_libdir/libsolv.so.*
+%_libdir/libsolvext.so.*
+
+%files tools
+%_bindir/archpkgs2solv
+%_bindir/archrepo2solv
+%_bindir/deb2solv
+%_bindir/deltainfoxml2solv
+%_bindir/dumpsolv
+%_bindir/helix2solv
+%_bindir/installcheck
+%_bindir/mergesolv
+%_bindir/repo2solv
+%_bindir/repomdxml2solv
+%_bindir/rpmdb2solv
+%_bindir/rpmmd2solv
+%_bindir/rpms2solv
+%_bindir/susetags2solv
+%_bindir/testsolv
+%_bindir/updateinfoxml2solv
+
+%files devel
+%doc examples/solv/
+%_libdir/libsolv.so
+%_libdir/libsolvext.so
+%_includedir/solv
+%_datadir/cmake/Modules/FindLibSolv.cmake
+%{_mandir}/man?/*
+%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}ext.pc
+
+%files demo
+%_bindir/solv
+
+%files -n perl-solv
+%doc examples/p5solv
+%{perl_vendorarch}/*
+
+%files -n ruby-solv
+%doc examples/rbsolv
+%{ruby_vendorarch}/*
+
+%files -n python3-solv
+%doc examples/pysolv
+%{python3_sitearch}/*
+
+
+%changelog
+* Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.20-1
+- new upstream release.
+
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.19-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
+* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.17-2
+- rebuilt with rpm-4.16.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.17-1
+- new upstream release.
+- dropped python2 support.
+
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.11-1
+- new upstream release.
+
+* Tue Sep 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.7.6-1
+- new upstream release.
+
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.35-1
+- new upstream release.
+
+* Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.30-1
+- new upstream release.
+
+* Sun Jul 17 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.22-1
+- new upstream release.
+
+* Sun May  8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.20-1
+- new upstream release.
+
+* Sun Nov 22 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.14-4
+- initial build for Vine Linux.
+
+* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-3
+- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
+
+* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> - 0.6.14-2
+- Backport patches from upstream
+
+* Mon Oct 12 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.14-1
+- Update to 0.6.14
+- Backport patches from upstream
+
+* Thu Sep 10 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.6.12-1
+- Update to 0.6.12
+
+* Wed Aug 05 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-3
+- added compile flag to support rich dependencies
+- new version adding MIPS support
+- Distribute testsolv in -tools subpackage (Igor Gnatenko)
+- Enable python3 bindings for fedora (Igor Gnatenko)
+
+* Tue Aug 04 2015 Adam Williamson <awilliam@redhat.com> - 0.6.11-2
+- make bindings require the exact matching version of the lib (#1243737)
+
+* Mon Jun 22 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-1
+- new version fixing segfault
+- RbConfig fixed in the upstream (1928f1a), libsolv-ruby22-rbconfig.patch erased
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Wed Mar 25 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.10-1
+- new version fixing segfault
+
+* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.8-3
+- Rebuilt with new provides selection feature
+
+* Mon Jan 19 2015 Vít Ondruch <vondruch@redhat.com> - 0.6.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
+
+* Fri Jan 16 2015 Richard Hughes <richard@hughsie.com> - 0.6.8-2
+- Update to latest upstream release to fix a crash in PackageKit.
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+
+* Mon Aug 11 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-2
+- Rebase to upstream 12af31a
+
+* Mon Jul 28 2014 Aleš Kozumplík <akozumpl@redhat.com> - 0.6.4-1
+- Rebase to upstream 5bd9589
+
+* Mon Jul 14 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.4-0.git2a5c1c4
+- Rebase to upstream 2a5c1c4
+- Filename selector can start with a star
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2.git6d968f1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Tue May 27 2014 Aleš Kozumplík <ales@redhat.com> - 0.6.1-1.git6d968f1
+- Rebase to upstream 6d968f1
+- Fix RhBug:1049209
+
+* Fri Apr 25 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-0.gitf78f5de
+- Rebase to 0.6.0, upstream commit f78f5de.
+
+* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 0.6.0-0.git05baf54.1
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
+
+* Wed Apr 9 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.0-0.git05baf54
+- Rebase to 0.6.0, upstream commit 05baf54.
+
+* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-1.gitbcedc98
+- Rebase upstream bcedc98
+- Fix RhBug:1051917.
+
+* Mon Dec 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.1-0.gita8e47f1
+- Rebase to 0.4.1, upstream commit a8e47f1.
+
+* Fri Nov 22 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.4.0-2.git4442b7f
+- Rebase to 0.4.0, upstream commit 4442b7f.
+- support DELTA_LOCATION_BASE for completeness
+
+* Tue Oct 29 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.4.0-1.gitd49d319
+- Rebase to 0.4.0, upstream commit d49d319.
+
+* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-9.gita59d11d
+- Perl 5.18 rebuild
+
+* Wed Jul 31 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-8.gita59d11d
+- Rebase to upstream a59d11d.
+
+* Fri Jul 19 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-7.git228d412
+- Add build flags, including Deb, Arch, LZMA and MULTI_SEMANTICS. (RhBug:985905)
+
+* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-6.git228d412
+- Perl 5.18 rebuild
+
+* Mon Jun 24 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-5.git228d412
+- Rebase to upstream 228d412.
+- Fixes hawkey github issue https://github.com/akozumpl/hawkey/issues/13
+
+* Thu Jun 20 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-4.git209e9cb
+- Rebase to upstream 209e9cb.
+- Package the new man pages.
+
+* Thu May 16 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-3.git7399ad1
+- Run 'make test' with libsolv build.
+
+* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-2.git7399ad1
+- Rebase to upstream 7399ad1.
+- Fixes RhBug:905209
+
+* Mon Apr 8 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-1.gite372b78
+- Rebase to upstream e372b78.
+- Fixes RhBug:e372b78
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2.gitf663ca2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Thu Aug 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-17.git6c9d3eb
+- Rebase to upstream 6c9d3eb.
+- Drop the solv.i stdbool.h fix integrated upstream.
+- Dropped the job reasons fix.
+
+* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-16.git1617994
+- Fix build problems with Perl bindings.
+
+* Mon Jul 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-15.git1617994
+- Rebuilt after a failed mass rebuild.
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-14.git1617994
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jul 16 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-13.git1617994%{?dist}
+- preliminary fix for JOB resons in solver_describe_decision().
+
+* Sun Jul 1 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-12.git1617994%{?dist}
+- Rebase to upstream 1617994.
+- Support for RPM_ADD_WITH_HDRID.
+
+* Thu Jun  7 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
+- Rebase to upstream d39a42b.
+- Fix the epochs.
+- Move the ruby modules into vendorarch dir, where they are expected.
+
+* Thu May  17 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-9.git8cf7650%{?dist}
+- Rebase to upstream 8cf7650.
+- ruby bindings: fix USE_VENDORDIRS for Fedora.
+
+* Thu Apr  12 2012 Aleš Kozumplik <akozumpl@redhat.com> - 0.0.0-7.gitaf1465a2%{?dist}
+- Rebase to the upstream.
+- Make repo_add_solv() work without stub repodata.
+
+* Thu Apr  5 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-6.git80afaf7%{?dist}
+- Rebuild for the new libdb package.
+
+* Mon Apr  2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-5.git80afaf7%{?dist}
+- Rebuild for the new rpm package.
+
+* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-4.git80afaf7%{?dist}
+- New upstream version, fix the .rpm release number.
+
+* Wed Mar 21 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.0.0-3.git80afaf7%{?dist}
+- New upstream version.
+
+* Tue Feb  7 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-2.git857fe28%{?dist}
+- Adapted to Ruby 1.9.3 (workaround for broken CMake in Fedora and
+  ruby template correction in bindings)
+
+* Thu Feb  2 2012 Karel Klíč <kklic@redhat.com> - 0.0.0-1.git857fe28
+- Initial packaging
+- Based on Jindra Novy's spec file
+- Based on upstream spec file

+ 324 - 0
lib/libz/libzypp/libzypp-vl.spec

@@ -0,0 +1,324 @@
+#
+# spec file for package libzypp
+#
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%define _unpackaged_files_terminate_build 1
+
+Name:           libzypp
+Version:        17.28.6
+Release:        1%{?_dist_release}
+Summary:        Package, Patch, Pattern, and Product Management
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        GPL-2.0+
+Url:            https://github.com/openSUSE/libzypp
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         https://github.com/openSUSE/libzypp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        %{name}-rpmlintrc
+Source2:        ChangeLog.suse
+
+# Features we provide (update doc/autoinclude/FeatureTest.doc):
+Provides:       libzypp(plugin) = 0
+Provides:       libzypp(plugin:appdata) = 0
+Provides:       libzypp(plugin:commit) = 1
+Provides:       libzypp(plugin:services) = 0
+Provides:       libzypp(plugin:system) = 0
+Provides:       libzypp(plugin:urlresolver) = 0
+Provides:       libzypp(repovarexpand) = 0
+
+Recommends:     logrotate
+# lsof is used for 'zypper ps':
+Recommends:     lsof
+BuildRequires:  cmake
+BuildRequires:  openssl-devel
+BuildRequires:  libudev-devel
+BuildRequires:  libboost-devel
+BuildRequires:  libboost-program-options
+BuildRequires:  libboost-thread
+BuildRequires:  libboost-test
+BuildRequires:  dejagnu
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
+BuildRequires:  graphviz
+BuildRequires:  asciidoc
+#BuildRequires:  graphviz-gnome
+BuildRequires:  libxml2-devel
+BuildRequires:  libproxy-devel
+BuildRequires:  gpgme-devel
+BuildRequires:  pkgconfig(sigc++-2.0)
+BuildRequires:  glib2-devel
+BuildRequires:  yaml-cpp-devel
+BuildConflicts: yaml-cpp-static
+BuildRequires:  protobuf-devel
+BuildRequires:  protobuf-lite-devel
+
+BuildRequires:  pkgconfig
+
+BuildRequires:  libsolv-devel >= 0.6.7
+Requires:       libsolv-tools
+
+# required for testsuite, webrick
+BuildRequires:  ruby
+
+BuildRequires:  expat-devel
+
+Requires:       rpm
+
+BuildRequires:  popt-devel
+BuildRequires:  rpm-devel
+
+Requires:       gnupg2
+
+%define min_curl_version 7.19.4
+BuildRequires:  curl-devel >= %{min_curl_version}
+Requires:       curl   >= %{min_curl_version}
+
+%description
+Package, Patch, Pattern, and Product Management
+
+
+%package devel
+Summary:        Package, Patch, Pattern, and Product Management - developers files
+Group:          programming
+Requires:       libboost-devel
+Requires:       bzip2
+Requires:       glibc-devel
+Requires:       libstdc++-devel
+Requires:       libxml2-devel
+Requires:       libzypp = %{version}
+Requires:       openssl-devel
+Requires:       popt-devel
+Requires:       rpm-devel
+Requires:       zlib-devel
+Requires:       libzstd-devel
+Requires:       libudev-devel
+Requires:       cmake
+Requires:       curl-devel >= %{min_curl_version}
+Requires:       libsolv-devel
+
+%description devel
+Package, Patch, Pattern, and Product Management - developers files
+
+
+%debug_package
+
+
+%prep
+%setup -q
+
+
+%build
+unset TRANSLATION_SET
+unset EXTRA_CMAKE_OPTIONS
+export YAML_CPP_LIBRARIES=-lyaml-cpp \
+
+%cmake \
+      -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+      -DDOC_INSTALL_DIR=%{_docdir} \
+      -DLIB=%{_lib} \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DCMAKE_SKIP_RPATH=1 \
+      -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
+      -DENABLE_ZSTD_COMPRESSION=ON \
+      -DDISABLE_MEDIABACKEND_TESTS=ON \
+      -DDISABLE_AUTODOCS=ON \
+      ${EXTRA_CMAKE_OPTIONS}
+
+%cmake_build
+#make -C doc/autodoc %{?_smp_mflags}
+%make_build -C %{_vpath_builddir}/po
+
+
+%install
+rm -rf "$RPM_BUILD_ROOT"
+%cmake_install
+
+%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
+ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
+%else
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
+%endif
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/vendors.d
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/appdata
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/commit
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/services
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/system
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/urlresolver
+mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
+mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
+mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
+
+%make_install -C %{_vpath_builddir}/po
+
+# Create filelist with translations
+%{find_lang} zypp
+
+
+%post
+if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
+
+# convert old lock file to new
+# TODO make this a separate file?
+# TODO run the sript only when updating form pre-11.0 libzypp versions
+LOCKSFILE=%{_sysconfdir}/zypp/locks
+OLDLOCKSFILE=%{_sysconfdir}/zypp/locks.old
+
+is_old(){
+  # if no such file, exit with false (1 in bash)
+  test -f ${LOCKSFILE} || return 1
+  TEMP_FILE=`mktemp`
+  cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE}
+  if [ -s ${TEMP_FILE} ]
+  then
+    RES=0
+  else
+    RES=1
+  fi
+  rm -f ${TEMP_FILE}
+  return ${RES}
+}
+
+append_new_lock(){
+  case "$#" in
+    1 )
+  echo "
+solvable_name: $1
+match_type: glob
+" >> ${LOCKSFILE}
+;;
+    2 ) #TODO version
+  echo "
+solvable_name: $1
+match_type: glob
+version: $2
+" >> ${LOCKSFILE}
+;;
+    3 ) #TODO version
+  echo "
+solvable_name: $1
+match_type: glob
+version: $2 $3
+" >> ${LOCKSFILE}
+  ;;
+esac
+}
+
+die() {
+  echo $1
+  exit 1
+}
+
+if is_old ${LOCKSFILE}
+  then
+  mv -f ${LOCKSFILE} ${OLDLOCKSFILE} || die "cannot backup old locks"
+  cat ${OLDLOCKSFILE}| sed "/^\#.*/d"| while read line
+  do
+    append_new_lock $line
+  done
+fi
+
+
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+
+%files -f zypp.lang
+%defattr(-,root,root)
+%dir               %{_sysconfdir}/zypp
+%if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
+%{_sysconfdir}/zypp/repos.d
+%else
+%dir               %{_sysconfdir}/zypp/repos.d
+%endif
+%dir               %{_sysconfdir}/zypp/services.d
+%dir               %{_sysconfdir}/zypp/vendors.d
+%dir               %{_sysconfdir}/zypp/multiversion.d
+%config(noreplace) %{_sysconfdir}/zypp/zypp.conf
+%config(noreplace) %{_sysconfdir}/zypp/systemCheck
+%config(noreplace) %{_sysconfdir}/zypp/needreboot
+%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
+%dir               %{_var}/lib/zypp
+%dir               %{_var}/log/zypp
+%dir               %{_var}/cache/zypp
+%{_prefix}/lib/zypp
+%{_datadir}/zypp
+%{_bindir}/*
+%{_libdir}/libzypp*so.*
+%{_libexecdir}/zypp/zypp-rpm
+%doc %{_mandir}/man1/*.1.*
+%doc %{_mandir}/man5/*.5.*
+
+%files devel
+%defattr(-,root,root)
+%license COPYING
+%{_libdir}/libzypp.so
+%{_includedir}/zypp
+%{_includedir}/zypp-core
+%{_datadir}/cmake/Modules/*
+%{_libdir}/pkgconfig/libzypp.pc
+
+
+%changelog
+* Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.28.6-1
+- new upstream release.
+- built with openssl-3.0.0.
+
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.28.3-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
+* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.25.7-2
+- rebuilt with rpm-4.16.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.25.7-1
+- new upstream release.
+- built with boost-1.75.0.
+
+* Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.23.4-1
+- new upstream release.
+- built with boost-1.72.0.
+
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.23.2-1
+- new upstream release.
+
+* Tue Sep 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.14.0-1
+- new upstream release.
+
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.8.1-1
+- new upstream release.
+
+* Tue Jan 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.17.7-2
+- rebuilt with libproxy-0.4.15.
+
+* Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.17.7-1
+- new upstream release.
+
+* Sun Jul 17 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.22.2-1
+- new upstream release.
+
+* Sun May  8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.22.0-1
+- new upstream release.
+
+* Sun Nov 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.19.6-1
+- initial build for Vine Linux.
+- new upstream release.

+ 240 - 0
r/rubygem-asciidoctor/rubygem-asciidoctor-vl.spec

@@ -0,0 +1,240 @@
+%bcond_with test
+
+%global gem_name asciidoctor
+%global mandir %{_mandir}/man1
+
+%define pre %nil
+%global gittag v%{version}%{pre}
+
+Summary: A fast, open source AsciiDoc implementation in Ruby
+Name: rubygem-%{gem_name}
+Version: 2.0.16
+Release: 1%{?_dist_release}
+Group: publishing
+Vendor: Project Vine
+Distribution: Vine Linux
+
+License: MIT
+URL: https://asciidoctor.org
+Source0: https://github.com/asciidoctor/asciidoctor/archive/%{gittag}/%{gem_name}-%{version}%{pre}.tar.gz
+
+Requires: ruby(rubygems)
+BuildRequires: ruby-rubygems-devel
+BuildRequires: ruby(rubygems)
+%if %{with test}
+BuildRequires: rubygem(coderay)
+BuildRequires: rubygem(concurrent-ruby)
+BuildRequires: rubygem(erubi)
+BuildRequires: rubygem(haml)
+BuildRequires: rubygem(minitest)
+BuildRequires: rubygem(nokogiri)
+BuildRequires: rubygem(rouge)
+BuildRequires: rubygem(slim)
+BuildRequires: rubygem(tilt)
+%endif
+BuildArch: noarch
+Provides: asciidoctor = %{version}
+%if 0%{?el6} || 0%{?el7}
+Provides: rubygem(%{gem_name}) = %{version}
+%endif
+
+%description
+A fast, open source text processor and publishing toolchain, written in Ruby,
+for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
+custom output formats. The transformation from AsciiDoc to custom output
+formats is performed by running the nodes in the parsed document tree through a
+collection of templates written in a template language supported by Tilt.
+
+
+%package doc
+Summary: Documentation for %{name}
+Group: documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}
+
+
+%prep
+%autosetup -n %{gem_name}-%{version}%{pre} -p1
+
+# Include tests in the gem, they're disabled by default
+sed -i -e 's/#\(s\.test_files\)/\1/' %{gem_name}.gemspec
+
+# Fix shebang (avoid Requires: /usr/bin/env)
+sed -i -e 's|#!/usr/bin/env ruby|#!/usr/bin/ruby|' bin/%{gem_name}
+
+
+%build
+gem build %{gem_name}.gemspec
+#gem_install -n %{gem_name}-%{version}%{pre}.gem
+
+
+%if %{with test}
+%check
+pushd .%{gem_instdir}
+LANG=C.UTF-8 ruby -I"lib:test" -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
+popd
+%endif
+
+
+%install
+%{__rm} -rf %{buildroot}
+%gem_install -d %{buildroot}%{gem_current_dir}
+
+mkdir -p %{buildroot}%{_bindir}
+cp -a %{buildroot}%{gem_instdir}/bin/* \
+       %{buildroot}%{_bindir}/
+
+mkdir -p %{buildroot}%{mandir}
+cp -a %{buildroot}%{gem_instdir}/man/*.1 \
+       %{buildroot}%{mandir}/
+
+
+%files
+%{!?_licensedir:%global license %%doc}
+%dir %{gem_instdir}
+%exclude %{gem_cache}
+%exclude %{gem_instdir}/asciidoctor.gemspec
+%exclude %{gem_instdir}/man
+%exclude %{gem_instdir}/test
+%exclude %{gem_instdir}/features
+%license %{gem_instdir}/LICENSE
+%doc %{gem_instdir}/CHANGELOG.adoc
+%doc %{gem_instdir}/README.*
+%lang(de) %doc %{gem_instdir}/README-de.*
+%lang(fr) %doc %{gem_instdir}/README-fr.*
+%lang(ja) %doc %{gem_instdir}/README-jp.*
+%lang(zh_CN) %doc %{gem_instdir}/README-zh_CN.*
+%{gem_instdir}/data
+%{_bindir}/*
+%{gem_current_dir}/bin/*
+%{gem_instdir}/bin
+%{gem_libdir}
+%{mandir}/*
+%{gem_spec}
+
+%files doc
+%doc %{gem_docdir}
+
+
+%changelog
+* Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.0.16-1
+- new upstream release.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.0.12-2
+- initial build for Vine Linux.
+
+* Wed Jan 27 2021 Pavel Valena <pvalena@redhat.com> - 2.0.12-1
+- Update to asciidoctor 2.0.12.
+  Resolves: rhbz#1893940
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Aug 19 2020 Vít Ondruch <vondruch@redhat.com> - 2.0.10-4
+- Replace build time Erubis dependency by Erubi.
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Sun Sep 22 2019 Todd Zullinger <tmz@pobox.com> - 2.0.10-1
+- Update to Asciidoctor 2.0.10
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Tue Mar 19 2019 Todd Zullinger <tmz@pobox.com> - 1.5.8-1
+- Update to Asciidoctor 1.5.8 (resolves CVE-2018-18385)
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.6.1-5
+- Use C.UTF-8 locale
+  See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
+
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed May 23 2018 Vít Ondruch <vondruch@redhat.com> - 1.5.6.1-3
+- Enable entire test suite.
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Aug 24 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.5.6.1-1
+- Update to Asciidoctor 1.5.6.1
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Mon Jun 05 2017 Vít Ondruch <vondruch@redhat.com> - 1.5.5-2
+- Fix FTBFS.
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Fri Oct 14 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.5.5-1
+- Update to Asciidoctor 1.5.5
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Tue Jan 05 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.4-1
+- Update to Asciidoctor 1.5.4 (rhbz#1295758)
+- Use %%license macro
+- Drop unnecessary "-p" flag to cp during %%install ("-a" already preserves
+  timestamps)
+
+* Mon Nov 02 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.3-1
+- Update to Asciidoctor 1.5.3 (rhbz#1276851)
+- Drop Fedora 19 and 20 macros (these distros are EOL)
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Fri Dec 05 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.2-1
+- Update to Asciidoctor 1.5.2
+
+* Fri Sep 19 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.1-1
+- Update to Asciidoctor 1.5.1
+
+* Tue Sep 09 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-1
+- Update to Asciidoctor 1.5.0 final
+
+* Fri Jun 06 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.4.preview.7
+- Add %%{version} number to Provides: asciidoctor
+
+* Fri Jun 06 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.3.preview.7
+- Provide: asciidoctor
+  https://github.com/asciidoctor/rubygem-asciidoctor-rpm/issues/5
+
+* Tue May 20 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.2.preview.7
+- Update to Asciidoctor 0.1.5.preview.7
+- Drop unused patch
+
+* Thu May 15 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.5.0-0.1.preview.6
+- Update to Asciidoctor 0.1.5.preview.6
+- Use HTTPS URLs
+- Support Minitest 5
+- Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1
+- Mark CHANGELOG, LICENSE, READMEs as %%doc
+- Remove Rakefile in %%prep
+- Remove Requires: /usr/bin/env
+
+* Sun Sep 22 2013 Dan Allen <dan.j.allen@gmail.com> - 0.1.4-1
+- Update to Asciidoctor 0.1.4
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Sat Jun 08 2013 Dan Allen <dan.j.allen@gmail.com> - 0.1.3-1
+- Update to Asciidoctor 0.1.3
+
+* Fri Mar 01 2013 Dan Allen <dan.j.allen@gmail.com> - 0.1.1-1
+- Initial package

+ 255 - 0
y/yaml-cpp/yaml-cpp-vl.spec

@@ -0,0 +1,255 @@
+%bcond_with static_lib
+
+%global sover 0.6
+
+Name:           yaml-cpp
+Version:        0.6.3
+Release:        4%{?_dist_release}
+Summary:        A YAML parser and emitter for C++
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        MIT 
+URL:            https://github.com/jbeder/yaml-cpp
+Source0:        https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz
+
+Patch0:         CVE-2017-5950.patch
+
+BuildRequires:  cmake gcc gcc-c++
+
+%description
+yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          programming
+License:        MIT
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       pkgconfig
+%if %{with static_lib}
+Obsoletes:      %{name}-static < %{version}-%{release}
+%endif
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%package        static
+Summary:        Static library for %{name}
+License:        MIT
+Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
+
+%description    static
+The %{name}-static package contains the static library for %{name}.
+
+
+%debug_package
+
+
+%prep
+%autosetup -p1 -n %{name}-%{name}-%{version}
+
+
+%build
+%if %{with static_lib}
+%cmake -DYAML_CPP_BUILD_TOOLS=OFF \
+       -DYAML_BUILD_SHARED_LIBS=OFF \
+       -DYAML_CPP_BUILD_TESTS=OFF
+%cmake_build
+mv %{_vpath_builddir} build_static
+%endif
+
+%cmake -DYAML_CPP_BUILD_TOOLS=OFF \
+       -DYAML_BUILD_SHARED_LIBS=ON \
+       -DYAML_CPP_BUILD_TESTS=OFF
+%cmake_build
+
+
+%install
+%if %{with static_lib}
+pushd build_static
+%make_install yaml-cpp
+popd
+
+# Move files so they don't get trampled
+mv %{buildroot}%{_libdir}/cmake/%{name} \
+   %{buildroot}%{_libdir}/cmake/%{name}-static
+mv %{buildroot}%{_libdir}/pkgconfig/%{name}.pc \
+   %{buildroot}%{_libdir}/pkgconfig/%{name}-static.pc
+%endif
+
+%cmake_install
+
+
+%files
+%doc CONTRIBUTING.md README.md
+%license LICENSE
+%{_libdir}/*.so.%{sover}*
+
+%files devel
+%{_includedir}/yaml-cpp/
+%{_libdir}/*.so
+%{_libdir}/cmake/%{name}
+%{_libdir}/pkgconfig/%{name}.pc
+
+%if %{with static_lib}
+%files static
+%license LICENSE
+%{_libdir}/*.a
+%{_libdir}/cmake/%{name}-static
+%{_libdir}/pkgconfig/%{name}-static.pc
+%endif
+
+
+%changelog
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.3-4
+- rebuilt with current environment.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.3-3
+- rebuilt with current environment.
+
+* Sun Oct 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.3-2
+- initial build for Vine Linux.
+
+* Tue Oct 15 2019 Richard Shaw <hobbes1069@gmail.com> - 0.6.3-1
+- Update to 0.6.3.
+
+* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-2
+- Remove unused boost dependency
+
+* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-1
+- Update to 0.6.2
+
+* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Thu Jan 24 2019 Jonathan Wakely <jwakely@redhat.com> - 0.6.1-5
+- Rebuilt for Boost 1.69
+
+* Sun Sep 16 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-4
+- Add patch for CVE-2017-5950.
+
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Mon Apr 09 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-2
+- Fixes improperly generated cmake config files, RHBZ#1558637.
+
+* Sun Feb 18 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-1
+- Update to 0.6.1.
+
+* Sun Feb 11 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.0-1
+- Update to 0.6.0.
+- Add static library subpackage.
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Jan 31 2018 Richard Shaw <hobbes1069@gmail.com> - 0.5.3-9
+- Install yaml cmake files, fixes RHBZ#1509421.
+
+* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.5.3-8
+- Rebuilt for Boost 1.66
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Wed Jul 19 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.3-6
+- Rebuilt for s390x binutils bug
+
+* Tue Jul 04 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.3-5
+- Rebuilt for Boost 1.64
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.3-3
+- Rebuilt for Boost 1.63
+ 
+* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.3-2
+- Rebuilt for Boost 1.63
+
+* Tue Aug 23 2016 Richard Shaw <hobbes1069@gmail.com> - 0.5.3-1
+- Update to latest upstream release.
+
+* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-12
+- Rebuilt for Boost 1.60
+
+* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-11
+- Rebuilt for Boost 1.59
+
+* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-10
+- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
+
+* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.5.1-9
+- rebuild for Boost 1.58
+
+* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.5.1-7
+- Rebuilt for GCC 5 C++11 ABI change
+
+* Thu Feb 26 2015 Guido Grazioli <guido.grazioli@gmail.com> - 0.5.1-6
+- Rebuild for gcc switching default to -std=gnu11
+
+* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.5.1-5
+- Rebuild for boost 1.57.0
+
+* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.5.1-2
+- Rebuild for boost 1.55.0
+
+* Thu Nov 14 2013 Richard Shaw <hobbes1069@gmail.com> - 0.5.1-1
+- Update to latest upstream release.
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Feb 10 2012 Richard Shaw <hobbes1069@gmail.com> - 0.3.0-1
+- Update to latest release.
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Sep 30 2011 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.7-1
+- Update to 0.2.7
+- Remove gcc 4.6 patch fixed upstream
+
+* Mon May 09 2011 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.6-1
+- Upstream 0.2.6
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Apr 02 2010 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.5-1
+- Upstream 0.2.5
+
+* Fri Jan 15 2010 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.4-1
+- Upstream 0.2.4
+
+* Sat Oct 17 2009 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.2-2
+- Remove duplicate file
+
+* Wed Oct 14 2009 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.2-1
+- Initial packaging 

+ 2916 - 0
z/zypper/zypper-vl.spec

@@ -0,0 +1,2916 @@
+#
+# spec file for package zypper
+#
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+Name:           zypper
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        Command line software manager using libzypp
+Version:        1.14.50
+Release:        1%{?_dist_release}
+Group:          system,admin-tools
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        GPL-2.0+
+Url:            https://en.opensuse.org/Portal:Zypper
+Source:         https://github.com/openSUSE/zypper/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        %{name}-rpmlintrc
+
+BuildRequires:  augeas-devel >= 0.5.0
+BuildRequires:  libboost-devel >= 1.33.1
+BuildRequires:  cmake >= 2.4.6
+BuildRequires:  gcc-c++ >= 4.7
+BuildRequires:  gettext-devel >= 0.15
+BuildRequires:  libzypp-devel >= 14.35.0
+BuildRequires:  readline-devel >= 5.1
+BuildRequires:  rubygem-asciidoctor
+Requires:       procps
+%if 0%{?suse_version}
+%requires_ge    libzypp
+Recommends:     logrotate cron zypper-log
+%endif
+
+%description
+Zypper is a command line tool for managing software. It can be used to add
+package repositories, search for packages, install, remove, or update packages,
+install patches, hardware drivers, verify dependencies, and more.
+
+Zypper can be used interactively or non-interactively by user, from scripts,
+or front-ends.
+
+Authors:
+--------
+    Jan Kupec <jkupec@suse.cz>
+    Michael Andres <ma@suse.de>
+    Duncan Mac-Vicar <dmacvicar@suse.de>
+    Martin Vidner <mvidner@suse.cz>
+    Josef Reidinger <jreidinger@suse.cz>
+
+
+%package log
+Summary:        CLI for accessing the zypper logfile
+Group:          admin-tools
+%if 0%{?suse_version} && 0%{?suse_version} < 1140
+Requires:       python >= 2.6
+Requires:       python-argparse
+%else
+Requires:       python >= 2.7
+%endif
+Requires:       xz
+BuildArch:      noarch
+
+%description -n zypper-log
+CLI for accessing the zypper logfile
+
+Authors:
+--------
+    Dominik Heidler <dheidler@suse.de>
+
+
+%package aptitude
+Summary:        aptitude compatibility with zypper
+Group:          system,admin-toola
+Requires:       perl
+%if 0%{?suse_version}
+Supplements:    zypper
+%endif
+BuildArch:      noarch
+
+%description aptitude
+provides aptitude compatibility using zypper
+
+Authors:
+--------
+    Bernhard M. Wiedemann <bernhard+aptitude4zypp lsmod de>
+
+
+%debug_package
+
+
+%prep
+%setup -q
+%autopatch -p1
+
+
+%build
+%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+      -DSYSCONFDIR=%{_sysconfdir} \
+      -DMANDIR=%{_mandir} \
+      -DCMAKE_VERBOSE_MAKEFILE=TRUE \
+      -DCMAKE_C_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
+      -DCMAKE_CXX_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypper}
+
+#gettextize -f
+%cmake_build
+make -C %{_vpath_builddir}/po %{?_smp_mflags} translations
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+make -C %{_vpath_builddir}/po install DESTDIR=$RPM_BUILD_ROOT
+
+# yzpper symlink
+ln -s zypper $RPM_BUILD_ROOT%{_bindir}/yzpper
+
+# Create filelist with translations
+%{find_lang} zypper
+%{__install} -d -m755 $RPM_BUILD_ROOT%{_var}/log
+touch $RPM_BUILD_ROOT%{_var}/log/zypper.log
+
+rm -rf %{buildroot}%{_datadir}/doc/packages
+
+
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+
+%files -f zypper.lang
+%defattr(-,root,root)
+%license COPYING
+%doc HACKING
+%config(noreplace) %{_sysconfdir}/zypp/zypper.conf
+%config(noreplace) %{_sysconfdir}/logrotate.d/zypper.lr
+%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-refresh.lr
+%{_sysconfdir}/bash_completion.d/zypper.sh
+%{_bindir}/zypper
+%{_bindir}/yzpper
+%{_bindir}/installation_sources
+%{_bindir}/needs-restarting
+
+%{_sbindir}/zypp-refresh
+%dir %{_datadir}/zypper
+%{_datadir}/zypper/zypper.aug
+%dir %{_datadir}/zypper/xml
+%{_datadir}/zypper/xml/xmlout.rnc
+%doc %{_mandir}/man1/needs-restarting.1*
+%doc %{_mandir}/man8/zypper.8*
+%doc %{_mandir}/man8/zypp-refresh.8*
+# declare ownership of the log file but prevent
+# it from being erased by rpm -e
+%ghost %config(noreplace) %attr (640,root,root) %{_var}/log/zypper.log
+
+%files log
+%defattr(-,root,root)
+%{_sbindir}/zypper-log
+%doc %{_mandir}/man8/zypper-log.8*
+
+%files aptitude
+%defattr(-,root,root)
+%exclude %{_bindir}/apt
+%exclude %{_bindir}/apt-get
+%{_bindir}/aptitude
+%{_sysconfdir}/zypp/apt-packagemap.d/*
+
+
+%changelog
+* Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.50-1
+- new upstream release.
+
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.49-1
+- new upstream release.
+
+* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.42-1
+- new upstream release.
+- dropped all patches: fixed in upstream.
+
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.35-1
+- new upstream release.
+- imported Patch1 and 2 from upstream.
+
+* Tue Sep 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.30-1
+- new upstream release.
+
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.15-1
+- new upstream release.
+
+* Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13.39-1
+- new upstream release.
+
+* Sun Jul 17 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.44-1
+- new upstream release.
+
+* Sun May  8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.40-1
+- new upstream release.
+
+* Sun Nov 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.25-1
+- initial build for Vine Linux.
+- new upstream release.
+
+* Fri Apr 24 2015 opensuse-packaging@opensuse.org
+- Update to version 1.12.0.20150423:
+  + Update zypper-po.tar.bz2
+  + only use ANSI codes on terminals (bnc#925678)
+  + move duplicated code into wcwidth_without_ctrlseq function
+  + fix handling of wchar errors
+  + Update zypper-po.tar.bz2
+  + Update zypper-po.tar.bz2
+  + Update zypper-po.tar.bz2
+  + Update zypper-po.tar.bz2
+* Fri Apr 17 2015 opensuse-packaging@opensuse.org
+- Update to version 1.12.0.20150416:
+  + Fix prompt returning undefined default value after wrong input (bnc#925696)
+  + changes 1.12.0
+  + Update zypper-po.tar.bz2
+  + only use ANSI codes on terminals (bnc#925678)
+  + move duplicated code into wcwidth_without_ctrlseq function
+  + fix handling of wchar errors
+* Sun Mar 22 2015 tittiatcoke@gmail.com
+- patch: A date limit must ignore newer patch candidates (bnc#919709)
+- Show locked packages in zypper summary (FATE#318326,FATE#318299)
+- modify repo: Notify about volatile changes to service repos (bnc#916254)
+- ps: Change column header from 'Login' to 'User' (bnc#915461)
+- man: add missing patch --date option
+- man: mention $releasever_major/minor repo variables
+- man: Update repo variable substitution (default and alternate values)
+- version 1.11.23
+* Sun Feb  8 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb  5 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb  1 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan 29 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 25 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Jan 23 2015 ma@suse.de
+- repos(lr): Fix wrong exit status using the --xmlout option (bnc#914258)
+- version 1.11.22
+* Fri Jan 23 2015 ma@suse.de
+- Refresh plugin services on 'lr' 'ls -r' and 'ref' (bnc#893294)(FATE#318117)
+  Repositories provided by a plugin service (SUSE Manager) must always
+  be (auto-)refreshed to reflect server side changes immediately.
+- zypper.conf: new color/pkglistHighlightAttribute (bnc#914284)
+  Tune the color atrribute used for package list highlighting.
+- version 1.11.21
+* Thu Jan 22 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 18 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jan 14 2015 ma@suse.de
+- New global option --releasever: Set the value of the $releasever
+  variable in all .repo files. This can be used to switch to new
+  distribution repositories when performing a distribution upgrade.
+  (bnc#911658)
+- BuildRequires:  libzypp-devel >= 14.34.0
+- Clarify legacy warning (bnc#911335)
+- version 1.11.20
+* Sun Jan 11 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan  8 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jan  7 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan  1 2015 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Dec 21 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Dec 19 2014 ma@suse.de
+- info: show new product:registerflavor attribute (bnc#896224)
+- version 1.11.19
+* Thu Dec 18 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Dec 17 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Dec 17 2014 ma@suse.de
+- Enhance 'Digest verification failed' message (FATE#315008)
+- Enhance message text when skipping repos due to an error (bnc#909244)
+- zypper.conf: fix wrong default mentioned in comment
+- zypper-log(8): Update man page
+- version 1.11.18
+* Thu Dec 11 2014 ma@suse.de
+- Add --[no-]color global option
+- Fix additional spaces in zypper output and
+  new colorization code (bnc#908345)
+- properly reset auto-retry counter (bnc#906549)
+- man: improve patch description (bnc#904737)
+- version 1.11.17
+* Tue Nov 11 2014 ma@suse.de
+- Warn about repositories with 'gpgcheck=0' (bnc#848054)
+- search: fix --verbose implies --details
+- Enhance 'Digest verification failed' dialog (FATE#315008)
+- Summary: quote names including spaces (bnc#903675)
+- version 1.11.16
+* Mon Nov  3 2014 ma@suse.de
+- Provide missing man pages (fixes #51)
+- Create man pages from asciidoc (fixes #53)
+- Warn if legacy CLI options are used (bnc#899781)
+- version 1.11.15
+* Thu Oct 16 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Oct 13 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct 11 2014 ma@suse.de
+- Update zypper-po.tar.bz2 (bnc#899603)
+* Fri Oct 10 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct  8 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct  4 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 27 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Sep 25 2014 ma@suse.de
+- Trigger appdata plugin when system repos have changed (bnc#866257)
+- SLE-12 (suse_version 1315) uses it's own translations set (bnc#897176)
+- version 1.11.14
+* Sat Sep 20 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Sep 18 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Sep  5 2014 ma@suse.de
+- Adapt to new zypp api (bnc#892579)
+- version 1.11.13
+* Wed Sep  3 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Aug 29 2014 ma@suse.de
+- download: use $XDG_CACHE_HOME/zypp/packages for non-root user
+  (bnc#891515)
+- download --dry-run: list packages we would download
+- Accept -f,--force option with refresh-services(refs)
+- version 1.11.12
+* Sat Aug 23 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 20 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Aug 18 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Jul 25 2014 ma@suse.de
+- Rephrase 'verify' help text (bnc#885499)
+- version 1.11.11
+* Mon Jul 14 2014 ma@suse.de
+- refresh-services: add option --restore-status to undo user
+  modifications applied to service repositories
+- drop rug compatibility in manpage docs and help output
+  (FATE#317708)
+- version 1.11.10
+* Fri Jul 11 2014 ma@suse.de
+- Enable --plus-content option (FATE#316287)
+- Add symlink yzpper -> zypper (bnc#885655)
+- version 1.11.9
+* Wed Jun 11 2014 ma@suse.de
+- Show patch severity (bnc#881373,FATE#312633)
+- Add '--details' to show the detailed installation summary (bnc#721823)
+- version 1.11.8
+* Wed May 14 2014 ma@suse.de
+- Notify about cached packages in download progess
+- Adjust download size by already cached packages in summary
+- Don't suggest 'zypper ps' after commit if --download-only
+- version 1.11.7
+* Thu May  8 2014 ma@suse.de
+- Notify user about expiring trusted keys; show trusted keys in
+  verbose mode.
+- Enable --with-interactive for update too (bnc#827953)
+- Highlight missing update repos in product info
+- version 1.11.6
+* Sat May  3 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 30 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Apr 29 2014 ma@suse.de
+- download: fix xml output when already cached
+- version 1.11.5
+* Tue Apr 15 2014 ma@suse.de
+- Add 'download' command (Fate#317077)
+- version 1.11.4
+* Sun Apr 13 2014 ma@suse.de
+- more duplicate short options fixes
+- Fix typo in manpage
+- version 1.11.3
+* Fri Apr 11 2014 ma@suse.de
+- packages: Remove conflicting short options (-r repo/recommends)
+- version 1.11.2
+* Fri Apr  4 2014 ma@suse.de
+- info product: show CPEid and report enabled/missing update repos
+- Warn if /etc/products.d/baseproduct symlink is missing.
+- version 1.11.1
+* Thu Mar 20 2014 ma@suse.de
+- Add summary messages for application (bnc#869439)
+- Rephrase some 'zypper ps' related messages (bnc#866300)
+- Message about uninstallable patters is obsolete (bnc#869616)
+- version 1.11.0
+* Tue Mar 18 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb 23 2014 ma@suse.de
+- Don't include suggested packages in pattern content, as we can't
+  handle them (bnc#857671)
+- Fix computation of pattern status (bnc#864412)
+- fix wrong processing of translated plural forms (bnc#756195)
+- Fix result list of 'packages' command (bnc#864198)
+- version 1.10.8
+* Fri Feb 14 2014 ma@suse.de
+- Print Content Ids of required update repos in product info (Fate#316160)
+- Update man page
+- version 1.10.7
+* Tue Feb 11 2014 ma@suse.de
+- Show Product::endOfLife attribute in product info (Fate#316172)
+- Fix missing description tags and escaping in XML output.
+- Remove license text from test data (bnc#862471)
+- Add info command options to print dependencies.
+- version 1.10.6
+* Sun Feb  2 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan 30 2014 ma@suse.de
+- Fix eating all memory if stdout is not a tty.
+- version 1.10.5
+* Thu Jan 30 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jan 29 2014 ma@suse.de
+- Don't treat missing packages due to download mode as error in
+  fileconflict check.
+- Add --replacefiles option to resolve file conflicts (bnc#673720)
+- version 1.10.4
+* Sun Jan 26 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Jan 24 2014 ma@suse.de
+- Add fileconflicts report (bnc#673720)
+- version 1.10.3
+* Thu Jan 23 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Jan 20 2014 ma@suse.de
+- Zypper must refresh CD/DVD if no raw metadata are present. (bnc#859160)
+- Don't read metadata from CD/DVD repo if --no-check was used (bnc#859160)
+- Fix filelist search to match full paths instead of basenames only (bnc#859211)
+- Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
+- Rephrase 'Disabling repository...' message (bnc#856809)
+- Hint to SDB and openSUSE release notes
+- Add note that openSUSE only supports "zypper dup" one release at a time.
+- Fix grof .TP commands in manpage (bnc#854784)
+- Fix detailed printing of query matches (bnc#853167)
+- version 1.10.2
+* Thu Jan 16 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 12 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan  9 2014 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Nov 21 2013 ma@suse.de
+- Embed item count in summary output (bnc#756195)
+- Fix callback handling if media download error is ignored.
+- Fix detection of multiversion packages in transaction summary (bnc#844373)
+- Improve prompt with more options hidden behind '?' (bnc#844373)
+- Improve computation of unneeded packages
+- Fix message typo (bnc#845619)
+- version 1.10.1
+* Sat Oct 12 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct  9 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Oct  7 2013 ma@suse.de
+- Avoid duplicated product entries (bnc#841473)
+- Bump  version for Factory
+  13.1 is continued on SuSE-Code-13_1-Branch
+- version 1.10.0
+* Sat Oct  5 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct  2 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Sep 30 2013 ma@suse.de
+- Suppress duplicate "No package matching" messages (bnc#725872)
+- Fix 'zypper --root sh' creating the zypp lockfile outside chroot (bnc#575096)
+- Fix exception thrown if no config file exists, that's no error.
+- correct command help for search option --suggests
+- add --orphaned, --suggested, --recommended, --unneeded to 'zypper packages'
+- Fix inappropriate message about not installed recommend package (bnc#826973)
+- version 1.9.2
+* Sat Sep 28 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 25 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 21 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 18 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 14 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 11 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep  7 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep  4 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug 31 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 28 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 21 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug 17 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 14 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug  7 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug  3 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul 31 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jul 27 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul  3 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jun 29 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun 19 2013 ma@suse.de
+- Set default zypper.log mode to 0640 (bnc#825490)
+- version 1.9.1
+* Sat May 25 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed May 22 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May 18 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May 11 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed May  8 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri May  3 2013 ma@suse.de
+- Add -E, --show-enabled-only option to list repos/services command
+  (FATE#314994)
+- version 1.9.0
+* Wed May  1 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Apr 27 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 17 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Apr  5 2013 ma@suse.de
+- Added new option 'download-only' to source-install (bnc #640403)
+- Show the right product in summary (bnc#811997)
+- version 1.8.14
+* Wed Apr  3 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Mar 26 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Mar 26 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Mar 19 2013 ma@suse.de
+- disable repo permanently if required by user
+- also search in file list when searching for a path name in
+  provides (bnc #798290)
+- add option --verbose to search command (show details about matches)
+- enable substrings and wildcards for 'info' (bnc #741758)
+- add search for provides, requires, conflicts, suggests and obsoletes,
+  search for capabilities
+- version 1.8.13
+* Sun Mar 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Mar  4 2013 ma@suse.de
+- Fix 'zypper lu' also listing products (bnc#779740)
+- Fix -x printing edition values for arch-old (bnc#793809)
+- version 1.8.12
+* Sun Mar  3 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb 28 2013 ma@suse.de
+- fix zypper disregarding zypp.conf cache path settings (bnc#806568)
+- Allow re-install with different arch upon explicit request (bnc#804219)
+- version 1.8.11
+* Thu Feb 28 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb 24 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb 21 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb 17 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb 14 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb  7 2013 ma@suse.de
+- zypper commandline args must not silently overrule locks
+  (bnc#742633,bnc#788863)
+- version 1.8.10
+* Thu Feb  7 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Feb  4 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jan 30 2013 ma@suse.de
+- Add '--oldpackage' to allow rollback without malicious --force
+  (bnc#795076)
+- Add missing --recommends to verify command (bnc#722551)
+- version 1.8.9
+* Fri Jan 18 2013 ma@suse.de
+- Add source-download command (fate#313445)
+- Fixing permissions is obsolete since zypper refresh wrapper has
+  been dropped (bnc#764119)
+- Fix excess whitespace in install counter (bnc#674572)
+- version 1.8.8
+* Thu Jan 17 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 13 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan 10 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan  3 2013 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Dec 27 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Dec 20 2012 ma@suse.de
+- Fix install counter (bnc#793285)
+- Add an "--ignore-unknown" global option to zypper.
+- Show installation progress (bnc #779427)
+- version 1.8.7
+* Thu Dec 20 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Dec 16 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Dec  9 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Dec  6 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Nov 22 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Nov 18 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Nov 15 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Nov 13 2012 ma@suse.de
+- Add global '--userdata' option to allow defining transaction ids (fate#312521)
+- BuildRequire libzypp supporting userdata transaction ids.
+- Fix 'whatprovides' output (bnc#787318)
+- version 1.8.6
+* Thu Nov  1 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct 27 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Oct 25 2012 ma@suse.de
+- Fix source-install to accept package names and lookup their
+  source package (bnc#785832)
+- version 1.8.5
+* Wed Oct 24 2012 ma@suse.de
+- return dedicated error code if libzypp is locked (bnc #772353)
+- Don't ask for license agreement for openSUSE (bnc #780659)
+- add patch/list-patches option --category to man
+- Fix zypper output if stdout is not a tty (bnc#779716)
+- version 1.8.4
+* Wed Oct 17 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 26 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 22 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 19 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 15 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 12 2012 ma@suse.de
+- Use edition style on table columns in color mode
+- Reload target before executing a new command in 'zypper shell'
+  (bnc #767880)
+- version 1.8.3
+* Tue Sep 11 2012 ma@suse.de
+- show reason for not installed recommended packages (bnc #698766)
+- version 1.8.2
+* Mon Sep 10 2012 ma@suse.de
+- Rephrase misleading sections about zypp.conf and zypper.conf
+  (bnc#777323)
+- Enable zypper-log reading lzma (.xz) compressed logs.
+- properly encode data in XML output (bnc#773641)
+- version 1.8.1
+* Sat Sep  8 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 29 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Aug  2 2012 ma@suse.de
+- Bump version for Factory
+  1.7.x is continued on SuSE-Code-12_2-Branch
+- version 1.8.0
+* Wed Aug  1 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jul 28 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul 18 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul 11 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jul  4 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jun 30 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun 27 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Jun 25 2012 ma@suse.de
+- Fix spacing bug in progress bar (bnc#674572)
+- consider dual width fonts in output (bnc#766443)
+- Don't treat patches with licensed packages as interactive if
+  - -auto-agree-with-licenses is used (bnc#730824)
+- version 1.7.3
+* Sat Jun 23 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun 13 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jun  9 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun  6 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Jun  2 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed May 30 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May 26 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed May 23 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May 19 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed May 16 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May 12 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat May  5 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Apr 28 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 25 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Apr 24 2012 ma@suse.de
+- More fixes for multibyte string output (bnc#735016)
+- version 1.7.2
+* Sat Apr 21 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 18 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 18 2012 ma@suse.de
+- Some progress bar fixes
+- Fix eating terminal lines (bnc#735016)
+* Mon Apr 16 2012 ma@suse.de
+- Let zypper remove lock follow addlock with respect to args and behavior (bnc#751976)
+- Typo (bnc#756192)
+- Improve source package related messages upon install and remove (bnc#755239)
+- Pass --root to libzypp early so lockfile is created chroot (bnc#575096)
+- Do not acquire a zypp lock for 'zypper ps' (bnc#703598)
+- Show note about possibly incomplete 'zypper ps' if not run as root (bnc#710872)
+- version 1.7.1
+* Sat Apr 14 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr 11 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Apr 10 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Apr  7 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Apr  4 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Mar  1 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Feb 26 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb 23 2012 ma@suse.de
+- Fix augeas lense enforcing a non empty anonymous section (bnc#748144)
+* Thu Feb  9 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Feb  2 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 29 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 22 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sun Jan 15 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Jan 12 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jan 11 2012 ma@suse.de
+- Fix man page --cache-dir description. (bnc#738677)
+* Tue Jan 10 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Jan 10 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Jan 10 2012 ma@suse.de
+- Return nonzero (104 - INF_CAP_NOT_FOUND) when query matches no
+  package (bnc#719690)
+* Mon Jan  9 2012 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Dec 22 2011 ma@suse.de
+- Remove setuid root binary /usr/sbin/zypp-refresh-wrapper (bnc#724832)
+* Wed Dec 21 2011 ma@suse.de
+- Fix zypp.conf lens (bnc#687530)
+- New subpackage zypper-aptitude
+- version 1.7.0
+* Mon Dec 19 2011 ma@suse.de
+- Update manpage to give some repo URI examples (bnc#680630)
+* Tue Dec  6 2011 ma@suse.de
+- Print patch summary (bnc#733167)
+- zypper-log: fix regex to match hostnames with embeded '-' too.
+- version 1.6.18
+* Thu Dec  1 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Nov 30 2011 ma@suse.de
+- Eat trailing whitespace in zypper.conf (bnc#687530)
+- Fix some static initializer issues
+* Sun Nov 27 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Nov 22 2011 dheidler@suse.de
+- zypper-log: fixed bnc#732065:
+  Don't truncate output, when writing to pipe
+- version 1.6.17
+* Sun Nov 20 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Nov 17 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Mon Nov 14 2011 ma@suse.de
+- Never evaluate package support status on openSUSE (bnc#715057)
+* Sun Nov 13 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Nov 10 2011 ma@suse.de
+- Relax parsing obs:// urls (bnc#713521)
+* Sun Nov  6 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Nov  4 2011 ma@suse.de
+- zypper-log: fix regex and on the fly support searching yast logs too
+* Thu Nov  3 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct 29 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Thu Oct 27 2011 dheidler@suse.de
+- Change zypper-log arch to noarch
+* Wed Oct 26 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct 19 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct 15 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct 12 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Oct  8 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Oct  5 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 28 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep 17 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Sat Sep 17 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep 14 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Sep 13 2011 ma@suse.de
+- Fix 'zypper info's report of package support status (bnc#651614)
+- version 1.6.16
+* Sat Sep 10 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Sat Sep 10 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Sep  7 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Wed Sep  7 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Sep  3 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Sat Sep  3 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug 31 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Aug 30 2011 ma@suse.de
+- Restore default behavior for newly create repos to have gpg checks
+  enabled. This was accidentally disabled in 1.6.2. (bnc#714910,
+  bnc#524787)
+- version 1.6.15
+* Wed Aug 24 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Mon Aug 22 2011 ma@suse.de
+- Update sle-zypper-po.tar.bz2
+* Wed Aug 17 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug 13 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Sat Aug  6 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Aug  3 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Fri Jul 22 2011 ma@suse.de
+- Fix missing include header.
+* Thu Jul 21 2011 ma@suse.de
+- Fix 'zypper search' xml output (bnc#687529)
+- version 1.6.14
+* Tue Jul 19 2011 dheidler@suse.de
+- zypper-log: require python2.6 and argparse insted of 2.7
+    on suse < 11.4
+- zypper-log: fix dependencies for other distros
+* Wed Jul 13 2011 dheidler@suse.de
+- zypper-log: view better error msg when logfile doesn't exist
+* Wed Jul  6 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun 29 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Tue Jun 28 2011 dheidler@suse.de
+- better error msg for date format missmatch in zypper-log
+- 1.6.13
+* Tue Jun 28 2011 dheidler@suse.de
+- enable date option also for PID-Query in zypper-log
+- check date syntax in zypper-log
+- 1.6.12
+* Mon Jun 27 2011 dheidler@suse.de
+- Catch Broken-PIPE Exception in zypper-log
+- 1.6.11
+* Sat Jun 18 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun 15 2011 dheidler@suse.de
+- Add zypper-log tool (cli to access zypper logfile)
+* Thu Jun  9 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun  8 2011 ma@suse.de
+- Update zypper-po.tar.bz2
+* Wed Jun  8 2011 ma@suse.de
+- Adapt to changed ZYppCommitResult api.
+* Mon Jun  6 2011 dheidler@suse.de
+- fix crashing zypper when there are double config entries
+  in zypper.conf (bnc#614646)
+- 1.6.10
+* Tue May 31 2011 ma@suse.de
+- No longer use deprecated ZYppCommitResult methods.
+- 1.6.9
+* Tue May 31 2011 ma@suse.de
+- Correctly print exception history (bnc#655402)
+* Mon May 30 2011 dheidler@suse.de
+- use the tag-based patch-interactive interface of libzypp
+- 1.6.8
+* Wed May 25 2011 dheidler@suse.de
+- rename an option
+  old: --reboot-not-interact
+  new: --non-interactive-include-reboot-patches
+- 1.6.7
+* Tue May 24 2011 dheidler@suse.de
+- add option --reboot-not-interact (bnc#665853)
+- allow installation of paches wich require a reboot
+  non-interactively
+- 1.6.6
+* Thu May 19 2011 dheidler@suse.de
+- don't install prompt.h - use "zypper --promptids" instead
+  (bnc#637352)
+- 1.6.5
+* Wed May 18 2011 dheidler@suse.de
+- print warning when searching in disabled repo (bnc#661976)
+- 1.6.4
+* Fri May 13 2011 ma@suse.de
+- fix get_installed_providers by capability not to use selectables
+  (bnc#693576)
+- 1.6.3
+* Thu May  5 2011 dheidler@suse.de
+- add option to set/change gpgcheck flag for repos (bnc#524787)
+- 1.6.2
+* Tue Apr 26 2011 dheidler@suse.de
+- suppress success message, when adding lock failed (bnc#539159)
+- 1.6.1
+* Mon Apr 18 2011 dmacvicar@suse.de
+- fate#312127 list patches until certain date only
+* Fri Apr 15 2011 ma@suse.de
+- Fix list-patches/updates xml output to include architecture and
+  patch status information (bnc#687529)
+- Fix search xml output to actually write xml. (bnc#687529)
+- 1.5.8
+* Tue Apr 12 2011 dheidler@suse.de
+- use old repo cache when refresh failed for non-root users
+  (see bnc#683509)
+- 1.5.7
+* Mon Apr 11 2011 dheidler@suse.de
+- detect terminal linebreak when printing status (bnc#304282)
+- 1.5.6
+* Thu Apr  7 2011 dheidler@suse.de
+- zypper patch/lp category filter (fate#310085)
+- 1.5.5
+* Fri Mar 18 2011 dmacvicar@suse.de
+- zypper -n display license interactively (bnc#660001)
+  Patch by Bernhard Wiedemann <bwiedemann@suse.de>
+- 1.5.4
+* Mon Jan 17 2011 ma@suse.de
+- Don't perform automatic service refresh if non-root user.
+* Fri Jan 14 2011 ma@suse.de
+- Report service plugin excetions during refresh, but continue.
+* Thu Dec 23 2010 dheidler@suse.de
+- view mirrorlist-url when there is no baseurl set (in the repo-file)
+- 1.5.3
+* Mon Dec  6 2010 dheidler@suse.de
+- Try not to fail, when there is no baseurl (bnc#650920)
+- 1.5.2
+* Tue Nov 30 2010 jkupec@suse.cz
+- do not autorefresh services if --no-refresh is given
+- load target before refreshing services
+* Tue Nov 23 2010 ma@suse.de
+- Print error message if 'zypper ps' fails. (bnc #655402)
+* Mon Nov  8 2010 jkupec@suse.cz
+- modifyrepo: exit with error if repo not found (bnc #650822)
+* Sun Oct 31 2010 jkupec@suse.cz
+- Fixed multiversion packages incorrectly shown in "not updated"
+  list (bnc #629197).
+* Sat Oct 30 2010 jkupec@suse.cz
+- Summary: fixed not shown "not updated" list when there were no
+  installable updates when doing 'zypper up' (bnc #594282)
+* Fri Oct 29 2010 jkupec@suse.cz
+- Clear keyboard buffer before showing the prompt message
+  to avoid unwanted <enter> hits (bnc #649248)
+* Mon Oct 25 2010 jkupec@suse.cz
+- Tell about download-only switched on (bnc #648606)
+* Wed Oct 20 2010 jkupec@suse.cz
+- zypper in --force plainpkgname (no repo,EVRA) to request install
+  of the highest version regardless of vendor/deps/locks.
+  (bnc #483426)
+- 1.5.1
+* Tue Oct 19 2010 jkupec@suse.cz
+- Proper hint for forcing downgrade of a package (bnc #620377)
+* Tue Oct 19 2010 jkupec@suse.cz
+- Summary: ignore arch changes in the "not installed updates" list
+  (bnc #646410)
+* Mon Oct 18 2010 jkupec@suse.cz
+- Make repository list data (repos/lr) configurable (bnc #543510)
+- Also load the solv file when refreshing to ensure it was created
+  with proper version of satsolver-tools (bnc #456718)
+* Mon Oct 18 2010 jkupec@suse.cz
+- Fixed 'patch --skip-interactive' (bnc #647214)
+* Fri Oct 15 2010 jkupec@suse.cz
+- Auto-refresh services before loading repos.
+* Thu Oct 14 2010 jkupec@suse.cz
+- Make sure package gets installed from given .rpm file, not
+  repository (bnc #524280)
+- Better message in case non-root tries to access
+  /etc/zypp/credentials.d to get credentials for authenticated URL
+  (bnc #448736)
+* Tue Oct 12 2010 jkupec@suse.cz
+- Skip locked patches in 'patch' and 'list-patches' (bnc #420606)
+- Added Status to 'lp --issues' table
+* Mon Oct 11 2010 jkupec@suse.cz
+- Do not report changing to equivalent vendors as a vendor change
+  (bnc #605380)
+- In install summary, show version for packages which have multiple
+  versions installed (bnc #644820)
+- 1.5.0
+* Wed Oct  6 2010 jkupec@suse.cz
+- Use original user package string when reporting problems
+  (bnc #642051)
+* Mon Sep 20 2010 jkupec@suse.cz
+- Fixed unrecognized patchname-with-version (bnc #640399)
+* Thu Sep  9 2010 jkupec@suse.cz
+- Fixed zypper.conf parsing: allow white space before key=value.
+* Fri Aug 13 2010 dmacvicar@suse.de
+- add -lrt to build on Fedora
+* Tue Jul 27 2010 ma@suse.de
+- Fix evaluation of package specs containing edition or arch.
+  (bnc#624320)
+- 1.4.7
+* Fri Jul 23 2010 jkupec@suse.cz
+- Fixed wiki links in the man page (bnc #623860)
+* Thu Jul 15 2010 jkupec@suse.cz
+- Use getpass() from stduni.h instead of our own function.
+  Fixes bnc #619196
+- updated translations
+- 1.4.6
+* Tue Jul 13 2010 jkupec@suse.cz
+- Show support level in package info when running on SLE
+  (bnc #599154)
+* Fri Jul  2 2010 ma@suse.de
+- Let zypper manpage be found via `apropos`. (bnc#613198)
+* Thu Jun 10 2010 jkupec@suse.cz
+- Enabled obs:// URI in addrepo (bnc #423098).
+- updated translations
+- 1.4.5
+* Mon May 17 2010 jkupec@suse.cz
+- --clean-deps added to 'remove' command. The otion tells the
+  solver to remove any packages that become unneeded after removing
+  a packages that depended on them.
+  - -no-clean-deps also added, to override zypp.conf's
+  solver.cleandepsOnRemove setting.
+- Check for running pkgkit only if acquiring of zypp lock actually
+  fails (bnc #580513)
+- Use --cache-dir as base for other --*-cache-dir options.
+  - -pkg-cache-dir and --solv-cache-dir added
+- If name-version is auto-split, don't try caps (bnc #600471)
+- updated translations
+- 1.4.4
+* Tue May 11 2010 ma@suse.de
+- Show gpg keys creation and expire dates when asking to trust.
+* Thu May  6 2010 jkupec@suse.cz
+- Fixed empty 'not updated' lists (bnc #600134).
+- 1.4.3
+* Mon May  3 2010 ma@suse.de
+- Don't suggest "zypper ps" after update, if zypper itself is the only
+  process with deleted files open.
+* Wed Apr 28 2010 ma@suse.de
+- Fix 'zypper ps' not printing the first file twice. (bnc#599265)
+* Wed Apr 28 2010 ma@suse.de
+- Fix segv when printing solver feedback. (bnc#600236)
+* Mon Apr 26 2010 jkupec@suse.cz
+- Fixed ignored --download-* options (bnc #598268).
+* Mon Apr 19 2010 jkupec@suse.cz
+- Package selection code rewritten. Enabled unified package
+  arguments ([+/-]repo:type:nameOPversion.arch) for in/up/rm
+  commands.
+- 1.4.2
+* Thu Apr  1 2010 jkupec@suse.cz
+- Merged rpm .spec file cleanup (Pavol Rusnák)
+- Fixed crash if no available packages found in repos (bnc #591760)
+- 1.4.1
+* Fri Mar 26 2010 jkupec@suse.cz
+- --label added to 'targetos' command (bnc #586303)
+* Tue Mar 23 2010 jkupec@suse.cz
+- Fixed "removed locks:" message not translated (bnc #581332)
+* Tue Mar 23 2010 jkupec@suse.cz
+- Fixed 'lp --issues' and 'patch --cve #' (bnc #589640)
+* Thu Mar 18 2010 jkupec@suse.cz
+- Showing full product name in summary, license text, and products
+  table (bnc #589333)
+* Wed Mar 17 2010 jkupec@suse.cz
+- Reporting why specified selectable can't be updated
+  in 'zypper in packages' or 'zypper up packages' (bnc #522223)
+  In case of 'zypper up' the summary also shows a list of packages
+  that have update candidates, but will not get upgraded.
+- 1.4.0
+* Wed Mar  3 2010 jkupec@suse.cz
+- Ignoring trailing slash when matching repos by URL (bnc #585082)
+* Tue Mar  2 2010 jkupec@suse.cz
+- Checking for running PackageKit. If it's running zypper offers
+  to suggest to it to quit (bnc#580513).
+* Mon Mar  1 2010 jkupec@suse.cz
+- Show installed packages only from specified repos when
+  'zypper [-i|-u] -r repo' is used (bnc#467106)
+- 1.2.21
+* Thu Feb 25 2010 jkupec@suse.cz
+- Added a few forgotten strings for translation (bnc #581332)
+* Thu Feb 25 2010 ma@suse.de
+- Fix SEGV in Summary::writeResolvableList
+- 1.2.20
+* Tue Feb 23 2010 jkupec@suse.cz
+- Avoid a newline in 'zypper --quiet list-patches' (bnc #523573)
+* Tue Feb 23 2010 jkupec@suse.cz
+- Showing packages that need additional customer contract
+  separately in the installation summary (bnc #581926 c#6)
+* Mon Feb 22 2010 jkupec@suse.cz
+- Avoiding confirmation of unchanged license on upgrade
+  (bnc #394396)
+- 1.2.19
+* Sun Feb 21 2010 jkupec@suse.cz
+- clean --all: clean also garbage and zypper cache (bnc #467693)
+- 1.2.18
+* Fri Feb 19 2010 jkupec@suse.cz
+- Fixed broken --type (bnc #580571)
+* Wed Feb 10 2010 ma@suse.de
+- Fix 'zypper products' failing to list installed products under
+  certain conditions (bnc #578721)
+- Fix SEGV if $HOME or $PWD are unset in the environment (bnc #578684)
+- 1.2.17
+* Mon Feb  8 2010 jkupec@suse.cz
+- Replaced .po files in source tree by tarballs.
+- updated translations + SLE11-SP1 translations added
+- 1.2.16
+* Wed Feb  3 2010 jkupec@suse.cz
+- Exit if missing required option argument.
+- Start using Capability::guessPackageSpec to parse package
+  arguments.
+- man page updated (bnc #576080)
+- 1.2.15
+* Sat Jan 30 2010 jkupec@suse.cz
+- Fixed ignored .arch when specifying packages as name.arch
+  (bnc #561294)
+* Wed Jan 27 2010 jkupec@suse.cz
+- Setting --root correctly when working with lock (reported by Uwe)
+* Wed Jan 27 2010 jkupec@suse.cz
+- Correctly abbreviate strings with non-ascii characters in tables
+  (bnc #393723)
+* Thu Jan  7 2010 jkupec@suse.cz
+- Avoid overwriting progress lines with other messages
+  (bnc #495977)
+* Wed Jan  6 2010 jkupec@suse.cz
+- Fixed --no-force-resolution help text (bnc #535816)
+* Wed Dec  9 2009 jkupec@suse.cz
+- zypper.conf: main.showAlias option added to choose between
+  alias and name for showing repos
+* Tue Dec  8 2009 jkupec@suse.cz
+- search, pt: hide patterns flagged user invisible (bnc #538152)
+* Fri Dec  4 2009 jkupec@suse.cz
+- Report invalid alias exception from libzypp (bnc #473834)
+- 1.2.14
+* Thu Dec  3 2009 jkupec@suse.cz
+- Match repositories also by name wherever repository is expected
+  (bnc #462697).
+* Thu Dec  3 2009 jkupec@suse.cz
+- Show truely all updates when --all is used (bnc #557557)
+- 1.2.13
+* Wed Dec  2 2009 jkupec@suse.cz
+- new prompt options for media errors:
+  * cd/dvd: 'e' to eject selected drive (bnc #279045)
+  * https: 's' to disable SSL CA check (bnc #223512)
+* Fri Nov 27 2009 jkupec@suse.cz
+- solver.forceResolutionCommands added to zypper.conf to
+  configure commands in which forceResolve solver option
+  should be set (bnc #549940)
+- --download-* aliases added for --download <mode> option values
+- 1.2.12
+* Fri Nov 20 2009 jkupec@suse.cz
+- --download option added to in, up, dup, ve, and patch commands
+  to set the package download mode ad-hoc. Available download
+  modes: only, in-advance, in-heaps, as-needed.
+- Show update notifications after installation (fate #301175)
+- 1.2.11
+* Fri Nov 20 2009 jkupec@suse.cz
+- dist-upgrade: warn about muliple repos and show hint. This
+  is a temporary solution to fate #305553.
+* Thu Nov 19 2009 jkupec@suse.cz
+- Show recommended and suggested packages in summary (fate #303493)
+* Tue Nov 10 2009 jkupec@suse.cz
+- --gpg-auto-import-keys global option added (fate #307087)
+* Tue Nov 10 2009 jkupec@suse.cz
+- --with-interactive option added to 'patch' command (bnc #497711)
+* Fri Nov  6 2009 ma@suse.de
+- Fix zypper to use up-to-date RepoInfos. (bnc #544432)
+- 1.2.10
+* Fri Nov  6 2009 jkupec@suse.cz
+- fixed wrong package counting during installation (bnc #545295)
+* Fri Nov  6 2009 ma@suse.de
+- al/rl: Support 'kind:name' notation if -t is not given. Also required
+  to remove a specific lock as rl does not yet support -t. (bnc 551956)
+* Wed Nov  4 2009 jkupec@suse.cz
+- updated translations
+* Tue Nov  3 2009 ma@suse.de
+- Fix typo in man page. (bnc #552265)
+* Mon Nov  2 2009 ma@suse.de
+- Prevent clipping lines when output is redirected. (bnc #551744)
+- 1.2.9
+* Fri Oct 30 2009 ma@suse.de
+- Fix 'zypper in --from' selecting the wrong packages. (bnc #548392)
+- 1.2.8
+* Fri Oct 23 2009 ma@suse.de
+- Fix 'dup --from' not to perform a complete distupgrade. (bnc #549490)
+- Require at least libzypp version used at buildtime. (bnc #549205)
+- 1.2.7
+* Fri Oct 23 2009 jkupec@suse.cz
+- Fixed unintentional hiding of the 'p' install summary option
+  (bnc #549183)
+* Wed Oct 21 2009 ma@suse.de
+- Fix abort on 'zypper lu -a'. (bnc #548752)
+- 1.2.6
+* Mon Oct 12 2009 jkupec@suse.cz
+- 'zypper lr' now shows details about repos specified as arguments.
+- Added '--from' to 'zypper dup' to do the upgrade from
+  specified repos only.
+- Translations updated
+- 1.2.5
+* Tue Sep 29 2009 jkupec@suse.cz
+- Fixed wrong update candidate selection (bnc #539360)
+- Translations updated
+* Wed Sep 23 2009 jkupec@suse.cz
+- Fixed troubleshooting wiki link (bnc #533606)
+* Mon Sep 21 2009 jkupec@suse.cz
+- 'zypper ps' added to list processes using deleted files
+  (fate #300763). This is instead of showing the list after each
+  commit.
+* Fri Sep 18 2009 ma@suse.de
+- Remove connection to dead zypp::ScanDBReport.
+* Wed Sep 16 2009 ma@suse.de
+- Fix zyppers installRecommends option not following the zypp.conf
+  setting. (bnc #539579)
+* Thu Sep 10 2009 jkupec@suse.cz
+- Fixed wrong table column width computation causing excessive
+  output (bnc #534795)
+* Thu Sep  3 2009 jkupec@suse.cz
+- Showing running processes using files deleted by recent package
+  upgrade/downgrade or removal (fate #300763).
+* Thu Aug 27 2009 mvidner@suse.cz
+- 1.2.3, by popular demand
+* Mon Jul 27 2009 jkupec@suse.cz
+- Fixed installing rpms with epoch (bnc #404048)
+* Mon Jul 27 2009 jkupec@suse.cz
+- --download-only option added for in, up, patch, dup, and ve
+  command (fate #302159)
+* Wed Jul 15 2009 jkupec@suse.cz
+- list-updates: show also current installed version (bnc #466599)
+- 1.2.2
+* Wed Jul 15 2009 jkupec@suse.cz
+- Manage updates for bugzilla and CVE issues (fate #305503).
+  Following options added to lu and patch commands:
+  * list-updates: --bugzilla, --cve, --issues, --all
+  * patch: --bugzilla, --cve options added
+  See 'man zypper' for more details.
+* Thu Jul  9 2009 jkupec@suse.cz
+- Enable use of name-version.arch all together (bnc #519312).
+- Improved description in .spec file
+- Show verbose summary when -v is used (bnc #517171).
+  If -v is used, version are shown, if -vv is used, all the package
+  details are shown in the installation summary.
+* Wed Jul  8 2009 ma@suse.de
+- Remove references to deprecated UpgradeStatistics.
+* Mon Jun 29 2009 jkupec@suse.cz
+- Updated translations.
+- 1.2.1
+* Mon Jun 29 2009 jkupec@suse.cz
+- now 'list-patches' does not hide other updates if software
+  management updates (which are to be installed before any other)
+  are available. (bnc #503068)
+- fixed a bug in selection of updates in 'zypper patch'
+  (bnc #498814)
+* Tue Jun 23 2009 jkupec@suse.cz
+- Handle multiple versions of the same package in summary
+  (bnc #389128).
+* Mon Jun  8 2009 jkupec@suse.cz
+- some code cleanup and fixes
+- show arch & repo in 'products'
+- 1.2.0
+* Thu Jun  4 2009 ma@suse.de
+- Adapt to libzypp-6.8.0 api changes.
+* Fri May 22 2009 jkupec@suse.cz
+- Fixed some help issues (bnc #505938)
+* Sun Apr 26 2009 jkupec@suse.cz
+- config file handling improved, --config option added to load
+  custom config files instead of the default ones.
+  Override priority order with --config (highest to lowest):
+  * CLI options
+  * --config custom/zypper.conf
+  * zypp.conf
+* Sat Apr 25 2009 jkupec@suse.cz
+- Highlighting package count numbers in the summary.
+* Wed Apr 15 2009 jkupec@suse.cz
+- Fixed requesting of perl symbols in 'install'. E.g.
+  zypper install 'perl(MIME::Lite)' (bnc #433679)
+- Corrected list of repo priority in 'repos' and 'services' command
+  (bnc #436688) (Susanne Oberhauser <froh@novell.com>)
+* Thu Apr  2 2009 jkupec@suse.cz
+- configuration file support added. Global settings go to
+  /etc/zypp/zypper.conf, user's to $HOME/.zypper.conf.
+  Override priority order (highest to lowest):
+  * CLI options
+  * --config custom/zypper.conf
+  * $HOME/.zypper.conf
+  * /etc/zypp/zypper.conf
+  * zypp.conf
+- configurable colorized output added
+- improved installation summary (bnc #389128). Allows to view
+  version, arch, repo, vendor; view the summary in pager,
+  shows installed package counts
+- xmloutput now writes also old version and old arch in summary
+  (bnc #331060)
+- zypper.conf: solver/installRecommends option added, along with
+  - -recommends option for in, up, patch, ve, and dup commands
+  to override zypper.conf setting. If not used, libzypp's setting
+  is used. (bnc #478144)
+* Wed Mar 18 2009 jkupec@suse.cz
+- show dialog's default option in parentheses instead
+  of capitalizing it.
+* Thu Mar 12 2009 jkupec@suse.cz
+- turn off colors by default (to be configurable in zypper.conf)
+  (bnc #483349)
+- 1.1.1
+* Wed Mar 11 2009 jkupec@suse.cz
+- --requires and --recommends added to info command
+  (Marcus Hüwe <suse-tux@gmx.de>)
+* Tue Mar 10 2009 jkupec@suse.cz
+- Fixed noarch->anyarch and vice-versa update via 'zypper up foo'
+  (bnc #483179).
+- Fixed list-updates showing not-yet-installed packages
+  (bnc #483910).
+- 1.1.0
+* Fri Mar  6 2009 jkupec@suse.cz
+- Introduced colors.
+- Removed some forgotten control chars from non-terminal output
+  (bnc #440822).
+- Fixed FindReadline to find shared lib, not static.
+- Bash completion: allow spaces in repository aliases
+  (werner@suse.de) (bnc #474361)
+* Tue Feb 24 2009 ma@suse.de
+- Let 'zypper clean' keep the raw metadata cache of CD/DVD based
+  repositories. We'd need the CD/DVD again to recreate the data.
+  If this is actually desired, explicitly remove an recreate the
+  CD/DVD based repository. (bnc #476429).
+* Sun Feb 15 2009 jkupec@suse.cz
+- Writing additional rpm output after installing/removing packages
+  (bnc #369450)
+- Added ability to change URI in medium error dialog. Dialog help
+  texts added.
+* Thu Feb 12 2009 jkupec@suse.cz
+- Bash completion: added completion of global options and
+  locks for removelock command (jreidinger)
+* Thu Feb 12 2009 jkupec@suse.cz
+- Fixed localization and xml output of a/r/i prompt with timeout.
+* Wed Feb 11 2009 jkupec@suse.cz
+- Bash completion improved, allows completion after command
+  shorthands, multiple options, option shorthands, repository
+  aliases. (jreidinger)
+- Avoiding reading of input in a/r/i prompt with timeout in
+  non-interactive mode (bnc #469872)
+* Tue Jan 27 2009 jkupec@suse.cz
+- Adapted authetication callback for non-curl URLs (bnc #460970)
+* Thu Jan 15 2009 jkupec@suse.cz
+- fixed typo (bnc #447594)
+* Wed Jan 14 2009 jkupec@suse.cz
+- check for SLE platform on runtime using base product name
+  instead of compile time (adapted fate #305057)
+* Wed Jan 14 2009 jkupec@suse.cz
+- modifyrepo - accept multiple arguments
+* Mon Jan 12 2009 jkupec@suse.cz
+- some text and man page corrections
+* Mon Jan 12 2009 jkupec@suse.cz
+- fixed list-patches/patch inconsistency in determining needed
+  patches (bnc #464458)
+* Tue Dec 16 2008 jkupec@suse.cz
+- translations update
+- 1.0.3
+* Thu Dec 11 2008 jkupec@suse.cz
+- fixed typo (bnc #458248)
+- r11924
+* Fri Dec  5 2008 jkupec@suse.cz
+- man page update (fixes also bnc #450857)
+* Mon Dec  1 2008 jkupec@suse.cz
+- fixed handling of source-install -d and -D options (bnc #428131)
+- r11843
+* Fri Nov 28 2008 jkupec@suse.cz
+- translations update
+- 1.0.2
+* Mon Nov 24 2008 jkupec@suse.cz
+- fixed segfault in 'info' when looking for package to show
+  (bnc #448247)
+- r11795
+- 1.0.1
+* Mon Nov 24 2008 jkupec@suse.cz
+- fixed generation of solver testcases for verify and dist-upgrade
+- r11789
+* Wed Nov 19 2008 jkupec@suse.cz
+- encode user-supplied URL strings before using them in the Url object
+  (bnc #446395, bnc #444267)
+- r11722
+* Tue Nov 18 2008 jkupec@suse.cz
+- select packages to show in 'info' like the install/update command
+  does (bnc #437854) (r11701)
+- translations update
+- 1.0.0
+* Mon Nov 17 2008 jkupec@suse.cz
+- avoid removing of installed local rpms (bnc #445504)
+- r11689
+* Sun Nov  9 2008 jkupec@suse.cz
+- exit immediately after ctrl+c in prompt (bnc #417997)
+- r11643
+* Fri Nov  7 2008 jkupec@suse.cz
+- fixed listing updates in xml (bnc #441485)
+- r11625
+* Thu Oct 30 2008 jkupec@suse.cz
+- --from added to install command to mark packages for installation
+  (by glob/name) from specified repos
+- --entire-catalog option for rug compatibility
+  (does 'zypper in --from repo '*') (bnc #439806) (r11552)
+- translations update
+- 0.12.12
+* Thu Oct 30 2008 jkupec@suse.cz
+- fixed pager process (for viewing licenses) handling (bnc #439786)
+- r11543
+* Wed Oct 29 2008 jkupec@suse.cz
+- fix reporting of unknown options in a short options bunch
+  argument (e.g. -asdf) (bnc #299375)
+- r11531
+* Tue Oct 28 2008 jkupec@suse.cz
+- fixed se -s to show multiple installed version of the same
+  package
+- r11523
+* Tue Oct 28 2008 jkupec@suse.cz
+- translations update
+- r11519
+* Mon Oct 27 2008 jkupec@suse.cz
+- translations update
+- r11515
+- 0.12.11
+* Mon Oct 27 2008 jkupec@suse.cz
+- use /dev/tty for input, instead of stdin
+- do not return default value in prompts, if user input
+  is expected and EOF received (bnc #436963)
+- r11509
+* Mon Oct 27 2008 jkupec@suse.cz
+- force installation by capability if name.arch is specified
+  (bnc #305445)
+- complain if installing by --name and arch is specified
+- r11506
+* Mon Oct 27 2008 jkupec@suse.cz
+- --no-cd global option added to ignore CD/DVD repositories
+  (bnc #336211)
+- --no-remote global option added to ignore remote (downloading)
+  repositories
+- r11503
+* Sun Oct 26 2008 jkupec@suse.cz
+- 'rm -t patch' now tells the user that patches can't get
+  uninstalled (bnc #402640). The same for patterns, untill pattern
+  removal is defined and implemented.
+- r11491
+* Thu Oct 23 2008 jkupec@suse.cz
+- more appropriate 'accept key' dialog (bnc #436794)
+- r11460
+* Wed Oct 22 2008 jkupec@suse.cz
+- fixed unexpected exception when checking if refresh is needed
+  after a failed rpm download (bnc #436299)
+- r11449
+* Tue Oct 14 2008 jkupec@suse.cz
+- catch exceptions from initialization of callbacks, show an error
+  message and return ZYPPER_EXIT_ERR_BUG (bnc #435198)
+- r11346
+- 0.12.10
+* Tue Oct 14 2008 jkupec@suse.cz
+- lazy-initialize the RepoManager
+- services and targetos commands now use the readonly hack
+  (bnc #435184)
+- r11343
+* Tue Oct 14 2008 jkupec@suse.cz
+- translations updated
+- 0.12.9
+* Thu Oct  9 2008 jkupec@suse.cz
+- added 'productline' attribute to product info XML (bnc #433415)
+- deprecated 'type' replaced by 'isbase' boolean attribute in
+  product info XML
+- r11291
+* Tue Oct  7 2008 jkupec@suse.cz
+- new translations added
+- 0.12.8
+* Sun Oct  5 2008 jkupec@suse.cz
+- fixed reinstall (zypper in -f foo) (bnc #421588)
+- r11245
+* Sun Oct  5 2008 jkupec@suse.cz
+- update: correctly check if an update is available (bnc #422141)
+- r11242
+* Fri Oct  3 2008 jkupec@suse.cz
+- install: correctly check if an update is available (bnc #427105)
+- r11240
+* Fri Oct  3 2008 jkupec@suse.cz
+- 'ping' command added to simulate rug ping (bnc #430756)
+- r11236
+* Thu Oct  2 2008 jkupec@suse.cz
+- exit if package not found and in non-interactive mode
+  (bnc #403216)
+- r11226
+* Tue Sep 30 2008 jkupec@suse.cz
+- addservice: probe for repository/service type if in rug-compatible
+  mode (bnc #429620) r11216
+- typo in the help text (bnc #430814) r11215
+* Mon Sep 29 2008 jkupec@suse.cz
+- show in 'lu' what will 'up' actually propose to install
+- new --all/-a option for 'lu' to show the original raw list of
+  packages for which newer versions exist.
+  (bnc #395480) r11197
+- translations update
+- 0.12.7
+* Mon Sep 29 2008 jkupec@suse.cz
+- proper error message if the repository type can't be determined
+  on refresh (bnc #389690)
+- r11195
+* Sun Sep 28 2008 jkupec@suse.cz
+- 'update' and 'list-updates' now defaults to '-t package'
+- patch/list-patches commands added to install/list patches
+  (bnc #395480)
+- r11191
+* Thu Sep 25 2008 jkupec@suse.cz
+- sort packages by name in the install summary (bnc #389128)
+- r11167
+- 0.12.6
+* Thu Sep 25 2008 jkupec@suse.cz
+- repository information added to GPG key dialogs (bnc #370223)
+- r11165
+* Thu Sep 25 2008 jkupec@suse.cz
+- minimized RepoManager initializaiton, reduced logging drastically
+- r11162
+* Wed Sep 24 2008 jkupec@suse.cz
+- adapt to libzypp's keyring changes, trust and import dialogs
+  merged to one (bnc #366467)
+- r11162
+* Fri Sep 19 2008 jkupec@suse.cz
+- 'versioncmp' now uses zypp::Edition::compare() by default and
+  match() if --match option is used.
+* Fri Sep 19 2008 jkupec@suse.cz
+- 'licenses' command added (fate #303703)
+- r11108
+* Fri Sep 19 2008 jkupec@suse.cz
+- don't allow to change alias of a repo belonging to service
+- refresh-services: don't refresh non-service repositories by default
+- refresh-services: --no-repos/-R replaced by --with-repos/-r
+- r11103
+* Mon Sep 15 2008 jkupec@suse.cz
+- fixed --loose-auth and --loose-query for removerepo and
+  removeservice
+- r11066
+* Sat Sep 13 2008 jkupec@suse.cz
+- modifyservice --{ar,rr,cl}-to-{enable,disable} options added
+  (fate #304915)
+- modifyservice can now modify also non-service repos
+- r11061
+* Fri Sep 12 2008 jkupec@suse.cz
+- modifyservice command added (fate #304915)
+- r11055
+- 0.12.5
+* Fri Sep 12 2008 jkupec@suse.cz
+- --xmlout for products, patterns, and product-info
+- fixed patterns to respect --{un,}installed-only options
+- r11032
+- 0.12.4
+* Fri Sep 12 2008 jkupec@suse.cz
+- --type handling for addservice added
+- r11027
+* Fri Sep 12 2008 jkupec@suse.cz
+- print a hint to run 'zypper verify' (after install) on ignored
+  failed package download (fate #303527)
+- r11025
+* Wed Sep 10 2008 jkupec@suse.cz
+- services --with-repos added (also XML)
+- r11006
+* Tue Sep  9 2008 jkupec@suse.cz
+- adapted to new installed status handling of products
+- r10974
+- 0.12.3
+* Mon Sep  8 2008 jkupec@suse.cz
+- targetos command added
+- versioncmp command added
+- r10963
+* Mon Sep  8 2008 jkupec@suse.cz
+- Product Flavor added to product-info output
+- r10961
+* Mon Sep  8 2008 jkupec@suse.cz
+- XML output added for 'ls'
+- fixed to add only repositories matching the target distribution
+  when refreshing services
+- r10920, r10935, r10941
+* Tue Aug 19 2008 dmacvicar@suse.de
+- confirm unsupported packages in SLE
+  (fate#305057)
+* Mon Aug 18 2008 dmacvicar@suse.de
+- warn if repostory seems to be outdated
+  (fate#301904)
+- 0.12.2
+* Sat Aug  2 2008 jkupec@suse.cz
+- service handling improved, ls, rs, refs now allow to specify
+  services by #, alias, or URI as in repos
+- 'ls' and 'refs' corrected to work with proper service list
+  (repo index services + non-index repos not belonging to any
+  service)
+- r10731
+- 0.12.1
+* Tue Jul 29 2008 jkupec@suse.cz
+- say Retrieving instead of Downloading when getting files
+  (bnc #412851)
+- r10689
+* Tue Jul 29 2008 jkupec@suse.cz
+- addrepo --refresh/-f added to enable autorefresh upon adding the
+  repo (bnc #406006)
+- r10686
+* Mon Jul 28 2008 jkupec@suse.cz
+- fixed some stupid and some clever bugs in seach (bnc #411339, bnc
+  [#410008], bnc #406163, bnc #407588)
+- r10682
+* Mon Jul 28 2008 jkupec@suse.cz
+- installation by name (-n or -f) made case-insensitive
+  (bnc #412496)
+- r10675
+* Mon Jul 28 2008 jkupec@suse.cz
+- zypp-refresh: refresh only repositories with autorefresh enabled
+  (bnc #410791) r10673
+- initial implementation of repository service handling
+  (fate #304915) r10670
+* Mon Jul 21 2008 jkupec@suse.cz
+- don't mark mutliple patch solvables with the same name for
+  installation (bnc #400895)
+- r10623
+* Thu Jul 17 2008 ma@suse.de
+- Remove obsolete references to Script/Message/Atom
+* Fri Jul 11 2008 jkupec@suse.cz
+- fixed too much progress output when installing/removing
+  (bnc #404783)
+- zypp-refresh.lr added
+- some code cleanup, man page update
+- r10536
+- 0.12.0
+* Thu Jul 10 2008 ma@suse.de
+- If zypp is locked, the text provided by ZYppFactoryException. It
+  contains pid and name of the locking application. (bnc #280537)
+- r10533
+* Wed Jul  9 2008 jkupec@suse.cz
+- fix setting of solver flags for dist-upgrade (bnc #406959)
+- r10529
+* Thu Jun 26 2008 jkupec@suse.cz
+- zypp-refresh-wrapper: don't close stderr (#398530)
+- r10471
+* Wed Jun 25 2008 jkupec@suse.cz
+- 'xu' removed, replaced by
+  zypper --xmlout install -t package -t patch. r10470
+- source tree cleanup. r10454-10456
+* Fri Jun 20 2008 jkupec@suse.cz
+- adapted to new patch message and script handling (#401220)
+- r10424
+* Thu Jun 19 2008 jkupec@suse.cz
+- zypp-refresh: don't accept files with GPG problems (bnc #398530),
+  report an error instead. r10400
+- zypp-checkpatches utility removed (zypp-refresh + zypper is a
+  replacement) r10399
+- man page updated
+* Mon Jun 16 2008 jkupec@suse.cz
+- fixed typo in texts (bnc #389087)
+- r10352
+* Thu Jun 12 2008 jreidinger@suse.cz
+- support multiple arguments to add/remove lock (bnc #398844)
+- enable specify repository for add/remove lock
+- read only locks file, apply is not needed
+- doesn't initialize pool for add repo (bnc #398839)
+- r10370
+* Thu Jun  5 2008 jkupec@suse.cz
+- fix installation of patches/patterns/products (bnc #395326)
+- r10384
+* Wed Jun  4 2008 jkupec@suse.cz
+- count packages correctly on error (bnc #397037)
+- r10341
+* Tue Jun  3 2008 jkupec@suse.cz
+- repo priority allowed to be > 99
+- r10329
+* Mon Jun  2 2008 jkupec@suse.cz
+- --debug-solver for inr and ve (bnc #396353)
+- r10309
+* Fri May 30 2008 jkupec@suse.cz
+- zypper up <foo> to defaults to -t package (bnc #385990)
+- r10288
+* Fri May 30 2008 jreidinger@suse.cz
+- show help messages when show license in pager (bnc #394394)
+- r10284
+* Mon May 26 2008 jkupec@suse.cz
+- fixed layout of tables when the text contains special characters
+  (bnc #393723)
+- translations updated
+- r10223
+- 0.11.5
+* Sun May 25 2008 jkupec@suse.cz
+- ignore recommends of installed packages (bnc #389694)
+- new command 'install-new-recommends' to install these recommends
+- r10214
+* Sat May 24 2008 jkupec@suse.cz
+- basic overall install progress (bnc #240588)
+- r10212
+* Thu May 22 2008 jkupec@suse.cz
+- fixed addrepo -n (bnc #393579)
+- translations update
+- r10187
+- 0.11.4
+* Tue May 20 2008 dmacvicar@suse.de
+- fix zypper looping when arguments are parsed as
+  capabilities. (bnc#391644)
+* Tue May 20 2008 jkupec@suse.cz
+- display patch updates in --xmlout (bnc #390769) (r10162)
+- show correct patch list (r10164)
+* Tue May 20 2008 jkupec@suse.cz
+- info: show correct available version (bnc #386703)
+- info: look for exact package name matches, not substrings
+  (bnc #392723)
+- r10160
+* Tue May 20 2008 jreidinger@suse.cz
+- exit if bad arguments is passed to whatprovides (bnc #391576).
+- r10152
+* Fri May 16 2008 jreidinger@suse.cz
+- correctly report when libzypp cannot lock due to error instead of
+  allready existing lock. (bnc#300103)
+- r10120
+* Thu May 15 2008 jreidinger@suse.cz
+- support for symlink named rug - autoenable rug compatibility
+- r10106
+* Thu May 15 2008 jreidinger@suse.cz
+- fix input after showing in pager (bnc #390027)
+- r10102
+* Tue May 13 2008 jreidinger@suse.cz
+- user needn't to be root to operate on specified --root dir
+- r10059
+- 0.11.3
+* Mon May 12 2008 jkupec@suse.cz
+- fixed --uninstalled-only in search
+- r10053
+* Mon May 12 2008 jkupec@suse.cz
+- fixed rpm removal error reporting (bnc #388810)
+- r10046
+* Mon May 12 2008 jkupec@suse.cz
+- bash completion fixes by m4r3k: adapted to new command help; fall
+  back to path completion if there's nothing else to complete
+- r10043
+* Sun May 11 2008 jkupec@suse.cz
+- fixed update -t {patch,patter,product} (bnc #388201)
+- fixed patch-check
+- r10037
+* Fri May  9 2008 jkupec@suse.cz
+- set proper exit status after installation/removal failed (bnc #381203)
+- r10021
+* Fri May  9 2008 jreidinger@suse.cz
+- fix writing files outside specified root (bnc#388265)
+- r10019
+* Fri May  9 2008 jreidinger@suse.cz
+- implement cleaning locks (bnc#385967)
+- r10016
+* Fri May  9 2008 jreidinger@suse.cz
+- add removelock with name (bnc#385966)
+- r10006
+* Wed May  7 2008 jkupec@suse.cz
+- modifyrepo cleanup: --name added, -R is now used for
+  - -no-refresh, -a is now used for --all, deprecated warning added
+  for --enable-autorefresh and --disable-autorefresh options.
+- addrepo: use -C for --no-check to be consistent with other
+  boolean options
+- one more update of texts due to several bugs
+- r9970:9975
+* Mon May  5 2008 jkupec@suse.cz
+- search: reenable multiple search strings,--match-words, wildcards
+- r9947
+* Fri May  2 2008 jreidinger@suse.cz
+- implement keep-packages option to ar and mr
+- Implement mr filter by local, remote or protocol specific
+  repositories and all option (no filter).
+- r9935
+* Wed Apr 30 2008 jkupec@suse.cz
+- abbreviate package summary in the search to fit screen width
+- r9915
+- 0.11.2
+* Tue Apr 29 2008 jkupec@suse.cz
+- basic cleanup upon SIGINT and SIGTERM (will remove
+  temporary repos) (bnc #340505)
+- r9893
+* Tue Apr 29 2008 jreidinger@suse.cz
+- show license in pager (bnc #260883)
+- r9882
+* Tue Apr 29 2008 jreidinger@suse.cz
+- provide better info for allready installed capabilities.
+  (bnc #384412)
+- r9876
+* Mon Apr 28 2008 jkupec@suse.cz
+- translations update
+- 0.11.1
+* Mon Apr 28 2008 jkupec@suse.cz
+- fixed status of patches/patters/products
+- r9866
+* Mon Apr 28 2008 jkupec@suse.cz
+- fixed update (bnc #381908)
+- r9862
+* Mon Apr 28 2008 jkupec@suse.cz
+- fixed --force (bnc #383982)
+- r9856
+* Sun Apr 27 2008 jkupec@suse.cz
+- fixed malformed repo metadata download progress output
+  (bnc #377834)
+- unify progress report output (bnc #304277)
+- fix incorrect status 'done' report on error (bnc #377995)
+- r9848
+* Sun Apr 27 2008 jkupec@suse.cz
+- show also vendor changes in the install summary (bnc #381772)
+- the lists in the summary don't have to be mutually exclusive
+  only upgrade/downgrade/install/remove/reinstall lists must be.
+  The vendor/arch change lists then contains packages from the
+  above.
+- r9841
+* Sat Apr 26 2008 jkupec@suse.cz
+- added support for prompt help
+- added help for Continue? [y/n/p/?] prompt (bnc #381137)
+- r9837
+* Sat Apr 26 2008 jkupec@suse.cz
+- add 'p' option to the Continue? prompt to restart the solver with
+  force-resolution = false. The option will be shown only if there
+  are any packages to remove when install command was used with
+  force-resolution == true (bnc #381137)
+- no-recommends always true for 'remove'
+- r9834
+* Fri Apr 25 2008 jkupec@suse.cz
+- some fixes in the help texts (bnc #383089)
+- r9831
+* Fri Apr 25 2008 jkupec@suse.cz
+- in 'search -s', show the system packages only if no counterpart
+  can be found in the repositories (bnc #383182)
+- r9829
+* Fri Apr 25 2008 jreidinger@suse.cz
+- add richtext support also in license confirmation
+- r9823
+* Tue Apr 22 2008 jkupec@suse.cz
+- bash-completion: rename variable conflicting with yast
+  (bnc #382097)
+- r9793
+* Tue Apr 22 2008 jreidinger@suse.cz
+- suppress escape sequences and excessive output when writing to
+  a file or pipe rather than a terminal (bnc #336333)
+- r9786
+* Tue Apr 22 2008 jreidinger@suse.cz
+- add richtext support to zypper info (bnc #224677).
+- r9767
+* Mon Apr 21 2008 jkupec@suse.cz
+- texts cleanup, translations update
+* Mon Apr 21 2008 jkupec@suse.cz
+- rug's list-resolvables added (hardcoded list of resolvable types)
+  (fate #302148)
+- r9748
+* Mon Apr 21 2008 jkupec@suse.cz
+- show architecture changes in the install summary (bnc #381772)
+- show upgrades/downgrades with changed arch in the install summary
+  (bnc  #381772)
+* Mon Apr 21 2008 jkupec@suse.cz
+- allow correct translation of install summary (bnc #310896)
+- texts cleanup
+* Mon Apr 21 2008 jkupec@suse.cz
+- use isSatisfied() to determine installed status of PPP
+  (bnc #381295)
+- show search result groupped by name-kind (bnc #348676)
+- show summary, don't show repo (bnc #348676)
+- --details option added to show solvable list, columns rearranged
+* Sun Apr 20 2008 jkupec@suse.cz
+- some text corrections (bnc #381385, bnc #381366)
+* Sun Apr 20 2008 jkupec@suse.cz
+- fixed install foo-bar-version-release (bnc #381694)
+- r9728
+* Fri Apr 18 2008 jkupec@suse.cz
+- allow to force repository per-package using:
+  zypper install <repo_alias>:packagename (fate #302919)
+- r9707
+* Fri Apr 18 2008 jkupec@suse.cz
+- 'mount' command added (rug compatibility alias for
+  'zypper addrepo -t plaindir <localpath>') (fate #302148)
+- --name option added to addrepo command to be able to set repo
+  name
+- 'service-types' command (rug compatibility) - lists available
+  service types (hardcoded) (fate #302148)
+- clean-cache, cc, you-clean-cache, yc 'clean' command aliases for
+  rug (fate #302148)
+- r9700
+* Fri Apr 18 2008 jreidinger@suse.cz
+- add warning if as only one parameter is not specified repo file.
+  (bnc #380322)
+- r9695
+* Thu Apr 17 2008 jreidinger@suse.cz
+- fix multiple remove same repository
+- r9681
+* Wed Apr 16 2008 jkupec@suse.cz
+- fixed installed status column in zypper search (bnc #375161)
+- 'packages' command added (fate #302148)
+- r9669
+* Wed Apr 16 2008 jkupec@suse.cz
+- changed ar --nocheck to --no-check to be consistent
+- r9660
+* Tue Apr 15 2008 jkupec@suse.cz
+- options added to 'zypper repos' to list URI, priority, type
+  and to sort by name, alias, URI and priority (bnc #364391)
+- r9656
+* Tue Apr 15 2008 jkupec@suse.cz
+- don't look for rpm if path starts with '/' and does not end with
+  .rpm (bnc #337007)
+- r9651
+* Tue Apr 15 2008 jreidinger@suse.cz
+- bash completion - if no option can be completed, return to
+  default behaviour.
+- r9646
+* Tue Apr 15 2008 jkupec@suse.cz
+- make translator comments visible
+- r9641
+* Tue Apr 15 2008 jreidinger@suse.cz
+- remove redundant -f in the man page (bnc #379889)
+- r9633
+* Mon Apr 14 2008 jkupec@suse.cz
+- some texts cleanup (bnc #379235)
+- r9629
+- 0.11.0
+* Mon Apr 14 2008 jkupec@suse.cz
+- use --force-resolution and --no-force-resolution instead of
+  - -force-resolution <on|off>
+- r9627
+* Mon Apr 14 2008 jkupec@suse.cz
+- --no-recommends added to install, update, dist-upgrade and verify
+  to suppress installation of recommended packages
+- r9623
+* Mon Apr 14 2008 jkupec@suse.cz
+- pattern content with Dependency (Recommended/Suggested) column added
+  for pattern-info (fate #301930)
+- r9620
+* Mon Apr 14 2008 jkupec@suse.cz
+- 'patterns' command added (fate #302148)
+- 'patches' now take repos as arguments (fate #302148)
+- r9617
+* Mon Apr 14 2008 jkupec@suse.cz
+- package lock management commands added (addlock, removelock, and
+  locks) (fate #120118, fate #302148)
+- r9612
+* Sun Apr 13 2008 jkupec@suse.cz
+- added Recommends: logrotate cron bash-completion (bnc #379553)
+* Sun Apr 13 2008 jkupec@suse.cz
+- allow wildcards in install (fate #302193, fate #302148)
+- fall back to --capability if package not found by name
+  (fate #302919)
+- r9597
+* Sun Apr 13 2008 jkupec@suse.cz
+- allow zypper install foo-bar-version-release
+  (fate #302919, fate #302148)
+- allow white space when specifying version with operators in
+  install/remove commands (fate #302919)
+- r9595
+* Sun Apr 13 2008 jkupec@suse.cz
+- allow update of individual packages + support wildcards
+  (bnc #345458, bnc #284725, and abuse of fate #302511 :O)
+- 'update foo' treat command arguments as repos in rug-compatible
+  mode (fate #302148)
+- 'update': dummy --download-only and --category options for now
+  (fate #302148)
+- r9590
+* Sun Apr 13 2008 jkupec@suse.cz
+- always check if the repo is up-to-date on explicit refresh
+  request (zypper ref)
+- r9576
+* Sat Apr 12 2008 jkupec@suse.cz
+- say 'foo already installed' or 'foo not found' when installing or
+  removing by injecting solver requirements/conflicts (bnc #379195)
+- r9572
+* Sat Apr 12 2008 jkupec@suse.cz
+- allow to install and remove package in one command by prepending
+  package name by + or ~ modifiers (for install) and - or ! (for
+  uninstall). fate #302148, bnc #230342
+- allow install foo<op<version>> without having to use --capability
+  (fate #302919)
+- r9569
+* Tue Apr  8 2008 jreidinger@suse.cz
+- give better hint if zypper cannot download file from out of date
+  repository. (bnc #377137).
+- r9454
+* Fri Apr  4 2008 jreidinger@suse.cz
+- fix escaping characters for shell and for local files
+- r9381
+* Sun Mar 30 2008 jkupec@suse.cz
+- --priority option added to the modifyrepo command to set repository
+  priority (bnc #369827)
+- r9311
+- 0.10.5
+* Sat Mar 29 2008 jkupec@suse.cz
+- 'verify' command added (fate #301178)
+- r9305
+* Fri Mar 28 2008 jkupec@suse.cz
+- fixed crashing in help when zypp not initialized (bnc #372696)
+- r9296
+* Thu Mar 27 2008 jreidinger@suse.cz
+- same default for adding by URL & alias and by repo file.
+- Drop support for no-refresh parameter during addrepo.
+- r9282
+* Thu Mar 27 2008 jkupec@suse.cz
+- fixed dependency problem prompt (bnc #372711), options now
+  also available for translation
+- r9280
+* Tue Mar 25 2008 jkupec@suse.cz
+- fixed dependency problems not shown in non-interactive mode
+  (bnc #373125)
+- r9269
+* Tue Mar 25 2008 jreidinger@suse.cz
+- add end of line to add repository output (bnc #373196)
+- r9261
+* Fri Mar 21 2008 jreidinger@suse.cz
+- add new call for abort/request/ignore question with timeout
+- in media request callback add this call for temporary network
+  problems, and first three run have retry as default and then
+  abort is default (bnc #328822)
+- r9248
+* Thu Mar 20 2008 jreidinger@suse.cz
+- precise information why not update repository (bnc #307249)
+- r9235
+* Tue Mar 18 2008 jkupec@suse.cz
+- provide feedback when downloading metadata (bnc #300903)
+- r9198
+* Tue Mar 18 2008 jreidinger@suse.cz
+- add abort/retry/ignore option when download fail (bnc #340345)
+- r9190
+* Fri Mar 14 2008 jkupec@suse.cz
+- use default answers to prompts on enter. Default answer options
+  will be shown uppercase.
+- don't offer to skip or retry in the prompt if there is only one
+  dependency problem (bnc #369608)
+- r9161
+- 0.10.4
+* Fri Mar 14 2008 jreidinger@suse.cz
+- --check and --nocheck options added to the addrepo command
+  (bnc #309612)
+- r9143
+* Tue Mar 11 2008 jreidinger@suse.cz
+- say exactly what did modifyrepo change (bnc #327580)
+- r9091
+* Mon Mar 10 2008 jkupec@suse.cz
+- show download rate for http/ftp downloads (bnc #227903)
+- r9077
+* Mon Mar 10 2008 jkupec@suse.cz
+- zypper clean is now able to clean also normal meta-data caches
+  (the .solv files)
+- r9070
+* Fri Mar  7 2008 jkupec@suse.cz
+- fixed crashing when searching with no search terms (bnc #366487)
+- r9055
+- 0.10.3
+* Fri Mar  7 2008 jreidinger@suse.cz
+- addrepo now allows to use a .repo file URI as an argument
+  (bnc #240018)
+- r9047
+* Fri Mar  7 2008 jreidinger@suse.cz
+- allow write repo as number or URL -repo and for repo-manipulating
+  commands (bnc #298312)
+- allow multiple repos in removerepo command (bnc #244440)
+- r9044
+* Thu Mar  6 2008 jkupec@suse.cz
+- bash completion script added (thanx to Marek Stopka)
+- r9035
+* Thu Mar  6 2008 jkupec@suse.cz
+- don't show download progress of the media file if not vebose
+  (bnc #330614)
+- r9026
+* Tue Mar  4 2008 jkupec@suse.cz
+- appropriate error message for problems with rpm database during
+  reading installed packages or after installation (bnc #364370)
+- say 'no space will be freed/used' instead of '0 will be freed'
+  (bnc #309112)
+* Fri Feb 29 2008 jkupec@suse.cz
+- --xmlout for repos, install, update, dist-upgrade, remove,
+  list-updates, refresh, and *repo command complete (fate #302595)
+- install prompt.h to /usr/include/zypper and xmlout.rnc to
+  /usr/share/zypper/xml
+- r8970
+- 0.10.2
+* Fri Feb 29 2008 jkupec@suse.cz
+- xml encode the repo url and alias in update xml (bnc #337424,
+  bnc #342701)
+* Thu Feb 28 2008 jkupec@suse.cz
+- fixed solver solution detail text indentation (bnc #358871)
+- better solver prompt text (bnc #365236)
+* Sat Feb 23 2008 dmacvicar@suse.de
+- default autorefresh to disabled like every other package
+  management tool
+* Fri Feb 22 2008 jkupec@suse.cz
+- --xmlout almost done (special command result output missing)
+- fixed --quiet (#359188)
+- 0.10.1
+* Fri Feb 22 2008 visnov@suse.cz
+- After generating testcase, also show the location in the message
+* Fri Feb 22 2008 ma@suse.de
+- Fixed typo in help text (bnc #363804)
+- revision 8862
+* Thu Feb 21 2008 jkupec@suse.cz
+- xmlout - added support for <prompt> and <download> (bnc #345870)
+- r8846
+* Sun Feb 17 2008 dmacvicar@suse.de
+- add support for installing build dependencies from
+  source package (w.i.p) (bnc #348685)
+* Fri Feb 15 2008 jkupec@suse.cz
+- --xmlout added (still work in progress)
+- 0.10.0
+* Fri Feb 15 2008 visnov@suse.de
+- implemented clean command
+* Wed Feb 13 2008 coolo@suse.de
+- increase version number to mark satsolver branch
+* Tue Feb 12 2008 jkupec@suse.cz
+- ar and mr command options made consistent (bnc #356132,
+  bnc #356135)
+- fixed conflicting search -c, --case-sensitive is -C now
+  (bnc #358021)
+- fixed 'zypper --help' (bnc #358850)
+* Mon Feb  4 2008 jkupec@suse.cz
+- new exit code 104 ZYPPER_EXIT_INF_CAP_NOT_FOUND (bnc #358326)
+- r8451
+* Fri Feb  1 2008 jkupec@suse.cz
+- --no-refresh global option added (bnc #356741)
+- fixed renaming to an existing alias (bnc #228216)
+- r8436
+- 0.9.6
+* Thu Jan 31 2008 jkupec@suse.cz
+- fixed zypper help shell (bnc #357262)
+- r8419
+* Thu Jan 17 2008 jkupec@suse.cz
+- --dry-run for in, rm, up, and dup (bnc #350736)
+- r8306:8311
+* Mon Jan 14 2008 jkupec@suse.cz
+- ability to install plain RPM files whose locations are specified
+  in the install command arguments (FATE #302151, bug #230223).
+- r8261:8274
+- 0.9.5
+* Wed Jan  9 2008 jkupec@suse.cz
+- support # and URI as well as alias in --repo (#298312)
+- multiple --repo allowed now in all commands supporting the option
+- --repo for refresh (less surprises for users)
+- r8249:8250
+* Fri Jan  4 2008 jkupec@suse.cz
+- new global options: --plus-repo, --disable-repositories,
+  - -disable-system-resolvables (#224886)
+- r8195
+* Tue Dec 11 2007 jkupec@suse.cz
+- product and pattern (#266896) support added to the info command
+- product-info and pattern-info command aliases added for rug
+  compatibility
+- added Vendor to the info output
+- r8107
+- 0.9.4
+* Sun Dec  9 2007 jkupec@suse.cz
+- --type added for the 'info' command
+- 'quit' command help added
+- r8084
+* Sun Dec  9 2007 jkupec@suse.cz
+- fixed the install command in the shell (#345004)
+- r8080
+* Sun Dec  9 2007 jkupec@suse.cz
+- fixed addrepo command (#346797)
+- show help by default if no option or command was specified (#346507)
+- show help if --help is specified :O)
+- r8077
+* Wed Dec  5 2007 jkupec@suse.cz
+- reset user selections after install/remove in the zypper shell
+  (#288740)
+- r8028
+- forgotten changelog for 0.9.3 r8008 - sync pool after commit when
+  in shell (re-read installed resolvables)
+* Tue Dec  4 2007 jkupec@suse.cz
+- removed some unnecessary boost dependencies (dmueller) (#344941)
+- fixed crashing if couldn't acquire ZYpp lock
+* Mon Dec  3 2007 jkupec@suse.cz
+- new defaults for the force-resolution solver mode:
+  'on' by default in the interactive mode,
+  'off' by default in the non-interactive.
+  'on' is the default for rug-compatible mode (even non-interact.).
+  And finally, if the --force-resolve <on|off> is specified, it
+  takes preference.
+- r8011
+- 0.9.3
+* Fri Nov 30 2007 jkupec@suse.cz
+- avoiding unwanted translation of zypper keywords (#343335)
+- r7994
+* Fri Nov 30 2007 jkupec@suse.cz
+- fixed some unsufficient permission exceptions for non-root
+  (#344938)
+- r7988
+* Tue Nov 27 2007 jkupec@suse.cz
+- fixed help invocation (#337406)
+- r7944
+* Tue Nov 27 2007 jkupec@suse.cz
+- fixed some more issues with gcc 4.3
+- some code refactoring
+* Mon Nov 19 2007 tgoettlicher@suse.de
+- preserve lang in zypp-checkpatches-wrapper (#333882)
+- r7864
+* Mon Nov 12 2007 jkupec@suse.cz
+- dist-upgrade added (experimental) FATE #302460
+- r7786
+- 0.9.2
+* Fri Nov  9 2007 jkupec@suse.cz
+- made force-resolution solver mode off by default
+  (but still on when running in the rug compatibility mode)
+- --force-resolution option added to in, rm, and up commands
+  to control the setting (#337370)
+- r7773
+* Tue Oct 30 2007 jkupec@suse.cz
+- supress progress output when --quiet (#335305, #336333)
+- r7703
+* Mon Oct 29 2007 jkupec@suse.cz
+- (s)kip option added to the dependency problem resolution prompt
+- r7689
+* Fri Oct 26 2007 jkupec@suse.cz
+- --root now adapts also repos.d and cache dirs
+- require an absolute path for --root (#335609)
+- proper return value for help
+- r7662
+- 0.9.1
+* Fri Oct 26 2007 jkupec@suse.cz
+- when --skip-interactive is specified, skip also patches having a
+  license to confirm, even if they are not marked as interactive
+  (#236360)
+- r7646
+* Tue Oct 23 2007 jkupec@suse.cz
+- --reposd-dir, --cache-dir, and --raw-cache-dir global options
+  added
+- r7608
+* Mon Oct  8 2007 jkupec@suse.cz
+- fixed compilation with gcc 4.3
+- r7468
+- 0.9.0
+* Mon Oct  8 2007 jkupec@suse.cz
+- missing -y option added to the update command (rug-compatibility)
+  (#331632)
+- r7465
+* Sat Oct  6 2007 jkupec@suse.cz
+- correctly translate the command list (help text) (#327487)
+- r7460
+* Sat Oct  6 2007 jkupec@suse.cz
+- don't check if to refresh cd/dvd repos even on user request
+  unless forced
+- r7449
+* Tue Oct  2 2007 mvidner@suse.cz
+- Fixed misalignment in localized tables (#328918).
+* Tue Sep 25 2007 jkupec@suse.cz
+- report malformed URLs correctly in zypper addrepo (#325660)
+- make compiler happy about /* withing comments
+- r7374
+* Fri Sep 21 2007 jkupec@suse.cz
+- fix zypper refresh exit status (#326694)
+- translations update
+- r7333
+- 0.8.23
+* Thu Sep 20 2007 jkupec@suse.cz
+- gcc build requires decreased to gcc 4.1
+* Wed Sep 19 2007 aschnell@suse.de
+- close file-descriptors > 2 in zypp-checkpatches-wrapper (bug
+  [#325556])
+* Tue Sep 18 2007 aschnell@suse.de
+- call setgid and umask and check file-descriptors 0, 1 and 2 in
+  zypp-checkpatches-wrapper (bug #325556)
+* Tue Sep 18 2007 dmacvicar@suse.de
+- fix (#309267) reinstalling already installed resolvables
+  (adds --force option)
+- 0.8.22
+* Mon Sep 17 2007 jkupec@suse.cz
+- translations update
+- r7273
+* Fri Sep 14 2007 jkupec@suse.cz
+- don't warn about reboot or restart if the action has been cancelled
+  (#257520)
+- translations update
+- r7250
+- 0.8.20
+* Thu Sep 13 2007 dmacvicar@suse.de
+- Show reason of commit error (#308511)
+- 0.8.20
+* Wed Sep 12 2007 jkupec@suse.cz
+- translations update
+* Wed Sep 12 2007 jkupec@suse.cz
+- display localized resolvable kind in various texts
+* Wed Sep 12 2007 jkupec@suse.cz
+- displaying the file download progress during commit phase
+  (installation) by default (#309043)
+- make package selection by name (--name) the default for
+  install/remove commands (due to many bug reports)
+- --capability added to install/remove commands to select packages
+  by capability
+- r7205
+* Tue Sep 11 2007 jkupec@suse.cz
+- always display name instead of alias (except for the renamerepo
+  command, which works with alias) (#308669)
+- don't display the number of problems if only one found (#304283)
+- translations update
+- r7194
+* Tue Sep 11 2007 jkupec@suse.cz
+- translations update
+- man page update
+- r7174
+* Mon Sep 10 2007 jkupec@suse.cz
+- report too many arguments (#307639)
+- r7164
+* Mon Sep  3 2007 jkupec@suse.cz
+- fix broken compiler flags (schwab)
+- r7099
+- 0.8.19
+* Mon Sep  3 2007 jkupec@suse.cz
+- authentication prompt implemented (#190609)
+- LOCK documention added to man page (mvidner)
+- r7093
+* Mon Sep  3 2007 jkupec@suse.cz
+- removing rpm message improved (#307132)
+- r7086
+* Mon Sep  3 2007 kkaempf@suse.de
+- make (r)etry (c)ancel answer case-insensitive (#307122)
+* Fri Aug 31 2007 jkupec@suse.cz
+- fixed error message of zypper ar -r (#306667)
+- r7055
+* Fri Aug 31 2007 kkaempf@suse.de
+- dont prompt for solutions if none are available.
+- dont duplicate dependency problems in output.
+- indent details by 2 blanks, resolver indents further details
+  by 4 blanks.
+- provide additional details for problems (#306240)
+- don't prompt user for every dependency (#304325)
+- don't clutter the log with pool lists.
+- r 7054
+* Thu Aug 30 2007 jkupec@suse.cz
+- suppressing excessive output of media errors
+- prompting for media change only for changeable media
+- adapted to libzypp 3.21.0 (#294481)
+- r7043
+- 0.8.18
+* Wed Aug 29 2007 jkupec@suse.cz
+- proper fix for y/n translation (#304650)
+- r6965
+* Wed Aug 29 2007 jkupec@suse.cz
+- expect MediaException during commit (#305113)
+- r6964
+* Tue Aug 28 2007 jkupec@suse.cz
+- displaying repo name instead of alias where appropriate (#304659)
+- don't display URI by default (#230335)
+- r6947
+* Tue Aug 28 2007 kkaempf@suse.de
+- Don't search disabled repos, override with --repo (#304653)
+- r 6945
+* Tue Aug 28 2007 dmacvicar@suse.de
+- (#302379) allows to skip packages and abort
+* Tue Aug 28 2007 mvidner@suse.cz
+- "help foo" now works like "foo --help" (by Dominique Leuenberger, #299818).
+* Tue Aug 28 2007 kkaempf@suse.de
+- support "-r" (limit to repo) on search (#305384)
+- rev 6937
+- version 0.8.17
+* Tue Aug 28 2007 kkaempf@suse.de
+- allow for multiple types when searching, default to '-t package'.
+  check architecture on search output,
+    different arch is always 'uninstalled'.
+  don't show 'atoms' in 'zypper up' output.
+  (#300569)
+- rev 6933
+* Tue Aug 28 2007 dmacvicar@suse.de
+- a init target at refresh to have keys available
+  (#304672)
+- rev 6928
+* Mon Aug 27 2007 jkupec@suse.cz
+- translations update
+- mark [y/n] for translation (#304650)
+- r6894
+* Fri Aug 24 2007 mvidner@suse.cz
+- Help now works in the shell (by Dominique Leuenberger, #299818).
+* Thu Aug 23 2007 mvidner@suse.cz
+- Shell stopped working at all; fixed (#301666).
+* Thu Aug 23 2007 mvidner@suse.cz
+- Re-enabled the read-only lock for service-list (#302152).
+- Corrected cache paths in the man page (#302662).
+- 0.8.16
+* Tue Aug 21 2007 dmacvicar@suse.de
+- fix invalid capability creation (#301690)
+- 0.8.15
+* Tue Aug 21 2007 tgoettlicher@suse.de
+- unification and clean up of XML output
+- r6787
+* Mon Aug 20 2007 mls@suse.de
+- fixed changelog ordering
+* Mon Aug 20 2007 kkaempf@suse.de
+- fix first column (i/v) of 'search' output
+- r6759
+- 0.8.14
+* Mon Aug 20 2007 kkaempf@suse.de
+- adapt to unified query API of libzypp-3.18.x
+- r6756
+* Fri Aug 17 2007 jkupec@suse.cz
+- text update from proof-reading
+- some output clean-up
+- r6746
+- 0.8.13
+* Fri Aug 17 2007 kkaempf@suse.de
+- implement --type and --match-exact options for cache search
+- fix repository and kind in output
+  requires libzypp >= 3.17.0
+- r6737
+* Thu Aug 16 2007 kkaempf@suse.de
+- initial implementation of cache search
+  requires libzypp >= 3.16.0
+- r6722, version 0.8.12
+* Thu Aug 16 2007 jkupec@suse.cz
+- more comprehensive message after adding a repository
+- disabling autorefresh for CD and refreshing right after adding with
+  zypper addrepo (part of #292417)
+- install summary formatting bug (no new line and indent)
+- more improved error reporting
+- r6704
+* Wed Aug 15 2007 jkupec@suse.cz
+- providing correct capability for installing a resolvable(#298322)
+  fixed for real this time
+- r6686
+- 0.8.11
+* Tue Aug 14 2007 jkupec@suse.cz
+- zypper repos --export <FILE|-> added for exporting definitions of
+  repositories into a single repo file (FATE #301744)
+- improved zypper install command description in the man (#284725)
+- r6650
+* Tue Aug 14 2007 jkupec@suse.cz
+- forgotten --catalog alias for --repo option added for rug
+  compatibility (support fo repo numbers as --repo argument still
+  pending)
+- r6645
+* Tue Aug 14 2007 tgoettlicher@suse.de
+- fixed missing </stream> tag in xml output
+- r6635
+* Mon Aug 13 2007 jkupec@suse.cz
+- providing correct capability for installing a resolvable(#298322)
+- fixed spaces in a message (#299620)
+- r6638
+* Mon Aug 13 2007 tgoettlicher@suse.de
+- removed restart message from xml (#298942)
+- r6626
+* Sun Aug 12 2007 jkupec@suse.cz
+- user-friendly install summary (FATE #302152) - try also verbose
+  output (-v)
+- r6621
+- 0.8.10
+* Fri Aug 10 2007 dmacvicar@suse.de
+- apply persistant locks on establish
+- require libzypp 3.14.0
+* Fri Aug 10 2007 jkupec@suse.cz
+- improved error reporting of repository operations (#298506)
+- r6564
+* Thu Aug  9 2007 jkupec@suse.cz
+- Logging of zypper version added.
+- '-n' shorthand added for --non-interactive
+- r6539
+* Wed Aug  8 2007 jkupec@suse.cz
+- fixed -y option support (did not switch to non-interactive mode)
+- r6521
+* Tue Aug  7 2007 tgoettlicher@suse.de
+- added status "no-update-repositories" to xml output when no update
+  repos are defined (#fate 300635)
+- r6510
+* Tue Aug  7 2007 jkupec@suse.cz
+- fixed zypper to complain when given an invalid answer in y/n prompt
+  (#232250) plus made the answer translatable.
+- r6507
+* Mon Aug  6 2007 jkupec@suse.cz
+- changed zypper source-install to take more arguments at once
+- changed the versioned capability to be expected as
+  NAME[OP<EDITION>] (without spaces) for in/rm commands
+- r6498
+- 0.8.9
+* Mon Aug  6 2007 jkupec@suse.cz
+- removed provides/obsoletes rug (#294224)
+- r6491
+- 0.8.8
+* Mon Aug  6 2007 jkupec@suse.cz
+- preliminary support for installation of source packages
+  (FATE #301171), without possibility to specify version to install
+  and to install its dependencies along
+- r6489
+* Sun Aug  5 2007 jkupec@suse.cz
+- translations added/updated
+- r6478
+* Sat Aug  4 2007 jkupec@suse.cz
+- new refresh options added: --force, --force-build, --force-download,
+  - -build-only, --download-only
+- r6476
+* Sat Aug  4 2007 jkupec@suse.cz
+- zypper refresh now takes aliases or repo numbers that should be
+  refreshed as arguments.
+- zypper repos output fixed to show proper repo numbers (#296779)
+- r6473
+* Fri Aug  3 2007 dmacvicar@suse.de
+- zypper uses tribool internally. So autorefresh and enabled now
+  have this order of preference:
+  cmd line value
+  .repo file
+  zypp default
+- 0.8.7
+* Fri Aug  3 2007 dmacvicar@suse.de
+- better error handling. remove duplicated libzypp code.
+  Let libzypp probe the urls for us.
+* Fri Aug  3 2007 tgoettlicher@suse.de
+- removed installnotify from xml output
+- r6433
+* Fri Aug  3 2007 tgoettlicher@suse.de
+- renamed resolvabletype to kind in xml output
+- r6413
+* Fri Aug  3 2007 tgoettlicher@suse.de
+- added xml output for some messages
+- 6411
+* Thu Aug  2 2007 dmacvicar@suse.de
+- added xml output in terse mode
+- r6406
+* Thu Aug  2 2007 tgoettlicher@suse.de
+- added xml error message to zypp-checkpatches-wrapper
+- r6395
+* Wed Aug  1 2007 jkupec@suse.cz
+- --repo re-implemented to restrict operation to the specified
+  repository (FATE #302160, #302158)
+- r6365
+* Wed Aug  1 2007 tgoettlicher@suse.de
+- added --non-interactive --terse to zypp-checkpatches-wrapper
+- added to machine_readable to zypper-callbacks
+- r6359
+* Wed Aug  1 2007 tgoettlicher@suse.de
+- option xu only shows affect-package-manager patches when available
+  because they have top priority
+- added installnotify message to xml
+- r6356
+* Tue Jul 31 2007 jkupec@suse.cz
+- fixed typo in the help (#295980)
+- r6327
+* Tue Jul 31 2007 schubi@suse.de
+- Removed keepExtra parameter in resolvePool; Bug 294727
+- r6323
+* Tue Jul 31 2007 jkupec@suse.cz
+- --debug-solver added for generating solver test case
+- r6319
+* Mon Jul 30 2007 jkupec@suse.czi
+- new translations added
+- r6307
+- 0.8.6
+* Mon Jul 30 2007 jkupec@suse.cz
+- Cleaned up RepoInfo tribools (adapted to libzypp 3.13.1)
+- r6306
+* Mon Jul 30 2007 jkupec@suse.cz
+- fixed proper error message if a repo is invalid (#294483,#294488)
+- r6298
+* Mon Jul 30 2007 jkupec@suse.cz
+- output functions for progress reporting now take ostream as argument
+- made some progress displayed by default. This will need more tuning.
+- missing files added to .spec file
+- r6285
+- 0.8.5
+* Mon Jul 30 2007 jkupec@suse.cz
+- Rug's --no-confirm option changed to work as --non-interactive
+- moved --no-confirm from help texts and man page to COMPATIBILITY
+  WITH RUG section of the man page
+- r6278
+* Fri Jul 27 2007 mvidner@suse.cz
+- Implemented capabilities for installing and removing, allowing to
+  install by provided tags and files (F#301956) or a specific
+  version (F#302186): zypper in 'clamav = 0.90-0.1'; zypper rm
+  /bin/vi; zypper in libcurl.so.3; zypper in 'perl(Time::ParseDate)'
+- Added --name,-n to install and remove to use the old selection
+  method in case the new one does not work.
+- r6274
+- 0.8.4
+* Thu Jul 26 2007 jkupec@suse.cz
+- output clean-up (#216042)
+- fixed typo (#293797)
+- r6256
+* Thu Jul 26 2007 kkaempf@suse.de
+- implement '--best-effort' for upgrade (experimental)
+- r6235
+* Thu Jul 26 2007 jkupec@suse.cz
+- cmake added to build dependencies
+- added versions to build deps
+- r6229
+* Thu Jul 26 2007 tgoettlicher@suse.de
+- moved --machine-readable option to --terse
+- r6221
+* Thu Jul 26 2007 jkupec@suse.cz
+- fixed non-interactive mode for media change request (#294685)
+- r6220
+* Wed Jul 25 2007 kkaempf@suse.de
+- implement '--best-effort' for "list updates"
+  adapt output columns appropriately (in best-effort mode, zypper
+  does not know the repository, version, or architecture since the
+  dependency solver will determine it later.)
+- make "list update" output handling more robust
+- r6216
+* Wed Jul 25 2007 kkaempf@suse.de
+- add "--from-repo" option to "list updates" and "update" to limit
+  updates to a specific repository.
+- improve help of (-t <resolvable type>) by explicitly listing
+  possible types.
+- r6213
+* Wed Jul 25 2007 tgoettlicher@suse.de
+- minor changes in machine_readable option
+- r6208
+* Wed Jul 25 2007 tgoettlicher@suse.de
+- minor changes in machine_readable option
+- r6201.
+* Tue Jul 24 2007 mvidner@suse.cz
+- Fixed zypper --version (broken when switching to cmake).
+* Mon Jul 23 2007 tgoettlicher@suse.de
+- Added --machine-readable to install command
+- r6160
+* Mon Jul 23 2007 tgoettlicher@suse.de
+- Adapted zypp-checkpatches-wrapper for use with "zypper -q xu"
+- r6158.
+* Mon Jul 23 2007 tgoettlicher@suse.de
+- Added "xml-updates" to help command
+- r6153
+* Thu Jul 19 2007 jkupec@suse.cz
+- some texts clean-up for first translation round
+- updated libzypp build-dep version
+- r6091
+- 0.8.3
+* Thu Jul 19 2007 tgoettlicher@suse.de
+- renamed command "xml-updates-patches" to "xml-updates"
+- added license information to xml output
+- r6085
+* Wed Jul 18 2007 jkupec@suse.cz
+- --auto-agree-with-licenses option added (#216649)
+- r6080
+* Wed Jul 18 2007 tgoettlicher@suse.de
+- add "xml-updates-patches" command to zypper that creates
+  output like zypp-checkpatches
+- r6078
+* Wed Jul 18 2007 jkupec@suse.cz
+- man page update, COMPATIBILITY WITH RUG section added
+- renamed command 'listrepos' to just 'repos'
+- s/service/repository
+- remove repository by URL reimplemented
+- --loose-auth and --loose-query added for removerepo command
+  (#292362)
+- keyring callbacks improved and prepared for non-interactive and
+  no-gpg-checks mode (#216649)
+- no-gpg-checks global option added. (FATE #301998)
+- show repo in the repo list as disabled only if enabled() == false
+  (tribool bug)
+- r6066
+* Thu Jul 12 2007 jkupec@suse.cz
+- s/source/repository in zypper texts, help page will follow
+- display a non-root error message for commands which require root
+- callbacks improved
+- r5984
+- 0.8.2
+* Mon Jul  9 2007 jkupec@suse.cz
+- modifyrepo command added (alias service-modify, sm, mr).
+  The command is able to enable/disable repo and enable/disable
+  auto-refresh for it.
+- r5928
+- 0.8.1
+* Thu Jul  5 2007 jkupec@suse.cz
+- --silent global option added. Use cout_n for normal program
+  output which should be suppressed by --silent option.
+- some output clean-up (still work to do)
+- r5899
+* Tue Jul  3 2007 jkupec@suse.cz
+- Adapted to refactored libzypp repository management
+- fixed consistency of <required> and [optional] arguments
+- improved update command description
+- changed sa, sr descriptions + some other minor changes
+- made help texts consistent
+- r5871
+- 0.8.0
+* Tue Jun 19 2007 mvidner@suse.cz
+- Fixed an endless loop in Abort/Retry/Ignore (#269263).
+* Sat Jun 16 2007 jkupec@suse.cz
+- switched building from autotools to cmake
+- replaced zmart occurances with zypper
+- r5711
+* Mon Jun  4 2007 jkupec@suse.cz
+- fixed changed log file path also in zypper.lr
+- r5669
+* Mon Jun  4 2007 jkupec@suse.cz
+- moved zypper log from /var/log/YaST2 to /var/log
+- declared ownership of the log file by zypper package
+- r5667
+- 0.7.2
+* Thu Apr 26 2007 jkupec@suse.cz
+- Show a user readable message when check-patches
+  can't acquire the lock. (#227073) (Merged from
+  SuSE-Linux-10_2-Branch r4814)
+- r5451
+* Thu Feb 22 2007 mvidner@suse.cz
+- Use the read-only hacek for service-list (#247001).
+* Tue Feb 13 2007 mvidner@suse.cz
+- Shrunk zypp-checkpatches (#224886).
+* Tue Feb 13 2007 mvidner@suse.cz
+- Do not allow to commit with unresolved dependency problems;
+  resolve them interactively (#242736).
+- 0.7.1
+* Mon Feb  5 2007 mvidner@suse.cz
+- Shell: added command line editing with history (#232374);
+  exit on EOF (#230211, #235709).
+- 0.7.0
+* Fri Feb  2 2007 jkupec@suse.cz
+- Non-interactive mode turns on --skip-interactive as well
+  (part of fix #224216)
+- r4964
+* Thu Feb  1 2007 jkupec@suse.cz
+- Merged revisions 4943-4944,4946-4958 via svnmerge from
+  SuSE-Linux-10_2-Branch. Changelog follows:
+- Hungarian translation added.
+- Slovak translation added.
+- enabled DownloadResolvableReportReceiver::problem() callback
+  (#224216)
+- global non-iteractive mode added (needed due to bug #224216 and
+  no-confirm option of install and update commands).
+- POTFILES.in updated
+- r4959
+* Thu Feb  1 2007 mvidner@suse.cz
+- Added global option --root to operate on a different directory
+  (#238165, F#301963).
+* Wed Jan 31 2007 jkupec@suse.cz
+- locale support added (merged from 10.2/SP1 branch)
+- r4941
+* Fri Jan 12 2007 jkupec@suse.cz
+- Texts corrected based on feedback from proof-reading.
+- r4852
+* Thu Jan 11 2007 jkupec@suse.cz
+- more texts marked for translation
+- r4848
+* Tue Jan  9 2007 mvidner@suse.cz
+- Fixed building on SLE10-SP1.
+* Mon Dec 18 2006 jkupec@suse.cz
+- fixed uncaught checksum exception (#224216)
+- 0.6.14
+* Fri Dec  1 2006 jkupec@suse.cz
+- fixed error output when trying to install an already installed
+  package (#224129)
+- fixed missing target resolvables in search (#224673)
+* Fri Dec  1 2006 mvidner@suse.cz
+- installation_sources: fixed to be compatible even with
+  /opt/kde3/bin/kde_add_yast_source.sh (#223795).
+- zypp-checkpatches does not need -lboost_program_options (#224764)
+* Thu Nov 30 2006 jkupec@suse.cz
+- Added explicit dependency on procps package.
+* Mon Nov 20 2006 mvidner@suse.cz
+- Respect "update --skip-interactive" (#221476).
+- list-updates: warn if we are listing only patches affecting the
+  package manager and there are also others.
+- 0.6.13
+* Mon Nov 20 2006 mvidner@suse.cz
+- update -t package: keep the same architecture (#222140).
+- 0.6.12
+* Wed Nov 15 2006 mvidner@suse.cz
+- Resurrected /usr/bin/installation_sources, as a shell wrapper for
+  zypper (#163737).
+- 0.6.11
+* Wed Nov 15 2006 mvidner@suse.cz
+- service-add: added options --type (especially for Plaindir,
+  [#174369]), --disabled, and --no-refresh.
+- 0.6.10
+* Mon Nov 13 2006 mvidner@suse.cz
+- Fixed service-rename leaving the old name around.
+- 0.6.9
+* Mon Nov 13 2006 jkupec@suse.cz
+- license confirmation upon installation/update added
+- 0.6.8
+* Fri Nov 10 2006 jkupec@suse.cz
+- solve_and_commit() changed to return informative exit codes if
+  a reboot or package manager restart is needed after
+  installation/removal of patches requiring such actions.
+- 0.6.7
+* Fri Nov 10 2006 mvidner@suse.cz
+- Do not obsolete y2pmsh.rpm yet.
+* Thu Nov  9 2006 mvidner@suse.cz
+- Fixed option parsing broken by unterminated option lists in 0.6.4
+  (for example install -t was thinking -t stood for --terse).
+- If "install"ing more resolvables at a time, don't commit one by one.
+- 0.6.6
+* Wed Nov  8 2006 jkupec@suse.cz
+- Several exit codes defined for use in scripts.
+* Wed Nov  8 2006 mvidner@suse.cz
+- Call dump_pool more often for better debugging.
+- 0.6.5
+* Tue Nov  7 2006 jkupec@suse.cz
+- --help option added for each command
+- help texts added
+- unkown command on 'zypper --help' fixed
+- defaulting to package in rug compatibility for search command
+- Bundle column replaced by Type in non-compatible mode
+- 0.6.4
+* Mon Nov  6 2006 jkupec@suse.cz
+- Unknown command message added (#216211)
+- 0.6.3
+* Mon Nov  6 2006 mvidner@suse.cz
+- Made it build on SL10.1
+- 0.6.2
+* Mon Nov  6 2006 mvidner@suse.cz
+- Warn that we do not sync with ZMD (#217028).
+- 0.6.1
+* Sun Nov  5 2006 mvidner@suse.cz
+- Implemented single package mode for update and list-updates,
+  made it the default in rug-compatible mode.
+- Added logrotate support (#216911).
+- Added callbacks for script execution.
+- 0.6.0
+* Sat Nov  4 2006 mvidner@suse.cz
+- Ported zypper (except zypp-checkpatches) to libzypp-1.x.x.
+- Show patch messages.
+- Callbacks: fixed more warnings about unused variables.
+- Fixed zypper --version.
+* Fri Nov  3 2006 mvidner@suse.cz
+- log to /var/log/YaST2/zypper.log (for save_y2logs too).
+- Added dump_pool in "zypper patches"
+* Thu Nov  2 2006 mvidner@suse.cz
+- Automatically retry installing with nodeps or force, nicer problem
+  display, no more "3, 0 Invalid object" (#216042).
+- Do not parse metadata of disabled sources *blush* (#217297).
+- Display all "Parsing patch..." on one line.
+- Shell would try to repeat the install command over and over,
+  fixed.
+* Thu Nov  2 2006 dmacvicar@suse.de
+- zypp-checkpatches fixes:
+  dont use sourcemanager to restore sources,
+  Restore sources one by one,
+  skip CD/DVD and disabled sources,
+  allow success with still reporting errors,
+  new xml format 0.4 , applet coming
+- 0.5.3
+- r4474
+* Wed Nov  1 2006 mvidner@suse.cz
+- Added a manual page zypper(8) (#216028).
+- do not unnecessarily link zypper with boost_program_options.
+- fixed documentation directories
+- 0.5.2, r4462
+* Wed Nov  1 2006 jkupec@suse.cz
+- -y, --no-confirm option implemented for install, remove,
+  and update command (#216649).
+- -r, --rug-compatibility global option introduced - for cases where
+  there may be scripts used to parsing rug output
+- patch-info implemented
+- refresh implemented
+- service-list says Enabled and Refresh instead of [x]*
+* Wed Nov  1 2006 mvidner@suse.cz
+- First try of zypper "shell" command.
+* Tue Oct 31 2006 mvidner@suse.cz
+- Fixed endless loop if stdin not available (#216210).
+- Better messages (#216033):
+  replaced "Adding resolvables" by "Parsing metadata";
+  replaced "Not found" by "package 'foo' not found";
+  removed "Problems: (none)";
+  removed "Continue?" if there is nothing to install/remove.
+* Sun Oct 29 2006 ro@suse.de
+- add missing return value
+- also use RPM_OPT_FLAGS for C source
+* Fri Oct 27 2006 jkupec@suse.cz
+- FIXED --uninstalled-only does't exclude installed resolvables
+- FIXED search for all resolvables displays installed packages
+  twice
+- FIXED source (catalog) information missing for installed packages
+- added rug's 'v' status
+- 0.5.1
+* Wed Oct 25 2006 mvidner@suse.cz
+- Split the package from libzypp.rpm
+- 0.5.0