File sphinx.changes of Package sphinx

-------------------------------------------------------------------
Tue Jan  9 12:48:18 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

- Fix weird restrictive permissions (0640) on files in /usr
  and make it 0644 like everything else in the system.

-------------------------------------------------------------------
Mon Sep 25 18:19:06 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>

- Move user/group to systemd-user way.
- spec-cleaner

-------------------------------------------------------------------
Thu May 12 12:39:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

- Add permissions on /var/log/sphinx so it can create searchd.log.

-------------------------------------------------------------------
Thu Jan 27 20:00:41 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>

- Added CVE-2020-29050.patch for fixing CVE-2020-29050 boo#1195227
  Source debian and manticoresearch
- Packaging:
  + Renew with spec-cleaner -m
  + Update copyright year
  + Cleanup older suse version %if construct
  + Use libmariadb-devel instead mysql-devel
  + Use %autopatch

-------------------------------------------------------------------
Sun Jul 26 14:31:08 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>

- Spec cleaner minimal update date
- Minor cosmetic changes
- Close boo#1157590
  + Remove posttrans section with chown
    On systems with fs.protected_hardlinks=0 this allows sphinx
    to escalate to root.
  + Add log directory and files to files section

-------------------------------------------------------------------
Sat Mar 23 08:45:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

- Reduce scriptlets' hard dependency on systemd.
- Remove wrong "exit 0" from %pre that precluded %service_* to run.

-------------------------------------------------------------------
Fri Mar 22 06:54:37 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>

- spec-cleaner minimal https, date, use now pkg-config for deps.
- Fix build failure due to lack of pg_config in postgresql11-devel
  use pkg-config libpq in all case.

-------------------------------------------------------------------
Wed Aug  8 15:58:30 UTC 2018 - jengelh@inai.de

- Trim redundancies and bias from description.
- Fix RPM groups. Use more efficient find calls in .spec.

-------------------------------------------------------------------
Mon Jul 23 06:51:35 UTC 2018 - bwiedemann@suse.com

- Add reproducible.patch to drop hostname and kernel version
  from package build result (boo#1084909, boo#1101107)

-------------------------------------------------------------------
Thu Jun 14 12:23:40 UTC 2018 - mvetter@suse.com

- Replace require libsphinxclient with libsphinxclient-%{soname}
  for libsphinxclient-devel

-------------------------------------------------------------------
Sun Sep 18 11:29:08 UTC 2016 - bruno@ioda-net.ch

- Update to last maintenance release
  with over 70 bug fixes and small improvements:
  * max_matches option did not affect facet queries #2348
  * support for Connector/J 5.1.36+ #2365
  * UTF-8 support for extended wildcards (?,%) #2451
  * group by aliased  for JSON array #2452
  * multi query with profiling enabled #2394
  * ping to bad ha mirror pause accept thread at daemon #2363
  * windows service does not handle system shutdown #2497
  * 64-bit values comparison for ALL/ANY/INDEXOF functions #2437
  * count(*) statement vs space characters at facet #2420
  * better SphinxQL logs #2462, #2435
  * lcs calculation for large delta position #2398
  * official packages for Ubuntu 16.04 LTS
  * added missing logrotate for some Debian/Ubuntu packages
  * Ubuntu 16.04, Debian Jessie, RHEL/CentOS 7 packages use systemd
    service script
    For a complete list, please consult the changelog.
    http://sphinxsearch.com/docs/latest/rel2211.html
- Packaging :
  * Fix missing postun for libsphinx
  * Added ghost /run/sphinx

-------------------------------------------------------------------
Sun Sep 20 12:10:35 UTC 2015 - bruno@ioda-net.ch

- Removed unneeded patch sphinx-fix_static.patch
- Fix packaging and build issues : add systemd requires when needed

-------------------------------------------------------------------
Sat Sep 19 12:04:41 UTC 2015 - p.drouand@gmail.com

- Update to version 2.2.10
  * added #2310, --replay-flags=ignore-open-errors switch to replay
    binlogs even if some files are missing
  * added #2234, support for empty string values (stringattr='') in
    WHERE clause
  * added #2233, support for IN() filters with string values
  * added #2232, string collation support in SELECT expressions
  * added #2121, "where flt<>val" support, "where fltcol=intval" and
    "where fltcol!=intval" conditions
  * added #2119, new indexer exit code 2 on a --rotate failure
  * fixed #2207, unified min_prefix_len, min_infix_len behavior
    between RT and plain indexes
  * fixed #2020, unified (and greatly shortened) the list of SphinxQL
    reserved keywords between indexer checks, SphinxQL parser checks,
    and the documentation
- Add patches
  * sphinx-default_listen.patch
  * sphinx-fix_static.patch
- Remove copying.patch

-------------------------------------------------------------------
Sat May 23 10:53:23 UTC 2015 - bruno@ioda-net.ch

- Packaging Fixes
  * systemd unit file : no forking, add group
  * correct rights for conf file root,daemon_group in /etc/sphinx
  * correct rights for log dir & files
  * ghost log files
  * Fix path and name in .dist conf file too
  * Create correct directories layout in /var/lib/sphinx
  * Fix /run/sphinx creation and remove at (un)install time

-------------------------------------------------------------------
Thu May 14 18:28:04 UTC 2015 - bruno@ioda-net.ch

- Update to last 2.2.9 bugfixes release
  * fixed #2190, incorrect GROUP BY outer JSON object
  * fixed #2197, TRUNCATE fails to remove disk chunk files after calling OPTIMIZE
  * fixed #2199, invalid packedfactors JSON output for index with stopwords
  * fixed #2203, legacy API SELECT list
  * fixed #2201, crash with string comparison at expressions and expression ranker
  * fixed #2196, .NET connector issue (UTC_TIMESTAMP() support)
  * fixed #2144, query parser crash vs multiforms with heading numbers
  * fixed #2228, removed searchd shutdown behavior on failed connection
  * fixed #2220, aliased JSON elements support
  * fixed #2122, id64 daemon failed to load RT disk chunk with kill-list from id32 build
  * fixed #2208, ZONESPANLIST() support for RT indexes
  * fixed #1979, snippets generation and span length and lcs calculation in proximity queries
  * fixed truncated results (and a potential crash) vs long enough ZONESPANLIST() result

- Packaging:
  * run spec-cleaner
    ** Adapted Year licence
	** changes to make macros
  * Patch for FSF COPYING
  * split daemon and libclient apply soname policy
  * include systemd service or init file depending on suse version
  * include logrotate file
  * Adapt conf to new data,log,pid dir

-------------------------------------------------------------------
Fri Mar 20 19:08:04 UTC 2015 - hvogel@suse.com

- Update to 2.2.8

  * Full JSON support.
  * New and easy FACET syntax.
  * ALTER statement for dynamic index manipulation.
  * English and German morphology (lemmatization) support.
  * HAVING and N-best GROUP BY clauses for SELECT queries.
  * A new plugin system (CREATE/DROP PLUGIN, tokenization and
    ranking plugins, etc).

-------------------------------------------------------------------
Fri Jun  6 09:04:43 UTC 2014 - adrian@suse.de

- update to 2.1.8

-------------------------------------------------------------------
Wed Aug  7 11:52:49 UTC 2013 - coolo@suse.com

- stop renaming indexer and searchd, 3rd party libraries look
  for it

-------------------------------------------------------------------
Wed Aug  7 10:57:10 UTC 2013 - coolo@suse.com

- update to 2.0.8
  Bug fixes
  ---------

     * fixed #1515, log strings over 2KB were clipped when
       query_log_format=plain
     * fixed #1514, RT index disk chunk lose attribute update on daemon
       restart
     * fixed #1512, crash while formatting log messages
     * fixed #1511, crash on indexing PostgreSQL data source with MVA
       attributes
     * fixed #1509, blend_chars vs incomplete multi-form and overshort
     * fixed #1504, RT binlog replay vs descending tid on update
     * fixed #1499, sql_field_str2wordcount actually is int, not string
     * fixed #1498, now working with exceptions starting with number too
     * fixed #1496, multiple destination keywords in wordform
     * fixed #1494, lost 'mod', '%' operations in select list. Also corrected
       few typers in the doc.
     * fixed #1490, expand_keywords vs prefix
     * fixed #1487, `id` in expression fixed
     * fixed #1483, snippets limits fix
     * fixed #1481, shebang config changes check on rotation
     * fixed #1479, port handling in PHP Sphinx API
     * fixed #1474, daemon crash at SphinxQL packet overflows max_packet_size
     * fixed #1472, crash on loading index to indextool for check
     * fixed #1465, expansion_limit got lost in index rotation
     * fixed #1427, #1506, utf8 3 and 4-bytes codepoints
     * fixed #1405, between with mixed int float values
- remove obsolete _service file (still referencing 2.0.6)

-------------------------------------------------------------------
Mon May  6 07:55:01 UTC 2013 - aldemir.akpinar@gmail.com

- Removed libsphinx client package and moved it to sphinx-devel

-------------------------------------------------------------------
Thu Apr 25 08:29:01 UTC 2013 - aldemir.akpinar@gmail.com

- update to 2.0.7
- cleanup of spec file

-------------------------------------------------------------------
Fri Feb  8 07:43:55 UTC 2013 - highwaystar.ru@gmail.com

- update to 2.0.6 release

-------------------------------------------------------------------
Tue Jun  3 03:20:29 GMT 2011 - ctype

- update to 2.0.3-release

-------------------------------------------------------------------
Mon Jun  6 12:17:29 GMT 2011 - ctype

- update to 2.0.1-beta

-------------------------------------------------------------------
Fri Mar 26 12:57:54 UTC 2010 - aduffeck@novell.com

- update to 0.9.9

-------------------------------------------------------------------
Wed Nov  5 10:31:10 CET 2008 - pascal.bleser@opensuse.org

- update to 0.9.8.1

-------------------------------------------------------------------
Mon Nov 19 22:26:39 CET 2007 - mrueckert@suse.de

- update to 0.9.7
- enable debug package

-------------------------------------------------------------------
Sat Nov  4 12:41:53 CET 2006 - mrueckert@suse.de

- update to 0.9.6 final

openSUSE Build Service is sponsored by