Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2016-09-12 13:27:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2016-07-05 
09:53:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2016-09-12 
13:27:19.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 10 10:09:00 UTC 2016 - [email protected]
+
+- Use shared libpcre instead of bundled one
+- Small packaging changes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.az6kwi/_old  2016-09-12 13:27:20.000000000 +0200
+++ /var/tmp/diff_new_pack.az6kwi/_new  2016-09-12 13:27:20.000000000 +0200
@@ -26,35 +26,39 @@
 Source:         
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.gz
 
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch Fix 
no-return-in-nonvoid-function error
 Patch0:         no-return-in-nonvoid-function.patch
-BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
+BuildRequires:  pcre2-devel >= 10.21
+BuildRequires:  pkgconfig
 BuildRequires:  python
+Requires:       bc
 Requires:       man
 Requires:       python-curses
 Recommends:     terminfo
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-fish is a user friendly command line shell for UNIX-like operating systems 
such as Linux.
+fish is a user friendly command line shell for UNIX-like operating systems
+such as Linux.
 
-It's geared towards interactive use and its features are focused on user 
friendlieness and
-discoverability. The language syntax is simple but incompatible with other 
shell languages.
+It's geared towards interactive use and its features are focused on user
+friendlieness and discoverability. The language syntax is simple but
+incompatible with other shell languages.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-autoconf
-%configure
+%configure \
+  --without-included-pcre2
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang %{name}
 
 %post
@@ -72,7 +76,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%dir /etc/fish
+%dir %{_sysconfdir}/fish
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %{_bindir}/*
 %{_datadir}/doc/%{name}


Reply via email to