Hello community,

here is the log from the commit of package the_silver_searcher for 
openSUSE:Factory checked in at 2014-02-11 11:03:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-02-02 22:24:10.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.the_silver_searcher.new/the_silver_searcher.changes 
    2014-02-11 11:03:40.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Jan 31 14:54:11 UTC 2014 - [email protected]
+
+- Update to version 0.19.2:
+  + Improve output
+- Changes from 0.19.1:
+  + Don't print two slashes at the start of a path
+- Changes from 0.19.0:
+- Changes from 0.18.1:
+  + performance fixes
+  + fix infinite loop in EOF detection
+  + Handle '-i' before '-g' or '-G' properly
+  + fix build without lzma
+- Switch to .tar.gz as they are generated directly by github.
+- Replace %{_prefix}/data by %{_datadir} in specfile.
+
+-------------------------------------------------------------------

Old:
----
  the_silver_searcher-0.18.tar.bz2

New:
----
  the_silver_searcher-0.19.2.tar.gz

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

Other differences:
------------------
++++++ the_silver_searcher.spec ++++++
--- /var/tmp/diff_new_pack.R7GZ7W/_old  2014-02-11 11:03:41.000000000 +0100
+++ /var/tmp/diff_new_pack.R7GZ7W/_new  2014-02-11 11:03:41.000000000 +0100
@@ -16,13 +16,14 @@
 #
 
 Name:           the_silver_searcher
-Version:        0.18
+Version:        0.19.2
 Release:        0
 License:        Apache-2.0
 Summary:        A code-searching tool similar to ack, but faster
 Url:            https://github.com/ggreer/the_silver_searcher
 Group:          Productivity/File utilities
-Source:         %{name}-%{version}.tar.bz2
+# url is 
https://github.com/ggreer/the_silver_searcher/archive/%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
@@ -51,7 +52,7 @@
 %defattr(-,root,root)
 %{_bindir}/ag
 %{_mandir}/man1/ag.1.gz
-%{_prefix}/share/the_silver_searcher
+%{_datadir}/the_silver_searcher
 %doc LICENSE NOTICE README.md
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to