Hello community,

here is the log from the commit of package compiz-bcop for openSUSE:Factory 
checked in at 2015-11-11 10:31:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compiz-bcop (Old)
 and      /work/SRC/openSUSE:Factory/.compiz-bcop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compiz-bcop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compiz-bcop/compiz-bcop.changes  2012-03-09 
21:22:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-bcop.new/compiz-bcop.changes     
2015-11-11 10:35:36.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov  9 11:48:58 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8.9.
+- Recommend compiz.
+- Provide compiz-bcop-devel as package contains bcop.pc.
+- Spec cleanup.
+
+-------------------------------------------------------------------

Old:
----
  compiz-bcop-0.8.8.tar.bz2

New:
----
  compiz-bcop-0.8.9.tar.gz

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

Other differences:
------------------
++++++ compiz-bcop.spec ++++++
--- /var/tmp/diff_new_pack.0SaNXw/_old  2015-11-11 10:35:37.000000000 +0100
+++ /var/tmp/diff_new_pack.0SaNXw/_new  2015-11-11 10:35:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz-bcop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,34 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _name   bcop
 Name:           compiz-bcop
-Version:        0.8.8
+Version:        0.8.9
 Release:        0
-Summary:        Beryl/Compiz Option parser required to build compiz-fusion
+Summary:        Compiz option code generator
 License:        GPL-2.0+
-Group:          System/X11/Utilities
-Url:            http://opencompositing.org
-Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libxslt-devel
-BuildRequires:  pkg-config
-PreReq:         %fillup_prereq
-Requires:       libxslt
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 ppc ppc64 ia64
+Group:          System/GUI/Other
+Url:            https://github.com/raveit65/compiz-bcop
+Source:         
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  mate-common
+BuildRequires:  pkgconfig(libxslt)
+Requires:       xsltproc
+Recommends:     compiz >= %{version}
+Provides:       %{name}-devel = %{version}
+BuildArch:      noarch
 
 %description
-Option parser for compiz-fusion plugins
+Compiz option code generator needed to build some plugins.
 
 %prep
-%setup -q -n compiz-bcop-%{version}
+%setup -q
 
 %build
-#
-####bcop
-#
-#./autogen.sh
+NOCONFIGURE=1 mate-autogen
 %configure
 make %{?_smp_mflags}
 
@@ -50,10 +47,10 @@
 %make_install
 
 %files
-%defattr(-, root, root)
-%{_bindir}/*
-%dir %{_datadir}/bcop
-%{_datadir}/bcop
-%{_datadir}/pkgconfig/*
+%defattr(-,root,root)
+%doc AUTHORS COPYING
+%{_bindir}/%{_name}
+%{_datadir}/%{_name}/
+%{_datadir}/pkgconfig/%{_name}.pc
 
 %changelog


Reply via email to