Hello community,

here is the log from the commit of package s2tc for openSUSE:Factory checked in 
at 2017-03-02 19:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s2tc (Old)
 and      /work/SRC/openSUSE:Factory/.s2tc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s2tc"

Thu Mar  2 19:35:08 2017 rev:9 rq:460358 version:1.0+git.20151227

Changes:
--------
--- /work/SRC/openSUSE:Factory/s2tc/s2tc.changes        2015-01-06 
09:07:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.s2tc.new/s2tc.changes   2017-03-02 
19:35:10.278012145 +0100
@@ -1,0 +2,17 @@
+Sat Feb 25 08:06:40 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.0+git.20151227:
+  * Prepare for adding a W0AVG mode.
+  * Implement the w0avg mode (approximation to wavg, FAST)
+  * Make the W0AVG mode available via S2TC_COLORDIST_MODE
+  * Update README.txt
+  * libtxc_dxtn: stop depending on libstdc++.
+  * Remove two now unavailable test pictures.
+  * Convert s2tc_compress and s2tc_decompress tools from C++ to C.
+  * don't version the .so names
+  * remove now redundant versioninfo comments
+  * add man pages for tools
+- Drop upstreamed patch:
+  * s2tc-no-soversion.patch
+
+-------------------------------------------------------------------

Old:
----
  s2tc-no-soversion.patch
  v1.0.tar.gz

New:
----
  _service
  _servicedata
  s2tc-1.0+git.20151227.tar.xz

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

Other differences:
------------------
++++++ s2tc.spec ++++++
--- /var/tmp/diff_new_pack.AYW1PK/_old  2017-03-02 19:35:11.369857634 +0100
+++ /var/tmp/diff_new_pack.AYW1PK/_new  2017-03-02 19:35:11.373857068 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package s2tc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,26 +17,23 @@
 
 
 Name:           s2tc
-Version:        1.0
+Version:        1.0+git.20151227
 Release:        0
 Summary:        Super Simple Texture Compression
 License:        MIT
 Group:          System/X11/Utilities
 Url:            https://github.com/divVerent/s2tc/wiki
-Source0:        https://github.com/divVerent/%{name}/archive/v%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Patch0:         s2tc-no-soversion.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  xz
-Conflicts:      libtxc_dxtn
 Recommends:     s2tc-32bit
 Supplements:    Mesa-libGL1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Conflicts:      libtxc_dxtn
 
 %description
 Library that decompress s2tc compressed textures.
@@ -54,33 +51,36 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -fvi
+autoreconf -fiv
 %configure \
        --disable-static \
        --disable-runtime-linking
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install -j1
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc COPYING README.txt
-%{_bindir}/*
+%{_bindir}/s2tc_compress
+%{_bindir}/s2tc_decompress
+%{_bindir}/s2tc_from_s3tc
 # We are having only .so file so we need that here without version
-%{_libdir}/*.so
+%{_libdir}/libtxc_dxtn.so
+%{_mandir}/man1/s2tc_compress.1%{ext_man}
+%{_mandir}/man1/s2tc_decompress.1%{ext_man}
+%{_mandir}/man1/s2tc_from_s3tc.1%{ext_man}
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/*.h
-%{_libdir}/pkgconfig/*.pc
+%{_includedir}/txc_dxtn.h
+%{_libdir}/pkgconfig/txc_dxtn.pc
 
 %changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/divVerent/s2tc.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">s2tc</param>
    <param name="versionformat">1.0+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/divVerent/s2tc.git</param>
              <param 
name="changesrevision">a259213480afc56b743ef5a7b933dee35b3cd205</param></service></servicedata>

Reply via email to