Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eppic for openSUSE:Factory checked 
in at 2021-02-07 15:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eppic (Old)
 and      /work/SRC/openSUSE:Factory/.eppic.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eppic"

Sun Feb  7 15:14:01 2021 rev:10 rq:868967 version:3.99.git.1612358888.e8844d3

Changes:
--------
--- /work/SRC/openSUSE:Factory/eppic/eppic.changes      2020-06-23 
21:02:16.521394236 +0200
+++ /work/SRC/openSUSE:Factory/.eppic.new.28504/eppic.changes   2021-02-07 
15:14:10.253396186 +0100
@@ -1,0 +2,17 @@
+Wed Feb  3 13:57:25 UTC 2021 - Petr Tesa????k <ptesa...@suse.com>
+
+- Update upstream URL.
+- Convert to obs_scm source service.
+- Upgrade to git commit e8844d3.
+- Drop patches that have been merged into upstream:
+  o eppic-no-return.patch
+  o eppic-use-extern-in-devel-declaration.patch
+  o eppic-binutils-fix.patch
+
+-------------------------------------------------------------------
+Tue Feb  2 08:29:23 UTC 2021 - Martin Li??ka <mli...@suse.cz>
+
+- Add eppic-binutils-fix.patch in order to not used 'l' option for
+  ar. It has a new meaning.
+
+-------------------------------------------------------------------

Old:
----
  eppic-git5391d3d.tar.bz2
  eppic-no-return.patch
  eppic-use-extern-in-devel-declaration.patch

New:
----
  _service
  libeppic-3.99.git.1612358888.e8844d3.tar.bz2

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

Other differences:
------------------
++++++ eppic.spec ++++++
--- /var/tmp/diff_new_pack.B88mRb/_old  2021-02-07 15:14:10.869396845 +0100
+++ /var/tmp/diff_new_pack.B88mRb/_new  2021-02-07 15:14:10.869396845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eppic
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,18 @@
 #
 
 
-%define git_date       20140619
-%define git_commit     5391d3d
-%define checkout       %{git_date}git%{git_commit}
-
 Name:           eppic
-Version:        3.99.%{checkout}
+Version:        3.99.git.1612358888.e8844d3
 Release:        0
 Summary:        Embeddable Pre-Processor and Interpreter for C
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Source:         %{name}-git%{git_commit}.tar.bz2
+Source:         lib%{name}-%{version}.tar.bz2
 Patch1:         %{name}-fix-install.patch
-Patch2:         %{name}-no-return.patch
-Patch3:         %{name}-use-extern-in-devel-declaration.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  ncurses-devel
-URL:            http://code.google.com/p/eppic/
+URL:            https://github.com/lucchouina/eppic
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,25 +51,21 @@
 This package provides the include files and libraries needed for development.
 
 %prep
-%setup -n %{name}-git%{git_commit}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%setup -n lib%{name}-%{version}
+%patch1 -p2
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-cd libeppic
 make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
 
 %install
-cd libeppic
 mkdir -p %{buildroot}%{_libdir}
 mkdir -p %{buildroot}%{_includedir}
 make ROOT="%{buildroot}" LIBDIR=%{_libdir} install
 
 %files -n libeppic-devel
 %defattr(-,root,root)
-%doc libeppic/README
+%doc README
 %{_includedir}/eppic.h
 %{_includedir}/eppic_api.h
 %attr(644,root,root) %{_libdir}/libeppic.a

++++++ _service ++++++
<services>
  <service mode="localonly" name="tar_scm">
    <param name="scm">git</param>
    <param name="url">https://github.com/lucchouina/eppic.git</param>
    <param name="subdir">libeppic</param>
    <param name="filename">libeppic</param>
    <param name="versionprefix">3.99.git</param>
  </service>
  <service mode="localonly" name="recompress">
    <param name="file">libeppic-*.tar</param>
    <param name="compression">bz2</param>
  </service>
  <service mode="localonly" name="set_version" />
</services>

Reply via email to