Hello community,

here is the log from the commit of package s2tc for openSUSE:Factory checked in 
at 2014-07-29 16:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s2tc (Old)
 and      /work/SRC/openSUSE:Factory/.s2tc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s2tc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/s2tc/s2tc.changes        2014-05-05 
21:09:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.s2tc.new/s2tc.changes   2014-07-29 
16:49:16.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 29 11:39:25 UTC 2014 - tchva...@suse.com
+
+- Version bump to official 1.0 release:
+  * Various small tweaks in build approach
+  * Fix for few small rendering glitches
+
+-------------------------------------------------------------------

Old:
----
  s2tc-20130202.tar.xz

New:
----
  v1.0.tar.gz

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

Other differences:
------------------
++++++ s2tc.spec ++++++
--- /var/tmp/diff_new_pack.Ek92b2/_old  2014-07-29 16:49:17.000000000 +0200
+++ /var/tmp/diff_new_pack.Ek92b2/_new  2014-07-29 16:49:17.000000000 +0200
@@ -17,20 +17,23 @@
 
 
 %define libname libtxc_dxtn0
-
 Name:           s2tc
-Version:        20130202
+Version:        1.0
 Release:        0
 Summary:        Super Simple Texture Compression
 License:        MIT
 Group:          System/X11/Utilities
 Url:            https://github.com/divVerent/s2tc/wiki
-Source0:        %name-%version.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        https://github.com/divVerent/%{name}/archive/v%{version}.tar.gz
+Source1:        baselibs.conf
 BuildRequires:  Mesa-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library that decompress s2tc compressed textures.
@@ -38,11 +41,11 @@
 It can be used to decompress s3tc textures with few artefacts,
 because the patented codepaths are not implemented.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Super Simple Texture Compression
 Group:          System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 Library that decompress s2tc compressed textures.
 Contrary s3tc this algorithm is not patented and even faster.
 It can be used to decompress s3tc textures with few artefacts,
@@ -51,33 +54,34 @@
 %package devel
 Summary:        Super Simple Texture Compression devel libs
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 
 %description devel
-Development libraries for %libname texture compression algorithm
+Development libraries for %{libname} texture compression algorithm
 
 %prep
 %setup -q
 
 %build
+autoreconf -fvi
 %configure \
        --disable-static \
        --disable-runtime-linking
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%buildroot install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/*
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %doc COPYING README.txt
 %{_libdir}/*.so.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to