Hello community,

here is the log from the commit of package bytelist for openSUSE:Factory 
checked in at 2014-12-30 00:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bytelist (Old)
 and      /work/SRC/openSUSE:Factory/.bytelist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bytelist"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bytelist/bytelist.changes        2013-09-11 
13:39:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bytelist.new/bytelist.changes   2014-12-30 
00:51:03.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Dec 29 16:03:08 UTC 2014 - tchva...@suse.com
+
+- Spec-cleanify for factory update :)
+
+-------------------------------------------------------------------
+Thu Dec 25 13:04:16 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.0.12
+  + No changelog available
+- Clean-up specfile
+
+-------------------------------------------------------------------

Old:
----
  jruby-bytelist-61655c8.tar.gz

New:
----
  1.0.12.tar.gz

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

Other differences:
------------------
++++++ bytelist.spec ++++++
--- /var/tmp/diff_new_pack.Jey4ee/_old  2014-12-30 00:51:04.000000000 +0100
+++ /var/tmp/diff_new_pack.Jey4ee/_new  2014-12-30 00:51:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bytelist
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,31 @@
 #
 
 
-%global  git_commit 61655c8
-%global cluster jruby
-
-# Prevent brp-java-repack-jars from being run.
-%define __jar_repack %{nil}
-
 Name:           bytelist
-Version:        1.0.3
+Version:        1.0.12
 Release:        0
 Summary:        A java library for lists of bytes
 License:        CPL-1.0 or GPL-2.0+ or LGPL-2.1+
 Group:          Development/Libraries/Java
-
-Url:            http://github.com/%{cluster}/%{name}
-Source0:        
%{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
-
+Url:            https://github.com/jruby/bytelist
+Source0:        https://github.com/jruby/bytelist/archive/%{version}.tar.gz
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jcodings
 BuildRequires:  junit
-
 Requires:       java
 Requires:       javapackages-tools
 Requires:       jcodings
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 A small java library for manipulating lists of bytes.
 
-
 %prep
-%setup -q -n %{cluster}-%{name}-%{git_commit}
+%setup -q
 
 find -name '*.class' -delete
 find -name '*.jar' -delete
@@ -60,21 +49,20 @@
 echo "See %{url} for more info about the %{name} project." > README.txt
 
 export CLASSPATH=$(build-classpath junit jcodings)
-%__mkdir_p lib
-%ant
+mkdir -p lib
+ant
 
 %install
-%__rm -rf %{buildroot}
-%__mkdir_p %{buildroot}%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
 
-%__cp -p lib/%{name}-1.0.1.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+cp -p lib/%{name}-1.0.2.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
 pushd %{buildroot}%{_javadir}/
-  %__ln_s %{name}-%{version}.jar %{name}.jar
+  ln -s %{name}-%{version}.jar %{name}.jar
 popd
 
 %check
 export CLASSPATH=$(build-classpath junit jcodings)
-%ant test
+ant test
 
 %files
 %defattr(-,root,root,-)

++++++ jruby-bytelist-61655c8.tar.gz -> 1.0.12.tar.gz ++++++
++++ 4379 lines of diff (skipped)

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

Reply via email to