Hello community,

here is the log from the commit of package the_silver_searcher for 
openSUSE:Factory checked in at 2015-05-18 22:21:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/the_silver_searcher (Old)
 and      /work/SRC/openSUSE:Factory/.the_silver_searcher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "the_silver_searcher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/the_silver_searcher/the_silver_searcher.changes  
2015-01-20 12:38:45.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.the_silver_searcher.new/the_silver_searcher.changes 
    2015-05-18 22:21:40.000000000 +0200
@@ -1,0 +2,12 @@
+Fri May 15 23:29:41 UTC 2015 - [email protected]
+
+- update to version 0.30.0:
+  * --one-device option
+  * language types and filter updates
+  * performance improvements
+  * bug fixes
+- use bootstrapped upstream release tarballs, do not re-bootstrap
+- add source signature and signing key
+- update bash completion location
+
+-------------------------------------------------------------------

Old:
----
  the_silver_searcher-0.28.0.tar.gz

New:
----
  the_silver_searcher-0.30.0.tar.gz
  the_silver_searcher-0.30.0.tar.gz.asc
  the_silver_searcher.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ the_silver_searcher.spec ++++++
--- /var/tmp/diff_new_pack.I78Flc/_old  2015-05-18 22:21:41.000000000 +0200
+++ /var/tmp/diff_new_pack.I78Flc/_new  2015-05-18 22:21:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package the_silver_searcher
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,28 @@
 
 
 Name:           the_silver_searcher
-Version:        0.28.0
+Version:        0.30.0
 Release:        0
 Summary:        A code-searching tool similar to ack, but faster
 License:        Apache-2.0
 Group:          Productivity/File utilities
 Url:            https://github.com/ggreer/the_silver_searcher
-# url is 
https://github.com/ggreer/the_silver_searcher/archive/%{version}.tar.gz
-Source:         %{name}-%{version}.tar.gz
-BuildRequires:  automake
+Source:         http://geoff.greer.fm/ag/releases/%{name}-%{version}.tar.gz
+Source2:        http://geoff.greer.fm/ag/releases/%{name}-%{version}.tar.gz.asc
+Source3:        %{name}.keyring
+Source4:        %{name}.changes
+BuildRequires:  pkg-config >= 0.9.0
+Requires:       bash-completion
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1110
+BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(zlib)
+%else
 BuildRequires:  pcre-devel
-BuildRequires:  pkg-config
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %description
 A code searching tool similar to ack, with a focus on speed.
@@ -39,21 +47,19 @@
 %setup -q
 
 %build
-aclocal
-autoconf
-autoheader
-automake --add-missing
 %configure
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d
+mv -v %{buildroot}%{_datadir}/%{name}/completions/ag.bashcomp.sh 
%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}
 
 %files
 %defattr(-,root,root)
+%doc LICENSE NOTICE README.md
 %{_bindir}/ag
 %{_mandir}/man1/ag.1.gz
-%{_datadir}/the_silver_searcher
-%doc LICENSE NOTICE README.md
+%config %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog

++++++ the_silver_searcher-0.28.0.tar.gz -> the_silver_searcher-0.30.0.tar.gz 
++++++
++++ 17553 lines of diff (skipped)


Reply via email to